From 7bce809a63a37d1395333b179cd83d710c8ebf6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 3 Aug 2019 07:27:33 -0700 Subject: [PATCH] Mention pagination margin change in migration docs (#29196) From #28948. --- site/content/docs/4.3/migration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 1cb256b0d9..dd98b6adc4 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -110,6 +110,10 @@ Badges were overhauled to better differentiate themselves from buttons and to be - The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding. +### Pagination + +- Pagination links now have customizable `margin-left` that are dynamically rounded on all corners when separated from one another. + ### Popovers - Renamed `.arrow` to `.popover-arrow`