Releases: Q42/Micrio.Client
Releases · Q42/Micrio.Client
Release list
v6.0.4
Full Changelog: v6.0.3...v6.0.4
This time with the committed changes from 6.0.3
v6.0.3
Full Changelog: v6.0.2...v6.0.3
- Bugfixes
v6.0.2
Full Changelog: v6.0.1...v6.0.2
Bugfixes
v6.0.1
Full Changelog: v6.0.0...v6.0.1
- Declaration typings file fixes
v6.0.0
What's Changed
- Feature/wasmts integration by @marcelduin in #42
- Feature/remove wasm by @marcelduin in #43
Full Changelog: v5.5.6...v6.0.0
Fully removed WebAssembly in the client, as it was overkill and complicated the codebase too much.
Bottom line:
- 3kB smaller gzipped JS file
- 10% less CPU usage (however extremely marginal as a whole)
- 2,218 lines less code
- Greatly simplified usage and implementation
- No more
safe-wasmrelease orwasm-unsafe-evalin your server CSP necessary
Nothing changed in API or usage, only the deep rendering engine has been ported to TypeScript.
v5.5.6
Full Changelog: v5.5.5...v5.5.6
i.micr.io->viewer.micr.io- Small bugfixes
v5.5.5
Full Changelog: v5.5.4...v5.5.5
- Gallery bugfixes / ui improvements
v5.5.4
Full Changelog: v5.5.3...v5.5.4
- Swipeable gallery UX/UI improvements
- Lots of bugfixes