| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-26 | Remove 'xs' from text utilities (#21217) | Starsam80 | 11 | -44/+52 | |
| 2016-11-26 | update scss linter to allow multiple spaces before on single line | Mark Otto | 1 | -1/+1 | |
| 2016-11-26 | grunt | Mark Otto | 22 | -116/+44 | |
| 2016-11-26 | Remove most border-radius properties and instead use overflow: hidden; to ↵ | Mark Otto | 1 | -15/+1 | |
| properly round corners of a full progress bar. (#21216) Fixes #19065. | |||||
| 2016-11-26 | Tweak jQuery-not-found error message to mention required ordering (#19024) | Stephanie Purvis | 1 | -1/+1 | |
| 2016-11-26 | minor docs content tweaks to fix #18997 | Mark Otto | 1 | -1/+1 | |
| 2016-11-26 | Update comment for use of IE9 hack to fix #18082 | Mark Otto | 1 | -1/+2 | |
| 2016-11-26 | Merge branch 'container-tooltip-option' into v4-dev | Mark Otto | 2 | -4/+8 | |
| 2016-11-26 | grunt | Mark Otto | 16 | -32/+169 | |
| 2016-11-26 | Update migration file for renamed image classes (#21215) | Stephen Puiszis | 1 | -0/+2 | |
| 2016-11-26 | Update inline forms (updated docs and new flexbox styles) (#21212) | Mark Otto | 4 | -65/+125 | |
| * fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id | |||||
| 2016-11-26 | grunt | Mark Otto | 18 | -13/+118 | |
| 2016-11-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -9/+42 | |
| 2016-11-26 | Add .rounded-0 utility class (#21214) | Ken Dale | 2 | -6/+12 | |
| * Add rounded-0 class | |||||
| 2016-11-26 | Border utilities (#21213) | Mark Otto | 29 | -22/+119 | |
| * grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils | |||||
| 2016-11-26 | grunt | Mark Otto | 26 | -19/+89 | |
| 2016-11-26 | Add .no-gutters option to remove gutters from rows (#21211) | Mark Otto | 2 | -1/+42 | |
| Fixes #19107. | |||||
| 2016-11-26 | grunt | Mark Otto | 24 | -35/+116 | |
| 2016-11-26 | Merge pull request #21076 from 3dd13/use-rounded-circle-in-carousel-example | Mark Otto | 1 | -3/+3 | |
| in carousel example, replace img-circle by rounded-circle css class | |||||
| 2016-11-26 | Merge pull request #21204 from ounziw/patch-1 | Mark Otto | 1 | -9/+9 | |
| grid-breakpoint fix [document] | |||||
| 2016-11-26 | Merge pull request #21205 from twbs/navbar-disabled | Mark Otto | 2 | -3/+11 | |
| v4 disabled navbar links | |||||
| 2016-11-26 | Merge pull request #21208 from twbs/table-responsive-docs | Mark Otto | 2 | -147/+140 | |
| Update .table-responsive | |||||
| 2016-11-26 | uncomment autohiding scroll and remove commented out border | Mark Otto | 1 | -5/+1 | |
| 2016-11-26 | update comment | Mark Otto | 1 | -2/+2 | |
| 2016-11-26 | Move .table-responsive to .table instead of as a parent | Mark Otto | 1 | -141/+133 | |
| 2016-11-26 | prevent double border on responsive .table-border | Mark Otto | 1 | -0/+5 | |
| 2016-11-26 | Merge pull request #21203 from twbs/conditional-transition-animations | Mark Otto | 2 | -5/+11 | |
| Wrap .fade and .collapsing transition properties in $enable-transitions | |||||
| 2016-11-26 | Merge pull request #21207 from twbs/modal-sizes | Mark Otto | 1 | -2/+2 | |
| Tweak modal sizes | |||||
| 2016-11-26 | Merge pull request #18900 from vlastikcz/v4-dev-buttonChange | Mark Otto | 2 | -1/+21 | |
| Button toggling - trigger change event on input. Fixes #16673, fixes #17599. | |||||
| 2016-11-26 | Merge pull request #19058 from Johann-S/carouselInput | Mark Otto | 2 | -2/+33 | |
| Carousel - Do not prevent on keydown for input and textarea | |||||
| 2016-11-26 | Merge branch 'v4-dev' into modal-sizes | Mark Otto | 23 | -40/+62 | |
| 2016-11-26 | grunt | Mark Otto | 1 | -1/+1 | |
| 2016-11-26 | Follow up fix to #19953 for linting error in builds | Mark Otto | 1 | -1/+1 | |
| See https://travis-ci.org/twbs/bootstrap/jobs/179010884 for build failure | |||||
| 2016-11-26 | grunt | Mark Otto | 6 | -8/+8 | |
| 2016-11-26 | Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵ | Mark Otto | 2 | -1/+23 | |
| maxbeatty-v4-dev-18796 | |||||
| 2016-11-26 | grunt | Mark Otto | 12 | -24/+24 | |
| 2016-11-26 | Merge pull request #21206 from twbs/gray-lightest | Mark Otto | 1 | -5/+5 | |
| Update use of $gray-lightest variable | |||||
| 2016-11-26 | decrease size of modal-md and modal-lg to ensure fitting in responsive layouts | Mark Otto | 1 | -2/+2 | |
| 2016-11-26 | grunt | Mark Otto | 14 | -26/+48 | |
| 2016-11-26 | Dropdown perf - on keyboard nav, find active item in the active dropdown ↵ | Pierre-Denis Vanduynslager | 1 | -5/+1 | |
| rather than the whole document (#19953) | |||||
| 2016-11-26 | change instances of hardcoded lightest gray to sass variable -lightest | Mark Otto | 1 | -2/+2 | |
| 2016-11-26 | change uses of #f5f5f5 to -lightest | Mark Otto | 1 | -3/+3 | |
| 2016-11-26 | add some disabled navbar link examples | Mark Otto | 1 | -3/+3 | |
| 2016-11-26 | add disabled classes to light and dark navbar nav-links | Mark Otto | 1 | -0/+8 | |
| 2016-11-26 | Implement container option for tooltips and popovers. | andyexeter | 2 | -4/+8 | |
| 2016-11-25 | fix nesting and syntax error | Mark Otto | 1 | -30/+29 | |
| 2016-11-25 | Start renaming carousel classes | Mark Otto | 1 | -46/+48 | |
| - Un-nests .carousel-item - Appends .carousel-item- to .left, .right, .next, and .prev - Chain .carousel-item to .active where approproriate | |||||
| 2016-11-25 | Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202) | Mark Otto | 1 | -0/+19 | |
| 2016-11-25 | Add test unit to check logic of ignoreBackdropClick (#18245) | Johann | 1 | -0/+13 | |
| 2016-11-26 | grid-breakpoint fix | Fumito Mizuno | 1 | -9/+9 | |
| grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186 current document shows 544px, but it should be 576px | |||||
