| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-20 | remove .mb-0 from static form controls to follow up #21270 | Mark Otto | 1 | -3/+3 | |
| 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 | Remove mention of popovers auto placement + add note to migration docs | Johann-S | 1 | -1/+1 | |
| 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 | 1 | -38/+86 | |
| Refactor carousel | |||||
| 2016-12-04 | drop the .carousel-control base class | Mark Otto | 1 | -4/+4 | |
| 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 | 8 | -97/+100 | |
| 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-11-28 | Fix #20936 make inline checkbox/radio markup same as stacked (#20995) | Brad Kent | 1 | -21/+32 | |
| * #20936 make inline checkbox/radio markup same as stacked * tweak language and remove extra blank line in snippet | |||||
| 2016-11-28 | Inverse card improvements (#21242) | Mark Otto | 1 | -1/+1 | |
| * Add a color to .card-inverse to account for non .card- prefixed classes * reword the docs to better articulate what the class does | |||||
| 2016-11-27 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 4 | -30/+30 | |
| 2016-11-27 | make a brief mention of #20433 | Mark Otto | 1 | -1/+1 | |
| 2016-11-27 | Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵ | Starsam80 | 2 | -5/+5 | |
| (#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes | |||||
| 2016-11-26 | Remove 'xs' from text utilities (#21217) | Starsam80 | 2 | -25/+25 | |
| 2016-11-26 | Merge branch 'container-tooltip-option' into v4-dev | Mark Otto | 1 | -1/+1 | |
| 2016-11-26 | Update inline forms (updated docs and new flexbox styles) (#21212) | Mark Otto | 1 | -40/+32 | |
| * 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 | add some disabled navbar link examples | Mark Otto | 1 | -3/+3 | |
| 2016-11-26 | Implement container option for tooltips and popovers. | andyexeter | 1 | -1/+1 | |
| 2016-11-25 | v4: Flexbox nav options (#21201) | Mark Otto | 1 | -4/+92 | |
| * Add some flexbox nav components - Includes .nav-justified for inline, tab, and pill nav components - Includes example of using the flex utils (.d- and .flex-items-) for centered nav * redo heading hierarchy a bit | |||||
| 2016-11-25 | Fixes #21195: Add more table of contents to pages with longer contents | Mark Otto | 1 | -0/+5 | |
| 2016-11-23 | Fixes #21114: clarify by removing mention of nesting | Mark Otto | 1 | -1/+1 | |
| 2016-11-16 | Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid | Mark Otto | 2 | -36/+36 | |
| Feature/omit xs from grid | |||||
| 2016-11-09 | Fix broken and redirected links. | Bardi Harborow | 3 | -3/+3 | |
| 2016-11-04 | Update docs to reflect new breakpoint naming convention | Eric Nolte | 2 | -36/+36 | |
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 3 | -14/+14 | |
| * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin | |||||
| 2016-10-31 | Make spacer utils responsive (#20926) | Mark Otto | 1 | -1/+1 | |
| * make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates | |||||
| 2016-10-30 | add specific docs example for badged list group items | Mark Otto | 1 | -0/+20 | |
| floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes. | |||||
| 2016-10-28 | add horizontal form examples | Mark Otto | 1 | -0/+35 | |
| 2016-10-28 | rework some copy | Mark Otto | 1 | -3/+11 | |
| 2016-10-27 | Merge pull request #19887 from ryanburnett/v4-dev | Mark Otto | 1 | -6/+12 | |
| Alphabetized carousel options & added "ride" to it | |||||
| 2016-10-27 | cleaned up the docs to complete the change from tag to badge | judetucker | 2 | -11/+11 | |
| 2016-10-27 | Merge pull request #21028 from judetucker/card_docs_float | Mark Otto | 1 | -1/+1 | |
| Docs correction to change .pull to .float on Card docs | |||||
| 2016-10-27 | fixes #18565: mention carousel sizing in docs | Mark Otto | 1 | -0/+2 | |
| 2016-10-27 | fixes #21000: Remove margin from static form control example | Mark Otto | 1 | -1/+1 | |
| 2016-10-27 | Docfix: Typo default -> secondary, and reorder | Einar Gangsø | 1 | -6/+6 | |
| 2016-10-26 | change the header nav description to include the new float | judetucker | 1 | -1/+1 | |
| 2016-10-26 | Rename .tag to .badge to avoid conflicting with WordPress | Mark Otto | 3 | -53/+53 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 3 | -10/+10 | |
| 2016-10-19 | alt attributes | Mark Otto | 1 | -2/+2 | |
| 2016-10-19 | More navbar example content with forms | Mark Otto | 1 | -0/+39 | |
| 2016-10-18 | Tweak that navbar brand image alignment with new vertical align utils | Mark Otto | 1 | -1/+1 | |
| 2016-10-18 | add examples of images in the navbar-brand section | Mark Otto | 1 | -0/+21 | |
