-
Notifications
You must be signed in to change notification settings - Fork 35
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
migrate to Svelte 5 and update Lexical dependency to 0.20 #101
Conversation
…) to fix error of enum in typescript: src/lib/components/toolbar/FontSizeEntry.svelte:15:2 TypeScript language features like enums are not natively supported
… when `loggedCommands` has a fallback value`; fix `mode` used before defined error in InsertImageDialog.svelte
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for the PR @fokx Let me review and get back to you. |
Also, Upgrades to |
@fokx , I have upgraded to Svelte 5. |
Thank you sir. Great job! |
This PR contains various commits:
pnpx sv migrate svelte-5
and manually fix some errors