1. 12 Aug, 2018 1 commit
  2. 24 Jul, 2018 1 commit
  3. 12 Jul, 2018 1 commit
  4. 03 Jun, 2018 1 commit
  5. 30 Apr, 2018 1 commit
  6. 09 Apr, 2018 1 commit
    • Mark Otto's avatar
      Ship v4.1.0 (#26218) · 8f7bd419
      Mark Otto authored
      * update docs path from docs/4.0/ to docs/4.1/
      
      * bump version to 4.1.0
      
      * Update redirects to work for 4.1 docs move
      
      * Update docs version switcher to include latest and link to 4.0 docs
      
      * re-run dist
      
      * Update package-lock.json
      
      * Update docs-navbar.html
      Unverified
      8f7bd419
  7. 18 Jan, 2018 1 commit
  8. 11 Jan, 2018 1 commit
  9. 28 Dec, 2017 1 commit
  10. 24 Oct, 2017 1 commit
  11. 23 Oct, 2017 1 commit
  12. 19 Oct, 2017 2 commits
  13. 04 Oct, 2017 1 commit
  14. 31 Aug, 2017 1 commit
  15. 11 Aug, 2017 1 commit
  16. 26 Apr, 2017 1 commit
  17. 10 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Only change aria-pressed if it's not an input-based radio or checkbox group · 3f6e1faf
      Patrick H. Lauke authored
      * Only change aria-pressed if it's not an input-based radio or checkbox group
      
      aria-pressed="true"/aria-pressed="false" is really only useful for
      making on/off toggles out of, say, `<button>` elements. the attribute is
      useless (and potentially confusing/conflicting) on, say, `<label>`
      elements for an existing `<input type="radio">` or similar.
      
      * Add unit test for buttons.js and radio/checkbox inputs in button groups
      3f6e1faf
  18. 06 Jan, 2017 1 commit
  19. 04 Jan, 2017 1 commit
  20. 24 Nov, 2016 1 commit
  21. 19 Oct, 2016 1 commit
  22. 05 Sep, 2016 1 commit
  23. 27 Jul, 2016 1 commit
  24. 17 Feb, 2016 1 commit
  25. 16 Feb, 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. 09 Dec, 2015 1 commit
  28. 08 Dec, 2015 1 commit
  29. 05 Dec, 2015 1 commit
  30. 19 Aug, 2015 1 commit
  31. 13 May, 2015 1 commit
  32. 11 May, 2015 1 commit
  33. 08 May, 2015 2 commits