Skip to content

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-localforage dependency from the package.json file,
  • add the following dependencies to the package.json file:
    • @automerge/automerge-repo, @automerge/automerge-repo-network-websocket, @automerge/automerge-repo-storage-indexeddb (all @automerge modules in v2.4.0),
    • @kalisio/feathers-automerge (latest version),
  • enable web assembly in the extendWebpack function of your quasar.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.