Skip to content

1.0.0

Compare
Choose a tag to compare
@DysphoricUnicorn DysphoricUnicorn released this 22 May 08:26
· 46 commits to main since this release
d5bcb6d

This release does not change much to the user, while changing a lot about how the library is built internally.
We have migrated from a pretty outdated webpack setup to a somewhat recent rollup one, switched the code to TypeScript to allow for better IDE autocompletion without shipping the source files, added an ESM build and probably more.

This change is breaking if you used to import the components from the source instead of the bundle, which was necessary when using vite for some reason.
This is because we no longer ship the source with npm releases.

What's Changed

Full Changelog: v0.2.4...v1.0.0