Skip to content

Release v0.4.2

Latest
Compare
Choose a tag to compare
@linxOD linxOD released this 22 Mar 13:24
· 7 commits to main since this release
  • switching to tsup bundler
  • fix all Typescript related issues
  • implement Vite as testing enviroment for packages
  • switch from commonjs to esm package

IMPORTANT
The new esm package requires a different initialization. If the package is not installed via a package manage like npm or pnpm the package must be imported as module <script type="module"></script> and include an import statement to import the LoadEditor constructor from the package.

Full Changelog: v0.4.0...v0.4.1