1. 03 Oct, 2016 1 commit
  2. 12 Sep, 2016 1 commit
  3. 27 Jul, 2016 1 commit
    • Mark Otto's avatar
      Enable flexbox grid CSS on our docs page · 8e9a9a59
      Mark Otto authored
      - Creates new flexbox grid Sass file in our docs assets
      - Updates the Gruntfile to compile said new Sass file and minify the output
      - Update notice on flexbox docs page for how it works
      - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
      8e9a9a59
  4. 14 Jul, 2016 1 commit
  5. 29 Jun, 2016 2 commits
    • XhmikosR's avatar
      Update devDependencies. · 7f6fd5be
      XhmikosR authored
      Only grunt-saucelabs is left in order to update grunt to v1.x.
      7f6fd5be
    • 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
  6. 27 Jun, 2016 1 commit
  7. 26 Jun, 2016 1 commit
    • Chris Rebert's avatar
      Fix docs asset file paths in /grunt/configBridge.json (#20178) · ead5ed6d
      Chris Rebert authored
      Previously, when running the docs locally, the site, rooted at:
          http://localhost:9001/
      would reference docs assets using relative URLs such as:
          /../assets/js/vendor/anchor.min.js
      which is equivalent to:
          http://localhost:9001/../assets/js/vendor/anchor.min.js
      which is nonsense, since the root directory has no parent directory.
      Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now.
      But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated.
      
      This commit corrects the problem by removing the extra '../' from the paths.
      
      These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code.
      Previously, in the Gruntfile, we were doing, e.g.:
          path.join('./docs/assets', '../assets/js/vendor/anchor.min.js')
      which calculates to:
          ./docs/assets/../assets/js/vendor/anchor.min.js
      which can be simplified to:
        ...
      ead5ed6d
  8. 20 Jun, 2016 1 commit
  9. 10 Jun, 2016 1 commit
  10. 05 Jun, 2016 2 commits
  11. 04 Jun, 2016 1 commit
  12. 31 May, 2016 1 commit
  13. 20 May, 2016 1 commit
  14. 02 Apr, 2016 1 commit
  15. 24 Mar, 2016 1 commit
  16. 15 Mar, 2016 1 commit
  17. 19 Feb, 2016 1 commit
  18. 09 Feb, 2016 1 commit
  19. 07 Feb, 2016 1 commit
  20. 11 Jan, 2016 1 commit
  21. 06 Jan, 2016 2 commits
  22. 04 Jan, 2016 3 commits
  23. 01 Jan, 2016 1 commit
  24. 25 Dec, 2015 2 commits
  25. 09 Dec, 2015 1 commit
  26. 08 Dec, 2015 1 commit
  27. 06 Dec, 2015 1 commit
  28. 05 Dec, 2015 2 commits
  29. 03 Dec, 2015 1 commit
  30. 30 Nov, 2015 1 commit
    • Chris Rebert's avatar
      Bump iOS to v8 in Autoprefixer settings · 6bfd7081
      Chris Rebert authored
      The latest iOS version is 9.1
      Our prefixing policy dictates that we prefix 1 version back from the latest version.
      9.1 - 1_major_version = 8.0
      
      [skip validator]
      6bfd7081
  31. 24 Nov, 2015 1 commit
  32. 19 Nov, 2015 1 commit
  33. 16 Nov, 2015 1 commit