1. 13 Mar, 2018 2 commits
  2. 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
  3. 25 Feb, 2018 1 commit
  4. 21 Feb, 2018 1 commit
  5. 19 Feb, 2018 1 commit
  6. 12 Feb, 2018 1 commit
  7. 21 Jan, 2018 3 commits
  8. 18 Jan, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 08 Jan, 2018 1 commit
  11. 03 Jan, 2018 1 commit
  12. 31 Dec, 2017 2 commits
  13. 28 Dec, 2017 1 commit
  14. 12 Dec, 2017 2 commits
  15. 07 Dec, 2017 1 commit
  16. 26 Nov, 2017 1 commit
  17. 15 Nov, 2017 1 commit
  18. 13 Nov, 2017 1 commit
  19. 07 Nov, 2017 2 commits
  20. 30 Oct, 2017 1 commit
  21. 29 Oct, 2017 2 commits
  22. 27 Oct, 2017 2 commits
  23. 24 Oct, 2017 1 commit
  24. 23 Oct, 2017 2 commits
  25. 19 Oct, 2017 3 commits
  26. 10 Oct, 2017 1 commit
  27. 04 Oct, 2017 2 commits
  28. 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