-
Notifications
You must be signed in to change notification settings - Fork 33
chore(release): promote v5 as an main consumption release #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* fix: remove DOM elements even if component creation fails Fixes #190 * feat: add Svelte v5-next support
* fix: make the latest Svelte 5 pass all tests For now I've resorted to use the legacy API, as the use of runes don't seem to work in the test environment (which, mind you, could be a problem on this side of the keyboard) and the important part is to have the package work with Svelte 5.
BREAKING CHANGE: `render` is now more strict about the `target` option, and the `container` result is now the direct parent of your component instance.
Uh oh, looks like our accessors test broke in latest Svelte 5! No need to block promotion to From reading the |
I was looking into it, but you have a good point. I'll deploy and create the issue for the follow-up.
Makes sense. For the "short" feature branches, you just want the "atomic" deltas (man, those quotes in this sentence are doing some heavy work...), but for the next->main you want a better history. Now, I just have to remember that for the next 10 minutes. :-) |
:take a deep breath: Here comes nothing... |
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 5.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.