1. 06 Sep, 2019 1 commit
  2. 27 Aug, 2019 1 commit
  3. 14 Aug, 2019 1 commit
  4. 07 Aug, 2019 1 commit
  5. 12 Jul, 2019 1 commit
    • Mark Otto's avatar
      v5: Forms update (#28450) · aaf03bdc
      Mark Otto authored
      * Initial spike of consolidated form checks
      
      * Stub out forms rearrangement
      
      - Prepping to drop non-custom file and range inputs
      - Prepping to merge custom and native checks and radios (with switches)
      - Prepping to merge custom select with form select
      - Moving docs arround so forms has it's own area given volume of CSS
      
      * Move input group Sass file to forms subdir
      
      * Start to split and move the docs around
      
      * Simpler imports
      
      * Copyediting
      
      * delete overview file
      
      * Remove commented out code
      
      * remove the custom-forms import
      
      * rewrite flex-check as form-check, replace all custom properties
      
      * Remove old forms doc
      
      * stub out new subpage link section
      
      * update migration guide
      
      * Update nav, forms overview in page nav, and descriptions
      
      * fix check bg position
      
      * fix margin-top calculation
      
      * rename .custom-select to .form-select
      
      * Update validation styles for new checks
      
      * add some vertical margin, fix inline checks
      
      * fix docs examples...
      Unverified
      aaf03bdc
  6. 16 May, 2019 1 commit
  7. 09 May, 2019 1 commit
  8. 08 May, 2019 1 commit
  9. 17 Mar, 2019 1 commit
  10. 14 Mar, 2019 1 commit
  11. 13 Mar, 2019 3 commits
  12. 27 Feb, 2019 1 commit
  13. 20 Feb, 2019 1 commit
  14. 11 Feb, 2019 1 commit
  15. 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
  16. 03 Nov, 2018 1 commit
  17. 14 Oct, 2018 1 commit
  18. 15 Sep, 2018 1 commit
  19. 26 Jul, 2018 1 commit
  20. 12 Jul, 2018 1 commit
    • Mark Otto's avatar
      Reorganize docs for easier deploys · 0e920ce3
      Mark Otto authored
      With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
      0e920ce3
  21. 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
      Unverified
      8f7bd419
  22. 02 Apr, 2018 1 commit
  23. 01 Apr, 2018 2 commits
  24. 11 Jan, 2018 1 commit
    • Mark Otto's avatar
      Deprecate hover media query shim and mixins (#25270) · 92cc0aba
      Mark Otto authored
      * Deprecate hover media query shim and mixins
      
      Fixes #25195.
      
      This never was completed or fully implemented, and the docs are inaccurate as to what browsers are currently affected by this stickied hover problem. This PR aims to update the docs and deprecate the shim from our mixins and only return the pseudo-classes. To reflect the order of these states used elsewhere (e.g., our button styles), I've also updated the order of each within the mixin.
      
      * Mention in docs and variables that it's deprecated
      92cc0aba
  25. 27 Dec, 2017 3 commits
  26. 26 Sep, 2017 2 commits
  27. 06 Sep, 2017 1 commit
  28. 16 Aug, 2017 1 commit
  29. 11 Aug, 2017 1 commit
    • Christian Oliff's avatar
      Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122) · b5f89d56
      Christian Oliff authored
      I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. 
      
      I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
      b5f89d56
  30. 30 May, 2017 2 commits
  31. 28 May, 2017 1 commit
  32. 03 Jan, 2017 1 commit
  33. 01 Jan, 2017 1 commit
    • Quan You's avatar
      Update more copyright years to 2017 (#21491) · bb07fff6
      Quan You authored
      * Update ie10-viewport-bug-workaround.js year
      
      * Update narrow-jumbotron copyright year to 2017
      
      * Update carousel/index.html copyright year to 2017
      
      * Update browsers-devices.md copyright year to 2017
      
      * Update change-version.js copyright year to 2017
      bb07fff6