| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -538/+0 | |
| 2017-05-27 | update components docs | Mark Otto | 1 | -9/+3 | |
| 2017-04-09 | Merge branch 'v4-dev' into v4-docs-button-group-a11y-patch1 | Patrick H. Lauke | 1 | -17/+17 | |
| 2017-04-02 | Rename navbar-toggleable to navbar-expand in docs (#22309) | Pierre Vanduynslager | 1 | -17/+17 | |
| 2017-03-30 | Add explicit aria-label to placeholder-only inputs | Patrick H. Lauke | 1 | -9/+9 | |
| 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-23 | more docs updates | Mark Otto | 1 | -20/+20 | |
| 2017-03-23 | update docs | Mark Otto | 1 | -5/+32 | |
| 2017-03-23 | Generate correct breakpoints for navbar-toggleable-* and generate toggleable ↵ | Pierre-Denis Vanduynslager | 1 | -14/+18 | |
| without media query to never collapse | |||||
| 2017-03-19 | fixes #21920 | Mark Otto | 1 | -3/+3 | |
| 2017-03-19 | link to caniuse for context | Mark Otto | 1 | -1/+1 | |
| 2017-01-05 | Update broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-01-02 | update docs and examples to use new utils | Mark Otto | 1 | -3/+9 | |
| 2016-12-28 | reorder classes because i like it this way :p | Mark Otto | 1 | -12/+12 | |
| 2016-12-28 | dedupe | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | clarify need for .navbar-toggleable classes | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | drop the flex-grow: 10 in favor of auto margin utils | Mark Otto | 1 | -7/+7 | |
| 2016-12-28 | drop the .nav base class from .navbar-nav | Mark Otto | 1 | -10/+10 | |
| 2016-12-28 | no float utils, use class name | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | better describe example | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | consistent punctuation | Mark Otto | 1 | -2/+2 | |
| it's important, yo | |||||
| 2016-12-27 | update example with brand and new util | Mark Otto | 1 | -1/+2 | |
| 2016-12-27 | Fix grammatical/typo errors | Quy | 1 | -3/+3 | |
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 1 | -1/+1 | |
| 2016-12-24 | better/more form spacing in navbars | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | unify alignment of all these dang navbar forms | Mark Otto | 1 | -18/+18 | |
| 2016-12-22 | remove .hidden-* classes from .navbar-toggler and make that part of the ↵ | Mark Otto | 1 | -10/+10 | |
| .navbar-toggleable-* | |||||
| 2016-12-22 | couple more utils | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | put new toggler markup to use | Mark Otto | 1 | -11/+33 | |
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color ↵ | Mark Otto | 1 | -6/+6 | |
| schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) | |||||
| 2016-12-22 | fixes #18053 by removing container padding at lower breakpoints on ↵ | Mark Otto | 1 | -2/+4 | |
| responsive navbars | |||||
| 2016-12-22 | even more utils for forms | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | more margin utils on forms | Mark Otto | 1 | -4/+4 | |
| 2016-12-22 | make sure all nav demos for the navbar are using toggleable-* classes for ↵ | Mark Otto | 1 | -50/+87 | |
| proper responsive styles | |||||
| 2016-12-22 | make more examples responsive | Mark Otto | 1 | -57/+71 | |
| 2016-12-22 | remove now unneeded collapse section | Mark Otto | 1 | -50/+0 | |
| 2016-12-22 | fix colors | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | add responsive behaviors section | Mark Otto | 1 | -0/+78 | |
| 2016-12-22 | update responsive behavior in demo | Mark Otto | 1 | -2/+3 | |
| 2016-12-22 | unique ids | Mark Otto | 1 | -8/+0 | |
| 2016-12-22 | make supported content example responsive | Mark Otto | 1 | -23/+27 | |
| 2016-12-22 | no more .navbar-full | Mark Otto | 1 | -1/+1 | |
| 2016-12-22 | more navbar docs changes | Mark Otto | 1 | -1/+5 | |
| 2016-12-22 | cleanup navbar docs for flex changes | Mark Otto | 1 | -39/+27 | |
| 2016-11-26 | add some disabled navbar link examples | Mark Otto | 1 | -3/+3 | |
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 1 | -9/+9 | |
| * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin | |||||
| 2016-10-19 | alt attributes | Mark Otto | 1 | -2/+2 | |
| 2016-10-19 | More navbar example content with forms | Mark Otto | 1 | -0/+39 | |
| 2016-10-18 | Tweak that navbar brand image alignment with new vertical align utils | Mark Otto | 1 | -1/+1 | |
| 2016-10-18 | add examples of images in the navbar-brand section | Mark Otto | 1 | -0/+21 | |
| 2016-10-17 | more html linting | Mark Otto | 1 | -2/+2 | |
