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 1, 2020
1 parent dbc469e commit fb16dcc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ aliases: "/migration/"
toc: true
---

## v5.0.0-alpha3

### 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 @@ -175,8 +184,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 fb16dcc

Please sign in to comment.