Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: - Upgraded to Svelte 4 providing improved TypeScript types. - Dropped re-exporting types and utility functions from `immutable-json-patch` and `svelte`. Instead, import them directly from the library itself. - 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. - Drop official support for Node.js 16
- Loading branch information