aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-02Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵Pierre Vanduynslager4-27/+593
.nav-item, <li> etc...)
2017-04-01gruntMark Otto6-39/+36
2017-03-30Add explicit aria-label to placeholder-only inputsPatrick H. Lauke12-30/+30
While `placeholder` is nominally valid per spec http://rawgit.com/w3c/html-api-map/master/index.html#accessible-name-and-description-calculation it is inelegant, a fallback, and not supported in ios/safari/voiceover and android/chrome/talkback, to name a few combinations `aria-describedby` is also not really the right tool for providing a name/label equivalent, so remove that from the list of possible alternative methods / clarify how it can be used
2017-03-28Fix JS components console error "Error: <Component> is transitioning"Pierre Vanduynslager8-23/+69
2017-03-28quickly fix #21761 by adding .text-gray-dark exampleMark Otto1-0/+1
2017-03-28gruntMark Otto7-18/+32
2017-03-27gruntMark Otto6-15/+18
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-26fixes #21608Mark Otto1-0/+1
2017-03-26gruntMark Otto4-5/+5
2017-03-26gruntMark Otto10-22/+68
2017-03-26fixes #22111Mark Otto1-2/+2
- add .col-*-auto to the extend in our grid framework mixins so it gets padding - this means we can avoid the col-12 classes in our docs for the responsive variants
2017-03-26git that a link too for nowMark Otto1-0/+2
2017-03-26add example and document bug behavior to fix #21967Mark Otto1-0/+16
2017-03-26fix broken fieldset grid, workaround for flexbug 9Mark Otto1-20/+22
2017-03-26fixes #22133Mark Otto1-1/+2
2017-03-26doh forgot to saveMark Otto1-1/+1
2017-03-26clarify docs a bit more and remove some words; closes #21683Mark Otto1-4/+4
2017-03-26Redo semantic grid example and make it real in the docsMark Otto2-17/+52
2017-03-26clean up mixin docsMark Otto1-48/+6
2017-03-26gruntMark Otto7-110/+133
2017-03-24Add missing v4 docs for tooltip/popover methods (#22246)Sid2-0/+36
Add missing v4 docs for tooltip/popover methods
2017-03-23fix dupe idsMark Otto1-38/+38
2017-03-23fix broken justified-nav example, fixes #21874Mark Otto1-3/+3
2017-03-23rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵Mark Otto12-23/+180
approach everywhere else
2017-03-23more docs updatesMark Otto10-37/+37
2017-03-23update docsMark Otto1-5/+32
2017-03-23update docs example to use new stuffMark Otto1-10/+10
2017-03-23Generate correct breakpoints for navbar-toggleable-* and generate toggleable ↵Pierre-Denis Vanduynslager1-14/+18
without media query to never collapse
2017-03-23fixes #22254Mark Otto1-1/+1
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-21More config tweaks.Bardi Harborow3-14/+5
2017-03-20bump to jquery 3.2.1Mark Otto15-28/+37
2017-03-20Update dependencies.Bardi Harborow15-18/+8165
2017-03-19fixes #21920Mark Otto1-3/+3
2017-03-19gruntMark Otto2-33/+54
2017-03-19document itMark Otto1-0/+27
2017-03-19gruntMark Otto7-19/+35
2017-03-19fix markdown docs tablesMark Otto1-2/+6
2017-03-19rewrite in markdownMark Otto1-44/+7
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-18gruntMark Otto15-244/+176
2017-03-18Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-8/+25