| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 59 | -3302/+0 | |
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 14 | -14/+14 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 14 | -14/+14 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 14 | -14/+14 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 14 | -14/+14 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 14 | -14/+14 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 14 | -15/+14 | |
| 2017-05-05 | Add explicit role="main" to <main> elements (#22574) | Patrick H. Lauke | 1 | -1/+1 | |
| For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT | |||||
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 2 | -2/+2 | |
| controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead | |||||
| 2017-04-11 | Remove inappropriate role="listbox" from carousels | Patrick H. Lauke | 1 | -1/+1 | |
| 2017-03-30 | Add explicit aria-label to placeholder-only inputs | Patrick H. Lauke | 9 | -11/+11 | |
| 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 | fix dupe ids | Mark Otto | 1 | -38/+38 | |
| 2017-03-23 | fix broken justified-nav example, fixes #21874 | Mark Otto | 1 | -3/+3 | |
| 2017-03-23 | rename from .navbar-toggleable to .navbar-expand to reflect mobile first ↵ | Mark Otto | 10 | -21/+178 | |
| approach everywhere else | |||||
| 2017-03-23 | more docs updates | Mark Otto | 9 | -17/+17 | |
| 2017-03-23 | update docs example to use new stuff | Mark Otto | 1 | -10/+10 | |
| 2017-03-23 | fixes #22254 | Mark Otto | 1 | -1/+1 | |
| 2017-03-20 | bump to jquery 3.2.1 | Mark Otto | 14 | -14/+14 | |
| 2017-03-20 | Update dependencies. | Bardi Harborow | 14 | -14/+14 | |
| 2017-03-05 | update instances of old classes in the docs | Mark Otto | 3 | -4/+4 | |
| 2017-01-23 | Fix body padding in Dashboard and Jumbotron examples. | Geremia Taglialatela | 2 | -4/+4 | |
| The actual navbar height is 3.5rem. | |||||
| 2017-01-05 | Doc updates (#21542) | Quy | 1 | -1/+1 | |
| * Change it's to its. * Fix links * Fix typos | |||||
| 2017-01-05 | Update dependencies. | Bardi Harborow | 14 | -14/+14 | |
| 2017-01-02 | update docs and examples to use new utils | Mark Otto | 7 | -7/+7 | |
| 2017-01-01 | Update more copyright years to 2017 (#21491) | Quan You | 2 | -2/+2 | |
| * 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 | Update copyright years to 2017 | Nuno Arruda | 2 | -2/+2 | |
| 2016-12-31 | v4: Rip out IE compatibility mode meta tags (#21483) | Mark Otto | 18 | -36/+0 | |
| * 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 | switch to jquery slim, update examples to use code.jquery.com cdn | Mark Otto | 14 | -14/+14 | |
| 2016-12-28 | update all examples | Mark Otto | 10 | -40/+32 | |
| 2016-12-24 | remove old flex utils, update docs to match | Mark Otto | 2 | -2/+2 | |
| 2016-12-24 | pull in changes from #19832 to fix offcanvas | Mark Otto | 2 | -4/+14 | |
| 2016-12-24 | update navbars in jumbotron, offcanvas, starter examples to flex versions | Mark Otto | 3 | -34/+93 | |
| 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 | 6 | -20/+20 | |
| 2016-12-22 | streamline example navbars by removing .hidden-* classes on togglers | Mark Otto | 7 | -12/+12 | |
| 2016-12-22 | more example fixes | Mark Otto | 2 | -20/+22 | |
| 2016-12-22 | put new toggler markup to use | Mark Otto | 8 | -12/+36 | |
| 2016-12-22 | fixes #18115: move forward with one naming scheme for inversed color ↵ | Mark Otto | 11 | -13/+22 | |
| schemes, renaming .navbar-dark to .navbar-inverse (matching .card-inverse in the process and restoring v3's inverted class name) | |||||
| 2016-12-22 | dedupe ids | Mark Otto | 1 | -4/+4 | |
| 2016-12-22 | update justified nav to use justified navbar; remove safari bug warning ↵ | Mark Otto | 2 | -87/+42 | |
| given flexbox implementation | |||||
| 2016-12-22 | fix carousel navbar | Mark Otto | 1 | -16/+20 | |
| 2016-12-22 | fix sticky footer example navbar | Mark Otto | 1 | -30/+21 | |
| 2016-12-22 | fix up navbar top and fixed top examples | Mark Otto | 2 | -18/+40 | |
| 2016-12-22 | redo album navbar with new styles | Mark Otto | 2 | -43/+18 | |
| 2016-12-22 | unique ids | Mark Otto | 1 | -10/+10 | |
| 2016-12-22 | rearrange examples, go center nav only instead of trying to hack centered ↵ | Mark Otto | 1 | -30/+46 | |
| with siblings | |||||
| 2016-12-22 | nuke | Mark Otto | 1 | -223/+0 | |
| 2016-12-22 | move and consolidate navbar examples, fix em up | Mark Otto | 4 | -74/+180 | |
| 2016-12-22 | remove .navbar-container; just need .navbar now | Mark Otto | 1 | -107/+95 | |
| 2016-12-22 | flexbox this thing | Mark Otto | 1 | -43/+10 | |
| - drop the table styles, use flex - remove commented out code - consolidate styles a bit - add a huge flex-grow to the nav, making the assumption you want nav to take up most space | |||||
