1.0.0
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
- Add release pipelinee by @DysphoricUnicorn in #3
- Modernize build process by @DysphoricUnicorn in #10
Full Changelog: v0.2.4...v1.0.0