Skip to content

Commit

Permalink
fix up migration
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jan 9, 2024
1 parent eefbc37 commit 0a010bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
- Defaults to `false`.
- If opted-into, it will provide an opinionated `200ms` “fade”.
- To fix: Replace all instances of `fadeMs: someNumber` with `transitions: true`.
- Removed some `static` members from `Earwurm` and `Stack`.
- Now exposing equivalent values on the exported `tokens` object.
- To fix, simply replace any instances of:
- `Earwurm.suspendAfterMs` with `tokens.suspendAfterMs`.
- `Earwurm.maxStackSize` or `Stack.maxStackSize` with `tokens.maxStackSize`.

## 0.6.0

Expand Down

0 comments on commit 0a010bf

Please sign in to comment.