aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-11-25 02:02:25 +0200
committerGitHub <[email protected]>2017-11-25 02:02:25 +0200
commit3de46286b2340ba7e9cad7d331eef8c555fde94b (patch)
treed0a06d5b35116a91f7fd1a2cb97e6f9812da6d59 /docs
parent2ec1606ab7dc15883d0f0a924046e9dffdc7ba00 (diff)
downloadbootstrap-3de46286b2340ba7e9cad7d331eef8c555fde94b.tar.xz
bootstrap-3de46286b2340ba7e9cad7d331eef8c555fde94b.zip
Update package.json. (#24582)
1. Use the same jQuery version in jspm 2. Update the files to only include the source and dist folders
Diffstat (limited to 'docs')
-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 97ad847ee..a01b60074 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -12,6 +12,7 @@ While Beta 2 saw the bulk of our breaking changes during the beta phase, but we
- 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.
## Beta 2 changes