| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-01 | Update carousel comments (#21501) | Quy | 1 | -3/+3 | |
| 2016-12-22 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-22 | text-align doesn't apply here, so we can nuke it | Mark Otto | 1 | -1/+0 | |
| 2016-12-22 | Redo controls in flexbox | Mark Otto | 1 | -10/+4 | |
| - Drops the absolute positioning of the icons within the left/right controls. We have to keep the controls themselves positioned though since we're overlapping HTML elements here. - No more position, left, right, or margins involved; just some justify-content and align-items. - Add some comments for explaining which flex property-value pair does what. - Remove the unapplied font and line-height stuff now that we're all SVGs and flexbox here. | |||||
| 2016-12-22 | flexbox powered indicators | Mark Otto | 1 | -2/+6 | |
| This revamps the indicators to use flexbox instead of inline-block for added flexbility (hah). Indicators now automatically scale based on the number of elements present, and max out at the `$carousel-indicator-width` instead of always being that wide. | |||||
| 2016-12-22 | start small--set flex instead of block for active items | Mark Otto | 1 | -1/+1 | |
| 2016-12-19 | Add variables for transitions (#21345) | Tom Lutzenberger | 1 | -1/+1 | |
| * Add variables for transitions * Add variables for transitions | |||||
| 2016-12-04 | drop the .carousel-control base class | Mark Otto | 1 | -1/+2 | |
| 2016-12-04 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | drop the fixed width of the indicators. instead use the carousel-control ↵ | Mark Otto | 1 | -4/+6 | |
| width as margins to ensure content doesn't overlap | |||||
| 2016-12-04 | rename var | Mark Otto | 1 | -5/+5 | |
| 2016-12-04 | there's no font, so rip that var | Mark Otto | 1 | -1/+0 | |
| 2016-12-04 | rip responsive styles; they're unnecessary and likely require overriding anyway | Mark Otto | 1 | -34/+0 | |
| 2016-12-04 | redo control icons to use open iconic svgs inlined | Mark Otto | 1 | -16/+9 | |
| 2016-12-04 | rename control left and right to prev and next; simplify styling by removing ↵ | Mark Otto | 1 | -13/+7 | |
| gradient | |||||
| 2016-12-04 | code comment | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | rename and un-nest icons | Mark Otto | 1 | -43/+41 | |
| 2016-12-04 | remove comment | Mark Otto | 1 | -1/+0 | |
| 2016-12-04 | Merge branch 'v4-dev' into carousel | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | nuke the text-shadow | Mark Otto | 1 | -6/+0 | |
| 2016-12-04 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | redesign indicators | Mark Otto | 1 | -14/+24 | |
| 2016-12-04 | redo css more | Mark Otto | 1 | -49/+20 | |
| - fix naming of left/right controls - drop the absolute positioning of things and rely on only 3d transforms - remove img styles and require classes to avoid inline-block line-height stuff | |||||
| 2016-11-28 | Remove lots of duplication + minor cleanup (#21238) | Starsam80 | 1 | -2/+2 | |
| * Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method | |||||
| 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 | Add @supports feature query for Carousel CSS 3D transforms; fixes #15534 ↵ | Chris Rebert | 1 | -2/+2 | |
| (#19751) [skip sauce] [skip validator] | |||||
| 2016-05-08 | Merge pull request #19236 from twbs/carousel-icon-width | Mark Otto | 1 | -5/+5 | |
| Extract $carousel-icon-width variable | |||||
| 2016-02-17 | Extract $carousel-indicators-width variable | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19242 from twbs/carousel-caption-width | Mark Otto | 1 | -4/+4 | |
| Extract $carousel-caption-width variable | |||||
| 2016-02-16 | Extract $carousel-caption{-sm-up}-width variables | Chris Rebert | 1 | -4/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-indicator{-active}-size variables | Chris Rebert | 1 | -5/+6 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-control-sm-up-size variable | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-icon-width variable | Chris Rebert | 1 | -5/+5 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-13 | Rename gradient mixins to match new naming convention | Chris Rebert | 1 | -2/+2 | |
| gradient-{horizontal=>x}[-three-colors] gradient-{vertical=>y}[-three-colors] | |||||
| 2015-11-05 | scss/_carousel.scss: Add missing backticks in comment | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-10-27 | Give better description of IE9 transparent click bug & workaround | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] [skip validator] | |||||
| 2015-09-01 | Rename .img-responsive class to .img-fluid | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17166 | |||||
| 2015-08-24 | Use double colons for psuedo elements | Kevin Kirsche | 1 | -2/+2 | |
| Fix #17052 | |||||
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 | |
| 2015-06-19 | fix scss linting | Mark Otto | 1 | -1/+0 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -1/+3 | |
| 2015-04-18 | comments and spacing | Mark Otto | 1 | -5/+12 | |
| 2015-03-28 | Revert "Images are responsive by default" | Chris Rebert | 1 | -1/+1 | |
| This reverts commit d29f851e827db27fb42573f14003bb018c037342. Making <img>s responsive by-default without opt-in can severely break third-party widgets such as Google Maps. This was an acknowledged problem in Bootstrap v2 (see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3 by requiring the .img-responsive class for explicit opt-in (see 09cdee2f03aaad5c5a767fbec2e3896ad3d1f980). The situation hasn't really changed since then. The responsive-by-default approach hasn't become any more suitable in the intervening time. So let's avoid having this regress in v4. :-) | |||||
| 2015-03-11 | Images are responsive by default | Mark Otto | 1 | -1/+1 | |
| 2015-01-22 | put all :hover styles within @media (hover: hover) | Chris Rebert | 1 | -2/+1 | |
| 2015-01-06 | Kill scss/mixins/_media-queries.scss | Chris Rebert | 1 | -1/+1 | |
| replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg) | |||||
| 2014-12-17 | rename .item => .carousel-item | Chris Rebert | 1 | -1/+1 | |
| 2014-12-11 | fix all validation, turn off some settings, add sort order | Mark Otto | 1 | -23/+22 | |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -0/+251 | |
