Skip to content

Commit

Permalink
Svelte 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PixievoltNo1 committed Apr 4, 2024
1 parent 44ce00b commit 9f91648
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 1,345 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

- Now supports Svelte 5 (-next.94 and later)

In Svelte 5, this package does not use runes and continues to use the original writable store interface, which is not deprecated. I may release a separate package that uses runes.

## 3.1.0 (June🏳️‍🌈 14, 2023)

- Pass Svelte v4's [new `update` callback](https://github.com/sveltejs/svelte/pull/6750) to your `derive` callback
Expand Down
Loading

0 comments on commit 9f91648

Please sign in to comment.