1. 20 Feb, 2019 6 commits
  2. 13 Feb, 2019 1 commit
  3. 11 Feb, 2019 1 commit
  4. 21 Dec, 2018 2 commits
    • Mark Otto's avatar
      Bump to v4.2.1 (#27892) · 9e4e9474
      Mark Otto authored
      9e4e9474
    • Mark Otto's avatar
      Prep for v4.2.0 release · eda851ee
      Mark Otto authored
      - Move 4.1 docs to 4.2
      - Update versions everywhere to 4.1.3 with release script
      - Manually bump the shorthand version in package.json
      - Add 4.2 to the versions docs page
      - Update some redirects
      - Fix tests asset URLs
      - Bump Nuget and more
      eda851ee
  5. 10 Dec, 2018 1 commit
  6. 14 Nov, 2018 1 commit
  7. 26 Sep, 2018 1 commit
  8. 12 Aug, 2018 1 commit
  9. 24 Jul, 2018 1 commit
  10. 12 Jul, 2018 1 commit
  11. 03 Jun, 2018 1 commit
  12. 30 Apr, 2018 1 commit
  13. 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
      8f7bd419
  14. 18 Jan, 2018 1 commit
  15. 11 Jan, 2018 1 commit
  16. 28 Dec, 2017 1 commit
  17. 24 Oct, 2017 1 commit
  18. 23 Oct, 2017 1 commit
  19. 19 Oct, 2017 2 commits
  20. 04 Oct, 2017 1 commit
  21. 31 Aug, 2017 1 commit
  22. 11 Aug, 2017 1 commit
  23. 26 Apr, 2017 1 commit
  24. 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
  25. 06 Jan, 2017 1 commit
  26. 04 Jan, 2017 1 commit
  27. 24 Nov, 2016 1 commit
  28. 19 Oct, 2016 1 commit
  29. 05 Sep, 2016 1 commit
  30. 27 Jul, 2016 1 commit
  31. 17 Feb, 2016 1 commit
  32. 16 Feb, 2016 1 commit
  33. 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