1. 21 Dec, 2018 1 commit
    • 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
  2. 14 Nov, 2018 1 commit
  3. 04 Nov, 2018 1 commit
  4. 29 Oct, 2018 1 commit
  5. 20 Oct, 2018 7 commits
  6. 26 Sep, 2018 1 commit
  7. 18 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. 01 Jun, 2018 1 commit
  13. 30 Apr, 2018 1 commit
  14. 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
  15. 20 Mar, 2018 1 commit
  16. 13 Mar, 2018 1 commit
  17. 19 Feb, 2018 1 commit
  18. 18 Jan, 2018 1 commit
  19. 11 Jan, 2018 1 commit
  20. 28 Dec, 2017 1 commit
  21. 13 Nov, 2017 1 commit
  22. 24 Oct, 2017 1 commit
  23. 23 Oct, 2017 1 commit
  24. 19 Oct, 2017 2 commits
  25. 04 Oct, 2017 1 commit
  26. 31 Aug, 2017 1 commit
  27. 22 Aug, 2017 1 commit
  28. 18 Aug, 2017 1 commit
  29. 17 Aug, 2017 1 commit
  30. 11 Aug, 2017 1 commit
  31. 17 Apr, 2017 1 commit
    • Patrick H. Lauke's avatar
      Fix carousel "hover" behavior on touch-enabled devices · 6ae5fb12
      Patrick H. Lauke authored
      * Add carousel mouse listeners even if touch events enabled
      
      - touch events are enabled not just on "mobile", just also on
      touch-enabled desktop/laptop devices; additionally, it's possible to
      pair a mouse with traditionally touch-only devices (e.g. Android
      phones/tablets); currently, in these situations the carousel WON'T pause
      even when using a mouse
      
      * Restart cycle after touchend
      
      as `mouseenter` is fired as part of the touch compatibility events, the
      previous change results in carousels which cycle until the user
      tapped/interacted with them. after that they stop cycling (as
      `mouseleave` is not sent to the carousel after user scrolled/tapped
      away).
      this fix resets the cycling after `touchend` - essentially returning
      to the previous behavior, where on touch the carousel essentially never
      pauses, but now with the previous fix it at least pauses correctly for
      mouse users on touch-enabled devices.
      includes documentation for this new behavior.
      6ae5fb12
  32. 28 Mar, 2017 1 commit
  33. 22 Mar, 2017 1 commit