| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-12 | v4: Fix outdated utilites classes | vsn4ik | 5 | -9/+9 | |
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 10 | -34/+19 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 7 | -7/+7 | |
| 2016-10-02 | Show clearfix for examples for xs/sm devices (#19287) | David Beitey | 1 | -6/+6 | |
| Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns). | |||||
| 2016-09-26 | Rename pull-*-{left|right} classes to .float-*-left and .float-*-right | Mark Otto | 7 | -9/+9 | |
| 2016-09-11 | Merge branch 'v4-hamburger-fix2' of ↵ | Mark Otto | 6 | -21/+6 | |
| https://github.com/patrickhlauke/bootstrap into patrickhlauke-v4-hamburger-fix2 | |||||
| 2016-07-25 | update text in grid example | Mark Otto | 1 | -2/+2 | |
| 2016-07-19 | remove navbar-toggler unicode symbol in HTML | Patrick H. Lauke | 6 | -21/+6 | |
| remove current HTML-based symbol, add any missing aria-* attributes | |||||
| 2016-07-13 | Fix HTML validity error in sticky-footer-navbar example (#20295) | Tom Lutzenberger | 1 | -1/+1 | |
| 2016-06-28 | Support jQuery v3 in Bootstrap v4 (#20191) | Chris Rebert | 13 | -13/+13 | |
| * bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x | |||||
| 2016-05-26 | Update jQuery to v2.2.4. | XhmikosR | 13 | -13/+13 | |
| 2016-04-06 | Finish killing .center-block; fixes #19443 | Teo Dell'Amico | 1 | -3/+3 | |
| Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce] | |||||
| 2016-03-19 | Update jQuery to v2.2.2. | XhmikosR | 13 | -13/+13 | |
| 2016-03-07 | Examples: Update tether to v1.2.0. | XhmikosR | 13 | -13/+13 | |
| [ci skip] | |||||
| 2016-02-27 | Example pages: Remove usages of defunct .page-header class | Chris Rebert | 5 | -10/+5 | |
| /fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce] | |||||
| 2016-02-06 | flip things around again, no more base class, try out some new stuff to keep ↵ | Mark Otto | 8 | -80/+80 | |
| responsive flex grid working | |||||
| 2016-02-06 | Update base class for grid cols in all examples | Mark Otto | 8 | -80/+80 | |
| 2016-01-16 | Fix active Home tab in narrow-jumbotron example | Sebastian Klatte | 1 | -2/+2 | |
| the active class should be moved from the list item to the link item | |||||
| 2016-01-10 | docs: Add SRI hash for Tether; refs #18665 | Chris Rebert | 13 | -13/+13 | |
| 2016-01-10 | docs: Add SRI hash for jQuery; refs #18665 | Chris Rebert | 13 | -13/+13 | |
| 2016-01-09 | Update Grid example from v3 to v4; fixes #18818 | Chris Rebert | 1 | -1/+1 | |
| 2016-01-06 | fix blog example to use customized pagination based on button styles | Mark Otto | 2 | -11/+5 | |
| 2016-01-06 | fix example css | Mark Otto | 1 | -3/+3 | |
| 2016-01-06 | Update docs to account for #18772 | Chris Rebert | 1 | -1/+1 | |
| /fyi @mdo [skip sauce] | |||||
| 2016-01-06 | Merge pull request #18741 from bassjobsen/patch-15 | Mark Otto | 2 | -17/+39 | |
| fix justified navbar | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-01-01 | add .nav-justified class | Bass Jobsen | 1 | -10/+32 | |
| 2016-01-01 | add new CSS classes to the navbar | Bass Jobsen | 1 | -7/+7 | |
| 2015-12-24 | Add Tether to example pages that were missing it | Chris Rebert | 13 | -0/+13 | |
| [skip sauce] | |||||
| 2015-12-08 | Update examples to account for #18185 | Chris Rebert | 4 | -6/+6 | |
| [skip sauce] | |||||
| 2015-12-08 | fixes #17887: restore hover/focus for cover nav | Mark Otto | 1 | -0/+5 | |
| 2015-12-07 | fixes #18293: clean up sticky stuff | Mark Otto | 4 | -40/+36 | |
| 2015-12-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -2/+2 | |
| 2015-12-06 | Remove .navbar-form from example pages; refs #18087 | Chris Rebert | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2015-12-06 | fix up navbar examples with proper coloring | Mark Otto | 2 | -4/+4 | |
| 2015-11-29 | Merge pull request #18340 from twbs/responsive-pulls | Chris Rebert | 7 | -9/+9 | |
| Add responsive float classes | |||||
| 2015-11-26 | Add responsive float classes; fixes #13690 | Chris Rebert | 7 | -9/+9 | |
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 2 | -3/+3 | |
| 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-14 | grunt | Mark Otto | 1 | -0/+3 | |
| 2015-10-24 | Switch to jQuery 2.1.4. | XhmikosR | 13 | -13/+13 | |
| Now that we don't support IE 8 it's safe to do that. | |||||
| 2015-10-19 | Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵ | Chris Rebert | 1 | -1/+1 | |
| the next version | |||||
| 2015-10-13 | Merge pull request #17817 from kkirsche/patch-29 | Mark Otto | 1 | -1/+1 | |
| Remove double bottom border on sub header in dashboard example | |||||
| 2015-10-11 | docs/examples/cover/cover.css: Fix "inheritence" typo | Chris Rebert | 1 | -1/+1 | |
| 2015-10-08 | Remove double bottom border on sub header | Kevin Kirsche | 1 | -1/+1 | |
| The table includes a border between the two making this unnecessary | |||||
| 2015-10-06 | Add shrink-to-fit viewport directive | Patrick H. Lauke | 18 | -18/+18 | |
| Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510 | |||||
| 2015-10-01 | Make tooltip-viewport example work. | XhmikosR | 1 | -1/+2 | |
| [ci skip] | |||||
| 2015-09-20 | Remove unneeded trailing whitespace. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-09-06 | Fixes to examples | Maurice Wahba | 5 | -9/+9 | |
| 2015-09-06 | Add missing jQuery local fallback. | XhmikosR | 3 | -0/+3 | |
| [ci skip] | |||||
| 2015-09-06 | Use jQuery 1.11.3 everywhere. | XhmikosR | 3 | -3/+3 | |
| [ci skip] | |||||
