| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-18 | grunt | Mark Otto | 4 | -7/+10 | |
| 2017-03-18 | HTMLElement.offset* by getBoundingClientRect() (#21788) | Pierre Vanduynslager | 3 | -11/+12 | |
| * Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue... | |||||
| 2017-03-18 | Fix getSelectorFromElement when # is a selector (#21615) | Johann | 1 | -4/+7 | |
| * Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector | |||||
| 2017-03-18 | Fix backdrop for dropdown menu on mobile (#21578) | Pierre Vanduynslager | 1 | -15/+17 | |
| - Create backdrop only if the menu is actually open (do not create it if the show event is prevented) - Drop the backdrop only when the corresponding menu is closed (do not remove if there is no menu to close or if the hide event is prevented) | |||||
| 2017-03-18 | grunt | Mark Otto | 2 | -4/+10 | |
| 2017-03-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -3/+60 | |
| 2017-03-18 | add header and footer to example | Mark Otto | 1 | -0/+2 | |
| 2017-03-18 | Allow to use Tab.js with list-group (#21756) | Johann | 3 | -3/+60 | |
| * Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent | |||||
| 2017-03-18 | grunt | Mark Otto | 27 | -484/+348 | |
| 2017-03-18 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 16 | -32/+52 | |
| 2017-03-18 | fixes #21584 | Mark Otto | 2 | -7/+5 | |
| - revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example | |||||
| 2017-03-18 | Add :empty to .custom-file-control selector (#22176) | Theriault | 1 | -1/+1 | |
| <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control"></span></label> VS <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control">test.txt</span></label> | |||||
| 2017-03-18 | docs: add text-truncate and extend on text-nowrap | jak | 1 | -8/+25 | |
| 2017-03-18 | Update scss mixins to comply with scss-linting rules (#22151) | naicko | 15 | -23/+26 | |
| * Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus | |||||
| 2017-03-14 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -11/+6 | |
| 2017-03-12 | Remove the outline override from dropdown toggles | Mark Otto | 1 | -5/+0 | |
| fixes #17573 | |||||
| 2017-03-12 | Use btn-$variant-color variables for outlined btns (#22164) | Dominic Watson | 1 | -6/+6 | |
| Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff Related: https://github.com/twbs/bootstrap/pull/20734 | |||||
| 2017-03-12 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 12 | -377/+439 | |
| 2017-03-12 | Update config files across the board. | Bardi Harborow | 4 | -11/+21 | |
| 2017-03-12 | Update dependencies. | Bardi Harborow | 8 | -366/+418 | |
| 2017-03-09 | Add unit test | Johann-S | 1 | -0/+23 | |
| 2017-03-08 | Fix code style | Johann-S | 1 | -2/+1 | |
| 2017-03-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 61 | -589/+311 | |
| 2017-03-07 | Detach accordions from .card | Johann-S | 1 | -2/+11 | |
| 2017-03-05 | Clean up spacers a bit more | Starsam80 | 3 | -42/+22 | |
| 2017-03-05 | Move box-shadow and transition mixins out of the main mixins file and into ↵ | Mark Otto | 3 | -16/+16 | |
| their own files | |||||
| 2017-03-05 | add more | Mark Otto | 1 | -1/+1 | |
| 2017-03-05 | fill in docs for layout utils page | Mark Otto | 1 | -0/+10 | |
| 2017-03-05 | move visibility docs and add .visible mention | Mark Otto | 3 | -24/+33 | |
| 2017-03-05 | update the migration docs | Mark Otto | 1 | -8/+10 | |
| 2017-03-05 | clear out docs css | Mark Otto | 1 | -79/+1 | |
| 2017-03-05 | update instances of old classes in the docs | Mark Otto | 6 | -8/+8 | |
| 2017-03-05 | Drop the .hidden and .visible classes, save for the print ones | Mark Otto | 3 | -51/+42 | |
| — Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden | |||||
| 2017-03-05 | Start rearranging the docs for a utilities update | Mark Otto | 5 | -274/+87 | |
| — Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes | |||||
| 2017-03-05 | Update spacer utilities (#22123) | Mark Otto | 8 | -53/+53 | |
| * Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page | |||||
| 2017-03-04 | Merge pull request #22116 from Devinsuit/v4-dev | Patrick H. Lauke | 1 | -1/+1 | |
| Update Google sourcemap resources link | |||||
| 2017-03-04 | Update link | Devinsuit | 1 | -1/+1 | |
| 2017-03-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+1 | |
| 2017-03-03 | Change sticky order (#22027) | Catalin Zalog | 1 | -1/+1 | |
| Based on this pen: http://codepen.io/zalog/pen/jyoyoR | |||||
| 2017-03-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -7/+7 | |
| 2017-03-03 | grunt | Mark Otto | 21 | -32/+27 | |
| 2017-03-03 | Fix border width calculation for custom-select (#22068) | Rutger Laurman | 1 | -1/+1 | |
| In addition to #22011 and #21994 | |||||
| 2017-03-03 | Remove 'hover' from nav-tabs-active-link-hover-color et al (#22087) | Sean Beyer | 2 | -6/+6 | |
| * Remove 'hover' from variable names * Fix indentation in variables | |||||
| 2017-03-02 | Fixed spelling error. (#22102) | Alex Neises | 1 | -1/+1 | |
| 2017-03-02 | Fix spelling error. | Sam Rapaport | 1 | -1/+1 | |
| 2017-02-27 | Fix broken links. | Bardi Harborow | 7 | -7/+7 | |
| 2017-02-26 | add more grid layout options | Mark Otto | 1 | -1/+49 | |
| 2017-02-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 6 | -110/+58 | |
| 2017-02-26 | Re-arranged contextual rows/cells (#21980) | Jason Millis | 1 | -2/+2 | |
| Re-arranged contextual rows/cells so that example HTML matches example result. | |||||
| 2017-02-25 | Move Jekyll to npm script. | Bardi Harborow | 2 | -17/+10 | |
