| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-22 | exploring table based navbar again | Mark Otto | 1 | -0/+268 | |
| 2016-12-22 | follow up to #21393: clarify progress docs browser support and remove ie9 ↵ | Mark Otto | 1 | -14/+1 | |
| section | |||||
| 2016-12-22 | grunt | Mark Otto | 7 | -66/+6 | |
| 2016-12-22 | Remove IE9 browser hacks. (#21393) | Bardi Harborow | 3 | -7/+1 | |
| 2016-12-21 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-12-21 | grunt | Mark Otto | 16 | -9396/+1435 | |
| 2016-12-21 | Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) | Mark Otto | 22 | -642/+484 | |
| * remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom | |||||
| 2016-12-20 | update docs to use .mt-1 on floated labels; clarify docs for guidance | Mark Otto | 1 | -5/+5 | |
| 2016-12-20 | grunt | Mark Otto | 9 | -7/+9 | |
| 2016-12-20 | remove .mb-0 from static form controls to follow up #21270 | Mark Otto | 1 | -3/+3 | |
| 2016-12-19 | grunt | Mark Otto | 10 | -63/+63 | |
| 2016-12-19 | Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵ | Mark Otto | 4 | -14/+14 | |
| Starsam80-fix-20982 | |||||
| 2016-12-19 | Rename _animation.scss to _transitions.scss (#21370) | Mark Otto | 1 | -1/+1 | |
| * Rename _animation.scss to _transitions.scss for accuracy * fix docs reference to file name * cleanup line breaks | |||||
| 2016-12-19 | grunt | Mark Otto | 13 | -83/+83 | |
| 2016-12-19 | Fix typo in migration docs: card-title is replacing panel-title (#21331) | Geoffrey Tisserand | 1 | -1/+1 | |
| 2016-12-19 | Add 'system-ui' to font stack. | Bardi Harborow | 1 | -1/+3 | |
| 2016-12-19 | Remove mention of popovers auto placement + add note to migration docs | Johann-S | 2 | -1/+5 | |
| 2016-12-10 | clarify that | Mark Otto | 1 | -1/+1 | |
| 2016-12-10 | grunt | Mark Otto | 8 | -6/+8 | |
| 2016-12-07 | grunt | Mark Otto | 10 | -324/+222 | |
| 2016-12-07 | Fix tabs by using new classes | Starsam80 | 1 | -3/+3 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 3 | -11/+11 | |
| 2016-12-05 | Merge pull request #21298 from twbs/carousel | Mark Otto | 4 | -62/+109 | |
| Refactor carousel | |||||
| 2016-12-05 | typo | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | drop the .carousel-control base class | Mark Otto | 3 | -7/+7 | |
| 2016-12-04 | update migration docs | Mark Otto | 1 | -1/+8 | |
| 2016-12-04 | redo the carousel example to match | Mark Otto | 2 | -23/+15 | |
| 2016-12-04 | rename once more | Mark Otto | 1 | -8/+8 | |
| 2016-12-04 | rename in docs | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | Merge branch 'v4-dev' into carousel | Mark Otto | 62 | -1219/+1330 | |
| 2016-12-04 | move multiple carousels section up, add responsive classes there, reformat ↵ | Mark Otto | 1 | -29/+18 | |
| some stuff | |||||
| 2016-12-04 | break up example into three separate examples to show flexibility | Mark Otto | 1 | -7/+62 | |
| 2016-12-04 | clear up docs intro | Mark Otto | 1 | -1/+5 | |
| 2016-12-04 | update left/right classes on controls and add img classes | Mark Otto | 1 | -5/+5 | |
| 2016-12-04 | Remove `.float-left` from card header nav (#21292) | Starsam80 | 1 | -3/+3 | |
| 2016-12-04 | Fix A11yUserVoice bugify rendering. (#21282) | Bardi Harborow | 1 | -1/+1 | |
| 2016-12-04 | Remove duplicate jQuery browser bug link. (#21283) | Bardi Harborow | 1 | -2/+0 | |
| 2016-12-04 | Documentation navigation fixes. (#21288) | Bardi Harborow | 2 | -11/+9 | |
| * Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected. | |||||
| 2016-12-02 | Remove Wall of Browser Bugs entry for #14975 | Chris Rebert | 1 | -10/+0 | |
| https://webkit.org/b/150079 has been fixed! Refs #14975 [ci skip] | |||||
| 2016-12-02 | https://crbug.com/534750 was marked as a duplicate of https://crbug.com/568691 | Chris Rebert | 1 | -1/+1 | |
| So update the Wall of Browser Bugs entry accordingly. [ci skip] | |||||
| 2016-12-02 | Remove Chrome entry for position:sticky from Most Wanted Features list | Chris Rebert | 1 | -10/+0 | |
| It's shipping in Chrome 56: https://bugs.chromium.org/p/chromium/issues/detail?id=231752 [ci skip] | |||||
| 2016-12-02 | grunt | Mark Otto | 8 | -20/+62 | |
| 2016-12-02 | Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262) | Chris Rebert | 1 | -14/+0 | |
| The relevant bug has been fixed in Firefox 53: https://bugzilla.mozilla.org/show_bug.cgi?id=504622 | |||||
| 2016-11-30 | Remove https://bugzil.la/504622 from Wall of Browser Bugs (#21260) | Chris Rebert | 1 | -10/+0 | |
| It's fixed in Firefox 53! Yay! Refs #12359 [ci skip] | |||||
| 2016-11-30 | Remove .btn-outline-inverse | ysds | 1 | -1/+1 | |
| 2016-11-30 | Remove .btn-outline | ysds | 2 | -7/+7 | |
| 2016-11-29 | grunt | Mark Otto | 12 | -36/+15 | |
| 2016-11-28 | Add Wall of Browser Bugs entry for #21092 | Chris Rebert | 1 | -0/+10 | |
| Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1315994 Refs #21092 [ci skip] | |||||
| 2016-11-28 | docs/_data/browser-bugs.yml: Fix ordering | Chris Rebert | 1 | -10/+10 | |
| [ci skip] | |||||
| 2016-11-28 | Add Wall of Browser Bugs entry for #20759 | Chris Rebert | 1 | -0/+10 | |
| Refs https://bugs.webkit.org/show_bug.cgi?id=162362 Closes #20759 [ci skip] | |||||
