aboutsummaryrefslogtreecommitdiff
path: root/docs/4.1/components
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto21-8074/+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-09Add missing role="button" in .navbar's .dropdown-toggleXhmikosR1-1/+1
Fixes #26830
2018-06-25feat(dropdown): add original click eventjakubhonisek1-0/+1
2018-06-21Remove disabled class from wrapperMartijn Cuppens1-1/+1
`disabled` class is not needed for wrapper.
2018-06-05Fix markdown code inside HTML code. (#26662)XhmikosR2-2/+2
2018-05-31Fix inline labels with a custom select (#26615)Andres Galante1-1/+1
Add an sr-only class to the label on inline labels with a custom select
2018-05-22Fix/add more correct labels/descriptions for input group examples (#26551)Patrick H. Lauke1-27/+27
Among other things, closes https://github.com/twbs/bootstrap/issues/26548
2018-05-20closes #26543, fixes #26542Mark Otto1-14/+14
2018-05-15[trivial] Rewording in tooltips. Closes #26467 (#26521)Varunram Ganesh1-1/+1
2018-05-15fix(doc): typo in dropdowns.mdysds1-1/+1
2018-04-26Change accordion example id (#26391)Patrick H. Lauke1-4/+4
for clarity/consistency with other similar examples
2018-04-16breadcrumb.md: Remove trailing space.XhmikosR1-1/+1
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu1-1/+1
2018-04-12Dropdowns `display` default value (#26272)denisname1-1/+1
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto21-0/+8073
* 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