aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2017-04-08Docs and CSS updates for #21807 (#22336)Mark Otto3-44/+25
* tweak some copy * fix up scrollspy docs * remove nav styles that were added * fix nav-based docs by requiring .nav-item on .nav-link
2017-04-07Documentation - Add inserted event for Tooltip and PopoverJohann-S2-0/+8
2017-04-02Rename navbar-toggleable to navbar-expand in docs (#22309)Pierre Vanduynslager1-17/+17
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager3-27/+587
.nav-item, <li> etc...)
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager6-6/+24
2017-03-27Card image fixes (#22288)Mark Otto1-4/+4
* fix image stretching due to flexbox * fix broke text-muted on dark bg * no img-fluid needed
2017-03-26fix broken fieldset grid, workaround for flexbug 9Mark Otto1-20/+22
2017-03-24Add missing v4 docs for tooltip/popover methods (#22246)Sid2-0/+36
Add missing v4 docs for tooltip/popover methods
2017-03-23more docs updatesMark Otto1-20/+20
2017-03-23update docsMark Otto1-5/+32
2017-03-23Generate correct breakpoints for navbar-toggleable-* and generate toggleable ↵Pierre-Denis Vanduynslager1-14/+18
without media query to never collapse
2017-03-23Fix modal documentation (#22252)Patrick Hayes1-1/+1
The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page
2017-03-23Fix Modal documentation about _handleUpdate method + move to public scope ↵Johann1-1/+7
(#21877) Fix Modal documentation about _handleUpdate method + move to public scope
2017-03-23Accordion behavior with JQuery interface (#21726)Pierre Vanduynslager1-8/+8
Fix accordion behavior with JQuery interface
2017-03-22fix data-pause documentation for carousel (#21938)Gifford Nowland1-2/+2
fix data-pause documentation for carousel
2017-03-22Carousel - Add attributes from and to for Slid and Slide events (#21668)Johann1-0/+2
Carousel - Add attributes from and to for Slid and Slide events
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19document itMark Otto1-0/+27
2017-03-19Fix justified nav styles and update nav docs for fill/justifyMark Otto1-0/+22
- Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to
2017-03-19link to caniuse for contextMark Otto1-1/+1
2017-03-19Change duplicate id.Bardi Harborow1-2/+2
2017-03-18add header and footer to exampleMark Otto1-0/+2
2017-03-18fixes #21584Mark Otto1-4/+4
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
2017-03-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-4/+4
2017-03-02Fixed spelling error. (#22102)Alex Neises1-1/+1
2017-03-02Fix spelling error.Sam Rapaport1-1/+1
2017-02-27Fix broken links.Bardi Harborow2-2/+2
2017-02-26add more grid layout optionsMark Otto1-1/+49
2017-02-12use secondary buttons instead of primary ones for a bit better example of stylesMark Otto1-6/+6
2017-02-09Change 'has no affect' to 'has no effect'Matt Eason1-1/+1
2017-02-04Fixes #21892Mark Otto1-2/+2
2017-01-16Specify card component is necessary for accordion behavior (#21746)Erin Brown1-1/+1
- It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion.
2017-01-15Add doc example with badge links (#21674)Pierre-Denis Vanduynslager1-0/+13
2017-01-15Add alert divider (<hr>) example in docs (#21673)Pierre-Denis Vanduynslager1-1/+2
* Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion
2017-01-12Merge pull request #21671 from vanduynslagerp/fix-21665Patrick H. Lauke1-1/+1
Fix modal id in doc example (Fix #21665)
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke1-1/+1
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-11Fix modal id in docPierre-Denis Vanduynslager1-1/+1
2017-01-05Doc updates (#21542)Quy5-8/+8
* Change it's to its. * Fix links * Fix typos
2017-01-05Update broken links.Bardi Harborow3-3/+3
2017-01-04Update custom content example for list group to use utils so the layout ↵Mark Otto1-10/+22
doesn't break
2017-01-04Fix progress doc markupPierre-Denis Vanduynslager1-1/+1
2017-01-03fixes #21454 by revamping some docs styles for dropdownsMark Otto1-31/+29
2017-01-03Update sizing linksQuy2-2/+2
2017-01-02update docs and examples to use new utilsMark Otto1-3/+9
2017-01-02fixes #21509: remove reference to .card-deck-wrapperMark Otto1-1/+1
2017-01-01Change .in to .show (#21500)Quy1-1/+1
2017-01-01Fix carousel markupQuy1-4/+4
2016-12-31Move .table-responsive from wrapper to .tableQuy6-486/+463
2016-12-30add example of width utilMark Otto1-1/+9
2016-12-30Rewrite progress component without <progress> elementMark Otto1-30/+98
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.