Skip to content
We're currently creating a lot of content. Sign up to get notified when it's ready.

Changelog

All notable changes to @qatium/plugin library will be documented here.

This library adheres to Semantic Versioning.

v0.0.30

Changed

  • [API] Updated asset styles

v0.0.29

Added

v0.0.28

Changed

  • [API] Introduced support to change asset styles.

v0.0.27

Fixed

  • [Internals] Fix plugin height listener.

v0.0.26

Changed

  • Updated README

v0.0.25

  • Internal package.json updates.

v0.0.24

Fixed

  • Plugin panel correcly resizes to fit to contents.

v0.0.21

Added

  • Added allow list of domains in the manifest to perform XHR requests.

v0.0.20

Added

  • Expose the current sdk and library versions used

Changed

  • Changed how the plugins registers in Qatium. Before we were using the global keyword register. Use the library exposed registerPlugin instead.
register(new Plugin());
import { registerPlugin } from "@qatium/plugin";
registerPlugin(new Plugin());

Fixed

  • Use the plugin ID instead of the name for plugin identification.