1. 11 Mar, 2019 1 commit
  2. 26 Feb, 2019 1 commit
  3. 20 Feb, 2019 4 commits
  4. 13 Feb, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 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
  7. 14 Nov, 2018 1 commit
  8. 26 Sep, 2018 1 commit
  9. 12 Aug, 2018 1 commit
  10. 24 Jul, 2018 1 commit
  11. 12 Jul, 2018 1 commit
  12. 03 Jun, 2018 1 commit
  13. 01 Jun, 2018 2 commits
  14. 30 Apr, 2018 1 commit
  15. 13 Apr, 2018 1 commit
  16. 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
  17. 18 Jan, 2018 1 commit
  18. 11 Jan, 2018 1 commit
  19. 28 Dec, 2017 1 commit
  20. 13 Nov, 2017 1 commit
  21. 24 Oct, 2017 1 commit
  22. 23 Oct, 2017 1 commit
  23. 19 Oct, 2017 2 commits
  24. 04 Oct, 2017 1 commit
  25. 17 Sep, 2017 1 commit
  26. 31 Aug, 2017 1 commit
  27. 22 Aug, 2017 1 commit
  28. 11 Aug, 2017 1 commit
  29. 02 Apr, 2017 1 commit
  30. 19 Mar, 2017 1 commit
  31. 06 Jan, 2017 1 commit
  32. 04 Jan, 2017 1 commit
  33. 23 Dec, 2016 1 commit
  34. 28 Nov, 2016 1 commit
    • Rob Ruana's avatar
      Closes #21055: Prevents ScrollSpy from clearing active item when Safari rubberbands (#21056) · 5eddb0b0
      Rob Ruana authored
      When the rubberband effect causes Safari to scroll past the top of the
      page, the value of scrollTop becomes negative. If the offset of the first
      ScrollSpy target is 0 - essentially if the target is at the top of the
      page - then ScrollSpy should not clear the active item. Conceptually, the
      first item should remain active when rubberbanding past the top of the
      page.
      
      This commit fixes issue #21055 by verifying the first scrollspy target is
      not at the top of the page before clearing the active nav-item.
      5eddb0b0