Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Sep 29, 2020
1 parent 1903046 commit ae9802c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Migration from v11 to v12

There was a breaking change in dialog.

You now have to `const { TonicDialog } = require('@optoolco/components/dialog')`
The class was renamed from `Dialog` => `TonicDialog`.

The dialog class was also rewritten.

# Migration from v10 to v11

`@optoolco/components` now depends on `@optoolco/tonic@13`
Expand Down

0 comments on commit ae9802c

Please sign in to comment.