1. 03 Mar, 2018 1 commit
    • Ed Morley's avatar
      Fix leftover reference to v4.0.0-alpha.6 · b33316db
      Ed Morley authored
      Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this,
      so the version change script works fine. I'm presuming instead this
      change was just omitted from 35f80bb1, and then wouldn't have
      been caught by subsequent runs of `change-version`, since it only
      ever replaces the exact old version string specified.
      b33316db
  2. 25 Feb, 2018 1 commit
  3. 21 Feb, 2018 1 commit
  4. 19 Feb, 2018 1 commit
  5. 12 Feb, 2018 1 commit
  6. 21 Jan, 2018 3 commits
  7. 18 Jan, 2018 1 commit
  8. 11 Jan, 2018 1 commit
  9. 08 Jan, 2018 1 commit
  10. 03 Jan, 2018 1 commit
  11. 31 Dec, 2017 2 commits
  12. 28 Dec, 2017 1 commit
  13. 12 Dec, 2017 2 commits
  14. 07 Dec, 2017 1 commit
  15. 26 Nov, 2017 1 commit
  16. 15 Nov, 2017 1 commit
  17. 13 Nov, 2017 1 commit
  18. 07 Nov, 2017 2 commits
  19. 30 Oct, 2017 1 commit
  20. 29 Oct, 2017 2 commits
  21. 27 Oct, 2017 2 commits
  22. 24 Oct, 2017 1 commit
  23. 23 Oct, 2017 2 commits
  24. 19 Oct, 2017 3 commits
  25. 10 Oct, 2017 1 commit
  26. 04 Oct, 2017 2 commits
  27. 03 Oct, 2017 1 commit
    • Roman O's avatar
      Offset option for dropdown can be function (#24222) · 527f55c2
      Roman O authored
      * Offset option can be function (Popper.js)
      
      * Fix...add function type for offset option
      
      * Remove constants for popper config
      
      * Optimize code. Remove foreach loop.
      
      * Refactoring. Remove getOffset method
      527f55c2
  28. 25 Sep, 2017 1 commit
  29. 24 Sep, 2017 1 commit
    • Patrick H. Lauke's avatar
      Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns) · fd56ea37
      Patrick H. Lauke authored
      * Use `aria-selected` instead of `aria-expanded`
      * Change tab.js to use `aria-selected` rather than `aria-expanded`
      * Add `aria-orientation=vertical` to vertical tab list
      * Remove dynamic tabs with dropdowns
      * Fix non-interactive code examples
      * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
      fd56ea37