diff options
| author | Mark Otto <[email protected]> | 2016-12-04 23:17:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-04 23:17:30 -0800 |
| commit | 6d9ded83759b4fe34aa7e1c4d4f9425458e52e45 (patch) | |
| tree | e5058bf2d2ea725a9eea0b12e5854a648b5d27a6 /docs | |
| parent | e331db31fdabd89372749dba0503d794af2a49dc (diff) | |
| download | bootstrap-6d9ded83759b4fe34aa7e1c4d4f9425458e52e45.tar.xz bootstrap-6d9ded83759b4fe34aa7e1c4d4f9425458e52e45.zip | |
update migration docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 9b6e006c7..212de6dfe 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -183,7 +183,14 @@ Dropped entirely for the new card component. ### Carousel -- Renamed `.item` to `.carousel-item`. +- Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons. +- All CSS has been un-nested and renamed, ensuring each class is prefixed with `.carousel-`. + - For carousel items, `.next`, `.prev`, `.left`, and `.right` are now `.carousel-item-next`, `.carousel-item-prev`, `.carousel-item-left`, and `.carousel-item-right`. + - `.item` is also now `.carousel-item`. + - For prev/next controls, `.right` and `.left` modifiers are now `.carousel-control-left` and `.carousel-control-left`. +- Removed all responsive styling, deferring to utilities (e.g., showing captions on certain viewports) and custom styles as needed. +- Removed image overrides for images in carousel items, deferring to utilities. +- Tweaked the Carousel example to include the new markup and styles. ### Utilities |
