1. 24 Jun, 2020 1 commit
  2. 12 May, 2020 1 commit
  3. 26 Nov, 2019 1 commit
  4. 30 May, 2019 1 commit
  5. 11 Feb, 2019 1 commit
  6. 29 Dec, 2018 1 commit
  7. 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
  8. 14 Dec, 2018 1 commit
  9. 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
  10. 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
  11. 14 Mar, 2018 1 commit
  12. 02 Mar, 2018 1 commit
  13. 24 Feb, 2018 1 commit
  14. 18 Jan, 2018 1 commit
    • Mark Otto's avatar
      Prevent print utils from overriding all other display utils (#25269) · 9b0fcbf9
      Mark Otto authored
      * Prevent print utils from overriding all other display utils
      
      Fixes #25221.
      
      I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property.
      
      * Add printing changes to migration docs
      
      * unrelated heading sentence case change
      
      * List out all .d-print- classes
      9b0fcbf9
  15. 11 Jan, 2018 1 commit
  16. 26 Oct, 2017 1 commit
  17. 23 Oct, 2017 3 commits
  18. 19 Oct, 2017 4 commits
  19. 18 Oct, 2017 1 commit
    • Andrew Murphy's avatar
      Use the 'spacing' template. More examples · 5114a475
      Andrew Murphy authored
      The most important change is to say "for the named breakpoint ( `sm`, `md`, `lg`, `xl`) and above".
      The existing "hiding elements para" (not yet live) is exactly what's needed.
      Keep simple for "english as a second language" people (e.g. hide not hidden)
      5114a475
  20. 10 Sep, 2017 3 commits
  21. 30 May, 2017 1 commit
  22. 28 May, 2017 1 commit
  23. 05 Mar, 2017 1 commit
    • Mark Otto's avatar
      Start rearranging the docs for a utilities update · ebe405a0
      Mark Otto authored
      — Rename display docs page
      — Move print display utils to display utils page
      — Drop remaining of responsive utils page as it's being replaced with display utils
      — Update nav to reflect changes
      ebe405a0