aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-11-24 17:00:21 -0800
committerMark Otto <[email protected]>2017-11-24 17:00:21 -0800
commit643f5482a408b372b6da84c7859cdfa3fd4cb0b8 (patch)
treeb8ebe33dc75611f854efd335addfc427456ce615 /docs/4.0
parent79cfd5694789eb02d37cff6d59f4577c1db1d4d4 (diff)
downloadbootstrap-643f5482a408b372b6da84c7859cdfa3fd4cb0b8.tar.xz
bootstrap-643f5482a408b372b6da84c7859cdfa3fd4cb0b8.zip
add migration note
Diffstat (limited to 'docs/4.0')
-rw-r--r--docs/4.0/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index b12c73362..c1d72e882 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -11,6 +11,7 @@ toc: true
While Beta 2 saw the bulk of our breaking changes during the beta phase, but we still have a few that needed to be addressed in the Beta 3 release. These changes apply if you're updating to Beta 3 from Beta 2 or any older version of Bootstrap.
- Removed the unused `$thumbnail-transition` variable. We weren't transitioning anything, so it was just extra code.
+- Updated selector for input-based button groups. Instead of `[data-toggle="buttons"] { }` for style and behavior, we use the `data` attribute just for JS behaviors and rely on a new `.btn-group-toggle` class for styling.
## Beta 2 changes