Releases: immers-space/immers-client
Releases · immers-space/immers-client
Modules and more import compatibility
Breaking changes
CDN scripts are now ESM modules, change your scripts from <script defer src="..."></script>
to <script type="module" src="..."></script>
.
Docs and examples are updated with the correct script tags.
More import compatibility
Library can now be imported with Webpack 4 or later without needing any additional loaders or transpilation
Transpile module entry
Now the library module imports are transpiled as well so end users don't need to process the library with babel
Improve usability as an imported library
Generate typedefs
Move the Web Component into a built bundle so end-users don't have to provide html & css loaders
Type & build on install
Expose the granted token when client connects