From: Mark Otto Date: Mon, 15 Jul 2019 16:33:53 +0000 (-0700) Subject: Update Migration docs to mention new icons X-Git-Tag: v5.0.0-alpha1~986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7180849435c15dbce0faaa1aa3660a3970d5ba;p=thirdparty%2Fbootstrap.git Update Migration docs to mention new icons --- diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index ef713a7de4..d897c84af7 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -87,6 +87,11 @@ Badges were overhauled to better differentiate themselves from buttons and to be - **Todo:** Removed `.badge-pill` for the `.rounded-pill` utility class - **Todo:** Removed badge's hover and focus styles for `a.badge` and `button.badge`. +### Icons (New!) + +- Added new Bootstrap icons to the project for our documentation, form controls, and more. +- Removed Open Iconic icons from project source code for form controls. + ### Jumbotron - The jumbotron component is removed in favor of utility classes like `.bg-light` for the background color and `.p-*` classes to control padding.