aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23Update Popper.js to 1.12.3Johann-S3-3/+3
2017-08-17Fix error in Alerts component doc (#23522)Jonathan Berger1-1/+1
2017-08-14Mention badge-default in migration docs, fix typo on popover docs (#23409)jipexu1-1/+1
2017-08-13Merge branch 'patch-1' of https://github.com/heikojansen/bootstrap into ↵Mark Otto1-2/+2
heikojansen-patch-1
2017-08-11fixing list-group badge example (#23293)béla1-3/+3
https://github.com/twbs/bootstrap/issues/23291
2017-08-11Use input type search for search fieldsJonathan1-9/+9
2017-08-11Fix broken links in documentation. (#23315)Jan Karlo Dela Cruz7-7/+7
2017-08-11Fix HTML validation errors.XhmikosR1-2/+2
2017-08-10v4 docs remove left over Tooltips and Popover documentation from Button ↵Patrick Yeo1-4/+0
Group page
2017-08-10missed a modifierMark Otto1-1/+1
2017-08-10clarify text, break up larger paragraph, shortenMark Otto1-1/+2
2017-08-10Update badges in buttons examplesMark Otto1-19/+7
- Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block
2017-08-10v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)Patrick Yeo1-1/+1
2017-08-10Update progress.md to reflect setting height on .progressDave1-5/+5
2017-08-10Update modal.mdCarloMartini1-5/+2
Removed a duplicate explanation.
2017-08-10Add examples of forms in dropdown menusMark Otto1-0/+49
2017-08-10Mention util.js on all JS plugin pages (#22955)Mark Otto7-1/+11
Fixes #20660
2017-08-10Remove broken CSS that tried to reset the absolute positioning when there ↵Mark Otto1-3/+3
was no text
2017-08-06Fix typoPablo Crivella1-1/+1
2017-08-04remove old validation docs, fixes #23217Mark Otto1-28/+0
2017-07-31Fix HTML errors. (#23184)XhmikosR1-4/+4
The "aria-controls" attribute must point to an element in the same document.
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S3-3/+3
2017-07-13Add badge counter example and accessibility advicePatrick H. Lauke1-0/+30
2017-07-12Fixed a word (connectinh / connecting)Casper1-1/+1
2017-07-06Docs: added missing quote in input-group example (#23010)Vincent Le Put1-1/+1
2017-07-04Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-3/+3
2017-07-04Update Popper.js to 1.10.8Johann-S3-3/+3
2017-07-03fixes #22979Mark Otto1-1/+1
2017-07-02fix some busted linksMark Otto1-1/+1
2017-07-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto1-1/+1
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto4-5/+5
2017-07-01cleanup offsetsMark Otto2-9/+9
2017-06-30clip to border-box, update overlayMark Otto1-1/+1
2017-06-30remove a few .card-dark refsMark Otto1-3/+3
2017-06-30account for new blockquote changesMark Otto1-8/+8
2017-06-30Update card docs to loop over the theme colors and use bg, border, and color ↵Mark Otto1-102/+27
utilities
2017-06-30ditch .card-blockquote for a regular .blockquote (dependent on #22949)Mark Otto1-4/+4
2017-06-30update redirect_from on docs pagesMark Otto1-1/+1
2017-06-28move list group variants to be generated from sass mapMark Otto1-8/+6
2017-06-25Merge branch 'v4-dev' into colors-reduxMark Otto1-2/+2
2017-06-25revamp button docs to loop over theme colorsMark Otto1-26/+5
2017-06-25rename .card-inverse to .card-dark, update docs to matchMark Otto1-16/+16
2017-06-25update navbars to rename .navbar-inverse to .navbar-dark, update all navbar ↵Mark Otto2-34/+34
examples and variables
2017-06-25update alert component to use theme sass map and add a ton of options in the ↵Mark Otto1-24/+8
process
2017-06-25update badges to use the theme colors sass mapMark Otto1-30/+18
2017-06-21Fix modal overflow with our navbar documentation and fix typo (#22864)Johann-S1-2/+2
* Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-7/+7
and generate card, button, bg, and color classes from the sass map
2017-06-17mention labels being outside input-groupMark Otto1-1/+1
2017-06-15Rename popover classesMark Otto1-11/+11
Part of an update to align the naming schemes across our components. - Renames .popover-title to .popover-header - Renames .popover-content to .popover-body Refs: #22092
2017-06-15Rename .card-block to .card-body to match nomenclature of modalsMark Otto2-59/+59