aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRisan Bagja Pradana <[email protected]>2015-10-17 06:35:27 +0200
committerRisan Bagja Pradana <[email protected]>2015-10-17 06:35:27 +0200
commit2cc81a19e00f45cac03ca99345088b045a38730b (patch)
tree7f5f3a187d283151d1147d0eb96306e0ae479a86
parent54ff87adf32dfe9ad0fdb1df852245840158daef (diff)
downloadbootstrap-2cc81a19e00f45cac03ca99345088b045a38730b.tar.xz
bootstrap-2cc81a19e00f45cac03ca99345088b045a38730b.zip
[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.
-rw-r--r--docs/migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 70a52595c..da6a114d0 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -29,6 +29,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
### Components
+- Dropped button `.btn-default` class.
- Dropped panels, thumbnails, and wells for a new all-encompassing component, cards.
- Dropped the Glyphicons icon font. If you need icons, some options are:
- 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
- `.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.
+### Buttons
+
+- Dropped the `.btn-default` class and additionaly add a new button class named `.btn-secondary`.
+
### Grid system
- Added a new `~480px` grid breakpoint, meaning there are now five total tiers.