1. 25 Oct, 2016 1 commit
  2. 19 Oct, 2016 3 commits
  3. 17 Oct, 2016 1 commit
  4. 11 Oct, 2016 2 commits
  5. 10 Oct, 2016 3 commits
  6. 09 Oct, 2016 2 commits
  7. 03 Oct, 2016 1 commit
  8. 15 Sep, 2016 1 commit
  9. 05 Sep, 2016 2 commits
  10. 04 Aug, 2016 1 commit
  11. 27 Jul, 2016 2 commits
  12. 29 Jun, 2016 1 commit
    • Chris Rebert's avatar
      Support jQuery v3 in Bootstrap v4 (#20191) · ed3ba474
      Chris Rebert authored
      * bower.json, package.json: Extend jQuery version ranges to include v3
      * NuGet: Bump jQuery to v3.0.0.1
      * Docs+Examples: Update jQuery to v3.0.0
      * Use jQuery v3.0.0 for JS unit tests
      * Update jqueryVersionCheck to allow jQuery v3.x.x
      ed3ba474
  13. 28 Jun, 2016 2 commits
  14. 27 Jun, 2016 1 commit
  15. 05 Jun, 2016 4 commits
  16. 04 Jun, 2016 3 commits
  17. 31 May, 2016 9 commits
  18. 30 May, 2016 1 commit
    • Chris Rebert's avatar
      Fix load & scroll event usage in ScrollSpy tests (#19986) · 14c7ba95
      Chris Rebert authored
      * Use $.one() instead of $.on() since there are no $.off()s in the code.
      * Remove unnecessary namespacing of listeners for the `scroll` & `load` events.
          These are vanilla DOM events (not custom jQuery namespaced events)
          and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`).
      
      [skip validator]
      14c7ba95