From: Mark Otto Date: Sat, 25 Nov 2017 01:02:01 +0000 (-0800) Subject: Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev X-Git-Tag: v4.0.0-beta.3~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babdf36c422f3e6e9d6fe80133e0b3cf121b5ef4;p=thirdparty%2Fbootstrap.git Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev --- babdf36c422f3e6e9d6fe80133e0b3cf121b5ef4 diff --cc docs/4.0/migration.md index c1d72e8827,a01b60074c..5bb476059a --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@@ -11,7 -11,8 +11,9 @@@ toc: tru 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. + - Changed the CSS for managing multiple `background-image`s on custom form checkboxes and radios. Previously, the `.custom-control-indicator` element had the background color, gradient, and SVG icon. Customizing the background gradient meant replacing all of those every time you needed to change just one. Now, we have `.custom-control-indicator` for the fill and gradient and `.custom-control-indicator::before` handles the icon. + - The npm package no longer includes any files other than our source and dist files; if you relied on them and were running our scripts via the `node_modules` folder, you should adapt your workflow. +- 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