]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
authorMark Otto <markdotto@gmail.com>
Sat, 25 Nov 2017 01:02:01 +0000 (17:02 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 25 Nov 2017 01:02:01 +0000 (17:02 -0800)
1  2 
docs/4.0/migration.md

index c1d72e88272cedcf9c6b1a8c028aeccd8f2883da,a01b60074cf76b240f6b070b4c2142af10442f42..5bb476059a83cabf7676a99cfb5bf0dd7cdc6fa8
@@@ -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