v2.8 - June 2026
More details can be found in the related milestone on GitHub.
Major breaking changes
💥 Updated dependencies due to new offline capabilities based on automerge, for applicaitons based on our skeleton:
- remove
@kalisio/feathers-localforagedependency from thepackage.jsonfile, - add the following dependencies to the
package.jsonfile:@automerge/automerge-repo, @automerge/automerge-repo-network-websocket, @automerge/automerge-repo-storage-indexeddb(all@automergemodules in v2.4.0),@kalisio/feathers-automerge(latest version),
- enable web assembly in the
extendWebpackfunction of yourquasar.config.js:
cfg.experiments = {
...cfg.experiments,
asyncWebAssembly: true
}`Major new features
👉 Inverted domain supported for continuous scale in KColorScale component.
👉 Layers can now be created without a schema then updated afterwards.
👉 PMTiles layers can now be created in the KConnectLayer component.
👉 Drawing a border on an SVG gradient path is now possible with stroke.
👉 North arrow icon is now more readable on all map backgrounds.
👉 Legend labels class can be customized using the labelClass property.
👉 Added a Panoramax widget.