| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-31 | minor rephrasing on layout/overview docs | Alice Young | 1 | -3/+3 | |
| 2016-12-31 | v4: Rip out IE compatibility mode meta tags (#21483) | Mark Otto | 21 | -104/+5 | |
| * Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro | |||||
| 2016-12-31 | move local docs jquery to slim | Mark Otto | 2 | -4/+4 | |
| 2016-12-31 | update homepage to include depedencies, fixes #21250 | Mark Otto | 1 | -0/+2 | |
| 2016-12-31 | make note of slim build | Mark Otto | 1 | -1/+1 | |
| 2016-12-31 | switch to jquery slim, update examples to use code.jquery.com cdn | Mark Otto | 14 | -14/+14 | |
| 2016-12-30 | add example of width util | Mark Otto | 1 | -1/+9 | |
| 2016-12-30 | hook up animation toggle | Mark Otto | 1 | -0/+5 | |
| 2016-12-30 | Rewrite progress component without <progress> element | Mark Otto | 1 | -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. | |||||
| 2016-12-31 | Change remaining JS files to comply with ESLint config. | Bardi Harborow | 3 | -10/+10 | |
| 2016-12-30 | Document $enable-print-styles (#21474) | Quy | 1 | -0/+1 | |
| 2016-12-29 | redo and make sticky | Mark Otto | 2 | -4/+22 | |
| 2016-12-29 | update navbar | Mark Otto | 1 | -12/+10 | |
| 2016-12-29 | remove commented out code, add top margin | Mark Otto | 1 | -8/+1 | |
| 2016-12-29 | Drop IE9 callout | Quy | 1 | -6/+0 | |
| 2016-12-28 | grunt | Mark Otto | 11 | -204/+252 | |
| 2016-12-28 | update all examples | Mark Otto | 10 | -40/+32 | |
| 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-28 | Merge branch 'navbar-tweaks' into v4-docs-streamlined | Mark Otto | 11 | -68/+59 | |
| 2016-12-28 | update all examples | Mark Otto | 10 | -40/+32 | |
| 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-28 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 148 | -9122/+12887 | |
| 2016-12-28 | grunt | Mark Otto | 7 | -430/+233 | |
| 2016-12-28 | add alignment docs with flex utils | Mark Otto | 1 | -4/+27 | |
| 2016-12-28 | simpler sizing examples | Mark Otto | 1 | -13/+14 | |
| 2016-12-28 | rogue extra line break | Mark Otto | 1 | -1/+0 | |
| 2016-12-28 | redo active and disabled docs snippets | Mark Otto | 1 | -22/+17 | |
| - remove screen reader stuff in favor of explicit labels - remove 4 and 5 items to keep examples simpler | |||||
| 2016-12-28 | add a working with icons example | Mark Otto | 1 | -3/+5 | |
| frees us up to not have to encourage so much markup throughout these pagination examples | |||||
| 2016-12-28 | redo main example to work in screen reader love instead of putting it in a ↵ | Mark Otto | 1 | -7/+15 | |
| callout | |||||
| 2016-12-28 | redo intro paragraph | Mark Otto | 1 | -1/+1 | |
| 2016-12-28 | update docs to improve contextual classes section | Mark Otto | 1 | -1/+14 | |
| 2016-12-28 | Revamp list group states and docs to match | Mark Otto | 1 | -38/+51 | |
| - Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables. | |||||
| 2016-12-28 | update to migration docs | Mark Otto | 1 | -31/+16 | |
| 2016-12-27 | follow up to the fix for #20506 with some docs examples of input groups in ↵ | Mark Otto | 1 | -0/+30 | |
| button toolbars | |||||
| 2016-12-27 | revamp button group with flexbox | Mark Otto | 1 | -3/+15 | |
| 2016-12-27 | update example with brand and new util | Mark Otto | 1 | -1/+2 | |
