aboutsummaryrefslogtreecommitdiff
path: root/docs/4.1/utilities
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto17-1382/+0
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.
2018-07-02Fix incorrect visibility utility description regarding screen readers (#26786)Patrick H. Lauke1-1/+1
2018-06-05Fix markdown code inside HTML code. (#26662)XhmikosR1-1/+1
2018-04-17typoMark Otto1-1/+1
2018-04-17Be explicit in the docs for deprecating text-hideMark Otto1-1/+1
2018-04-16Resolve #26262: Add deprecated warning (#26292)Varunram Ganesh1-0/+6
2018-04-10Fix incorrect class name (#26239)Jonathan1-1/+1
Fixes #26235
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto17-0/+1376
* 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