Skip to content

Releases: immers-space/immers-client

Modules and more import compatibility

17 Nov 20:54
Compare
Choose a tag to compare

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

17 Nov 16:58
Compare
Choose a tag to compare

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

16 Nov 19:20
Compare
Choose a tag to compare
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