diff options
| author | XhmikosR <[email protected]> | 2020-10-01 09:24:49 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-06 18:42:40 +0200 |
| commit | adec91e8fc71ebb12a4a57554c879ff87d70e50d (patch) | |
| tree | ec0a2fd119a5d9ac880fe7b14bbebc7fe643db20 | |
| parent | 6c32de8711c8de0fa31d6b6a8884066d95c2c109 (diff) | |
| download | bootstrap-adec91e8fc71ebb12a4a57554c879ff87d70e50d.tar.xz bootstrap-adec91e8fc71ebb12a4a57554c879ff87d70e50d.zip | |
Move and update migration notes
| -rw-r--r-- | site/content/docs/5.0/migration.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 7eef5504f..c32dcfab9 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -56,6 +56,9 @@ Breakpoints specific variants are consequently renamed too (eg. `.text-md-start` ### JavaScript - Data attributes for all JavaScript plugins are now namespaced to help distinguish Bootstrap functionality from third parties and your own code. For example, we use `data-bs-toggle` instead of `data-toggle`. +- Updated Popper to v2.x: + - Removed `offset` option from our Tooltip/Popover and Dropdown plugins; this can still be achieved using the `popperConfig` parameter. + - The `fallbackPlacement` option has become `fallbackPlacements`. ### Sass @@ -283,8 +286,6 @@ Changes to our source and compiled JavaScript files. - Dropped jQuery dependency and rewrote plugins to be in regular JavaScript. - Removed underscore from public static methods like `_getInstance()` → `getInstance()`. -- Moved from Popper v1.x to Popper v2.x -- Removed `offset` option from our Tooltip/Popover and Dropdown plugin, this can still be achieve using `popperConfig` parameter. ### Color system |
