Skip to content

Commit

Permalink
Move migration notes
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 19, 2020
1 parent 710131a commit 17830ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ toc: true

- Introduce `$enable-smooth-scroll`, which applies `scroll-behavior: smooth` globally—except for users asking for reduced motion through `prefers-reduced-motion` media query. [See #31877](https://github.com/twbs/bootstrap/pull/31877)

### JavaScript

- Moved from Popper.js v1 to Popper.js v2
- Removed `offset` option from our Tooltip/Popover and Dropdown plugins; this can still be achieved using the `popperConfig` parameter.

## v5.0.0-alpha2

### Sass
Expand Down Expand Up @@ -189,8 +194,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.js v1 to Popper.js v2
- Removed `offset` option from our Tooltip/Popover and Dropdown plugin, this can still be achieve using `popperConfig` parameter.

### Color system

Expand Down

0 comments on commit 17830ce

Please sign in to comment.