| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-06 | grunt | Mark Otto | 1 | -1/+1 | |
| 2017-01-06 | rubygems version bump | Mark Otto | 1 | -2/+2 | |
| 2017-01-06 | version bump | Mark Otto | 4 | -27/+27 | |
| 2017-01-06 | grunt | Mark Otto | 6 | -6/+6 | |
| 2017-01-06 | Fix media object alignment examples. | Bardi Harborow | 1 | -3/+3 | |
| 2017-01-05 | grunt | Mark Otto | 3 | -12/+12 | |
| 2017-01-05 | Doc updates (#21542) | Quy | 6 | -9/+9 | |
| * Change it's to its. * Fix links * Fix typos | |||||
| 2017-01-05 | Update dependencies. | Bardi Harborow | 16 | -17/+17 | |
| 2017-01-05 | Update broken links. | Bardi Harborow | 6 | -6/+6 | |
| 2017-01-04 | grunt | Mark Otto | 11 | -37/+15 | |
| 2017-01-04 | Update custom content example for list group to use utils so the layout ↵ | Mark Otto | 1 | -10/+22 | |
| doesn't break | |||||
| 2017-01-04 | Fix progress doc markup | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-04 | Fix typo on v4 Migration page | Sergio Pantoja | 1 | -1/+1 | |
| 2017-01-03 | leave a note in the docs | Mark Otto | 1 | -0/+1 | |
| 2017-01-03 | grunt | Mark Otto | 9 | -12/+12 | |
| 2017-01-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -13/+0 | |
| 2017-01-03 | fixes #21454 by revamping some docs styles for dropdowns | Mark Otto | 2 | -42/+29 | |
| 2017-01-03 | remove some docs callouts | Mark Otto | 2 | -8/+0 | |
| 2017-01-04 | Move node-sass to npm script and drop Ruby Sass. | Bardi Harborow | 1 | -13/+0 | |
| 2017-01-03 | grunt | Mark Otto | 11 | -59/+13 | |
| 2017-01-03 | Drop .table-reflow | Mark Otto | 2 | -59/+0 | |
| Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright. | |||||
| 2017-01-03 | autohide scrollbar for IE | Mark Otto | 1 | -0/+1 | |
| 2017-01-03 | update text | Mark Otto | 1 | -1/+1 | |
| 2017-01-03 | Update sizing links | Quy | 2 | -2/+2 | |
| 2017-01-03 | Added information about list-group-flush | Jonathan | 1 | -0/+1 | |
| 2017-01-02 | grunt | Mark Otto | 9 | -57/+37 | |
| 2017-01-02 | update rest of docs, remove navbar specific modifiers, fix docs example css | Mark Otto | 2 | -6/+8 | |
| 2017-01-02 | update docs and examples to use new utils | Mark Otto | 8 | -10/+16 | |
| 2017-01-02 | document new utils and change organization to match css | Mark Otto | 3 | -19/+36 | |
| 2017-01-02 | New position utils, split docs | Mark Otto | 1 | -0/+0 | |
| - Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top - Updates utilities Sass to be split across more files (one for position, sizing, and spacing) | |||||
| 2017-01-02 | fixes #21509: remove reference to .card-deck-wrapper | Mark Otto | 1 | -1/+1 | |
| 2017-01-02 | grunt | Mark Otto | 6 | -6/+6 | |
| 2017-01-01 | Update more copyright years to 2017 (#21491) | Quan You | 4 | -6/+6 | |
| * Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017 | |||||
| 2017-01-01 | Change .in to .show (#21500) | Quy | 1 | -1/+1 | |
| 2017-01-01 | Fix carousel markup | Quy | 1 | -4/+4 | |
| 2017-01-01 | grunt | Heinrich Fenkart | 14 | -146/+60 | |
| 2017-01-01 | Update copyright years to 2017 | Nuno Arruda | 4 | -6/+6 | |
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 11 | -822/+785 | |
| 2016-12-31 | tweak a few more things | Mark Otto | 1 | -3/+3 | |
| - adjust some verbiage - change the example to correct some labels and range names | |||||
| 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 | |
