1. 28 Nov, 2016 2 commits
  2. 26 Nov, 2016 4 commits
  3. 25 Nov, 2016 1 commit
  4. 24 Nov, 2016 1 commit
  5. 01 Nov, 2016 2 commits
  6. 30 Oct, 2016 1 commit
    • Ilias's avatar
      Fix #17964 (#17997) · bf439363
      Ilias authored
      * Fix #17964
      
      Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
      bf439363
  7. 25 Oct, 2016 1 commit
  8. 19 Oct, 2016 2 commits
  9. 11 Oct, 2016 1 commit
  10. 03 Oct, 2016 1 commit
  11. 07 Sep, 2016 1 commit
  12. 06 Sep, 2016 2 commits
  13. 05 Sep, 2016 1 commit
  14. 04 Aug, 2016 2 commits
  15. 27 Jul, 2016 1 commit
  16. 05 Jun, 2016 1 commit
  17. 04 Jun, 2016 1 commit
  18. 31 May, 2016 3 commits
  19. 18 May, 2016 1 commit
  20. 11 May, 2016 1 commit
  21. 21 Apr, 2016 1 commit
  22. 17 Feb, 2016 1 commit
  23. 16 Feb, 2016 1 commit
  24. 31 Jan, 2016 1 commit
  25. 26 Jan, 2016 1 commit
  26. 14 Jan, 2016 1 commit
    • Kotas Vlastimil's avatar
      Button toggling - trigger change event on input · 866e99b0
      Kotas Vlastimil authored
      Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling.
      
      When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
      866e99b0
  27. 25 Dec, 2015 1 commit
  28. 23 Dec, 2015 1 commit
  29. 09 Dec, 2015 1 commit
  30. 08 Dec, 2015 1 commit