Skip to content
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

Upgrade to Svelte 4 #303

Merged
merged 29 commits into from
Aug 21, 2023
Merged

Upgrade to Svelte 4 #303

merged 29 commits into from
Aug 21, 2023

Conversation

josdejong
Copy link
Owner

Fix #296

  • Upgraded to Svelte 4 providing improved TypeScript types.
  • Dropped re-exporting types and utility functions from immutable-json-patch and svelte.
  • Dropped deprecated types FontAwesomeIcon (use IconDefinition instead), DropdownButtonItem, MenuButtonItem, MenuSeparatorItem, MenuSpaceItem, and typeguard isMenuSpaceItem.
  • The vanilla-package does not embed types of dependencies anymore and instead,
    imports the dependencies and use the types from there.

# Conflicts:
#	src/lib/components/modes/JSONEditorRoot.svelte
#	src/lib/components/modes/treemode/TreeMode.svelte
@josdejong josdejong merged commit 4d0451e into main Aug 21, 2023
4 checks passed
@josdejong josdejong deleted the chore/svelte4 branch August 21, 2023 16:29
@josdejong
Copy link
Owner Author

Published now in v0.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Svelte 4, fix accessibility and linting warnings
1 participant