aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-07-15 09:33:53 -0700
committerMark Otto <[email protected]>2019-07-21 21:44:32 -0700
commitfe7180849435c15dbce0faaa1aa3660a3970d5ba (patch)
tree2870b468b21760fd59649e13f9c495bd37dc972c /site
parent1cdba95c507fa06a99440b255f1057807504e6bb (diff)
downloadbootstrap-fe7180849435c15dbce0faaa1aa3660a3970d5ba.tar.xz
bootstrap-fe7180849435c15dbce0faaa1aa3660a3970d5ba.zip
Update Migration docs to mention new icons
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/4.3/migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index ef713a7de..d897c84af 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.