From: Chris Rebert Date: Sat, 20 Dec 2014 04:01:18 +0000 (-0800) Subject: Document Pager and Carousel class renames in the migration guide X-Git-Tag: v4.0.0-alpha~463^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7afd2c4e50b533283d99fdd5027b71e09732b571;p=thirdparty%2Fbootstrap.git Document Pager and Carousel class renames in the migration guide --- diff --git a/docs/migration.md b/docs/migration.md index c0f949477a..b678cb892e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -25,7 +25,9 @@ This table shows the style changes between v3.x.x and v4.0.0. | Bootstrap 3.x.x | Bootstrap 4.0.0 | | --- | --- | -| | | +| Pager's `.previous` | `.pager-prev` | +| Pager's `.next` | `.pager-next` | +| Carousel's `.item` | `.carousel-item` | ## What's new We've added new components and changed some existing ones. Here are the new or updated styles.