| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-24 | Gruntfile: Add comments explaining CSS prefixing policy | Chris Rebert | 1 | -6/+20 | |
| [skip sauce] | |||||
| 2015-11-23 | Add responsive embed class for 1:1 aspect ratio | Richard Kraaijenhagen | 2 | -0/+9 | |
| Closes #18141 | |||||
| 2015-11-23 | Run `grunt`. | XhmikosR | 11 | -40/+39 | |
| [ci skip] | |||||
| 2015-11-23 | Bump grunt-contrib-uglify. | XhmikosR | 2 | -130/+112 | |
| [skip sauce] | |||||
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 8 | -28/+35 | |
| These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce] | |||||
| 2015-11-22 | Add missing !important-s to responsive text alignment classes; fixes #18300 | Deilv | 1 | -3/+3 | |
| Closes #18314 by merging a tweaked version of it. | |||||
| 2015-11-19 | Merge pull request #18288 from twbs/revert-18286-patch-1 | Patrick H. Lauke | 1 | -4/+0 | |
| Revert "Added button subsection to the component section" | |||||
| 2015-11-19 | Revert "Added button subsection to the component section" | Patrick H. Lauke | 1 | -4/+0 | |
| 2015-11-19 | Merge pull request #18286 from vanillajonathan/patch-1 | Patrick H. Lauke | 1 | -0/+4 | |
| Added button subsection to the component section | |||||
| 2015-11-19 | Added button subsection to the component section | Jonathan | 1 | -0/+4 | |
| 2015-11-19 | Merge pull request #18285 from twbs/lint-visual-tests | Chris Rebert | 1 | -1/+1 | |
| Check HTML validity of JS visual tests too | |||||
| 2015-11-19 | Remove stray </p> from js/tests/visual/scrollspy.html | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
| 2015-11-19 | Check HTML validity of JS visual tests too | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-19 | Merge pull request #18284 from twbs/tether-docs-fix | Chris Rebert | 2 | -1/+2 | |
| Docs: Separate Tether out from docs.min.js | |||||
| 2015-11-19 | Docs: Separate Tether out from docs.min.js | Chris Rebert | 2 | -1/+2 | |
| We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] | |||||
| 2015-11-16 | Run `grunt`. | XhmikosR | 17 | -828/+412 | |
| [ci skip] | |||||
| 2015-11-16 | Update devDependencies. | XhmikosR | 3 | -105/+181 | |
| Adapt uglify for the new version. | |||||
| 2015-11-16 | Merge pull request #18267 from twbs/v4-dev-xmr-revert-jquery2-requirement | Chris Rebert | 2 | -3/+3 | |
| Revert "Make jQuery 2.0 the minimum supported version." | |||||
| 2015-11-16 | Check for jQuery >= 3. | Chris Rebert | 1 | -2/+2 | |
| Reword jQuery version mismatch error message since jQuery v3 isn't supported. | |||||
| 2015-11-16 | Revert "Make jQuery 2.0 the minimum supported version." | XhmikosR | 2 | -3/+3 | |
| This partially reverts commit 9eded912a05082a89ef30b899bbe659cb9ce254c. | |||||
| 2015-11-15 | docs/content/reboot.md: Just to avoid any ambiguity | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-15 | docs/content/reboot.md: Add MDN link and a comma | Chris Rebert | 1 | -2/+2 | |
| 2015-11-15 | scss/_reboot.scss: Add link to nice new docs regarding ↵ | Chris Rebert | 1 | -0/+1 | |
| `touch-action:manipulation` [ci skip] | |||||
| 2015-11-16 | Merge pull request #18266 from patrickhlauke/reboot-touch-optimization | Patrick H. Lauke | 1 | -0/+14 | |
| Docs: touch responsiveness optimization | |||||
| 2015-11-16 | Touch responsiveness optimization | Patrick H. Lauke | 1 | -0/+14 | |
| Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970 | |||||
| 2015-11-15 | Merge pull request #18051 from twbs/impl-18044 | Chris Rebert | 2 | -1/+22 | |
| Add touch-action:manipulation on interactive elements to avoid 300ms click delay | |||||
| 2015-11-15 | Fix #17001 in v4 | Chris Rebert | 1 | -1/+9 | |
| Refs #18253 [skip sauce] | |||||
| 2015-11-15 | Add input group example with btns on both sides for completeness+testing | Chris Rebert | 1 | -0/+14 | |
| [skip sauce] | |||||
| 2015-11-15 | Add $list-group-border-width; refs #18150 | Chris Rebert | 2 | -3/+4 | |
| [skip sauce] | |||||
| 2015-11-15 | $list-group-border => $list-group-border-color | Chris Rebert | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2015-11-15 | Move viewport-dependent padding tweak into main .jumbotron block | Chris Rebert | 1 | -6/+4 | |
| Refs #18259 [skip sauce] | |||||
| 2015-11-15 | .form-control: Use $input-border-width instead of $border-width | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-14 | Add $table-border-width; refs #18150 | Chris Rebert | 2 | -12/+13 | |
| 2015-11-14 | Add $popover-border-width; refs #18150 | Chris Rebert | 2 | -2/+3 | |
| 2015-11-14 | Use $border-width in misc border print styles | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2015-11-14 | Add $thumbnail-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | $thumbnail-border => $thumbnail-border-color | Chris Rebert | 2 | -2/+2 | |
| 2015-11-14 | Add $pagination-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | Rename $pagination-border => $pagination-border-color for clarity | Chris Rebert | 2 | -3/+3 | |
| 2015-11-14 | Add $pager-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | $pager-border => $pager-border-color | Chris Rebert | 2 | -2/+2 | |
| 2015-11-14 | Add $nav-tabs-link-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | Add $input-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | $input-border => $input-border-color | Chris Rebert | 3 | -4/+4 | |
| 2015-11-14 | Add $dropdown-border-width; refs #18150 | Chris Rebert | 2 | -1/+2 | |
| 2015-11-14 | $dropdown-border => $dropdown-border-color | Chris Rebert | 2 | -2/+2 | |
| 2015-11-14 | Merge pull request #18255 from twbs/v4-block-cards | Mark Otto | 1 | -0/+1 | |
| Block level cards | |||||
| 2015-11-14 | fixes #18170, make cards block level by default so anchors can be used as ↵ | Mark Otto | 1 | -0/+1 | |
| base element | |||||
| 2015-11-14 | fixes #18241: bump up border-radius values on .label-pill for when ↵ | Mark Otto | 1 | -1/+3 | |
| customization means the 1rem value doesn't cut it | |||||
| 2015-11-14 | uncomment that, fixes #18219 | Mark Otto | 1 | -2/+0 | |
