Commit 2cc81a19 authored by Risan Bagja Pradana's avatar Risan Bagja Pradana
Browse files

[V4] Fixes #17953: Add migration docs of .btn-default removal

V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class.
parent 54ff87ad
Showing with 5 additions and 0 deletions
+5 -0
...@@ -29,6 +29,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to ...@@ -29,6 +29,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
### Components ### Components
- Dropped button `.btn-default` class.
- Dropped panels, thumbnails, and wells for a new all-encompassing component, cards. - Dropped panels, thumbnails, and wells for a new all-encompassing component, cards.
- Dropped the Glyphicons icon font. If you need icons, some options are: - Dropped the Glyphicons icon font. If you need icons, some options are:
- the upstream version of [Glyphicons](http://glyphicons.com/) - the upstream version of [Glyphicons](http://glyphicons.com/)
...@@ -80,6 +81,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ...@@ -80,6 +81,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts. - `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts.
- Added new `.form-control-label` class to vertically center labels with `.form-control`s. - Added new `.form-control-label` class to vertically center labels with `.form-control`s.
### Buttons
- Dropped the `.btn-default` class and additionaly add a new button class named `.btn-secondary`.
### Grid system ### Grid system
- Added a new `~480px` grid breakpoint, meaning there are now five total tiers. - Added a new `~480px` grid breakpoint, meaning there are now five total tiers.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment