From 7afd2c4e50b533283d99fdd5027b71e09732b571 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 20:01:18 -0800 Subject: [PATCH] Document Pager and Carousel class renames in the migration guide --- docs/migration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.