@atlassian/clientside-extensions-docs
Advanced tools
Changelog
[0.4.0] - 2019-11-19
usePlugins
, usePluginsAll
, usePluginsLoadingState
, usePluginsUnsupported
.onModalAction
to ModalAPI. Useful when a modal has more than two actions.conditions
.onCleanup
cycle to PluginAPI that will be executed when destroying the pluginentry-point
element for web-items
, the minimal version of Webfragments artifact
has been changed to 5.0
instead of 5.1
. Entrypoint element will be deleted in a later Webfragments version.pluginAPI
and context
, instead of being a closure. Check
the documentation to familiarise yourself with the new signature.requestRender
API has been changed to updateAttributes
API, and now it takes the set of attributes you want to change
instead of triggering an execution of your attributes provider. Check the documentation to familiarise yourself with the new signature.usePlugins
has been renamed to usePluginsAll
. A new hook usePlugins
now returns only the list of plugins with a type
that the location supports.Changelog
[0.3.0] - 2019-10-31
registry.registerPlugin
now takes Attribute Factories instead of ClientPlugins
classes. If you need to
create an equivalent of a WebPanel, use a Panel plugin instead.PluginPointInfo
component is renamed to PluginLocationInfo
.?plugin-points=true
to client-plugins-true
.<web-entry-point>
custom module was removed. Use a regular <web-resource>
instead.registry.registerWebItemCallback
method was removed, and you should now use registry.registerPlugin
instead.<entry-point>
element for WebItemModule is no longer supported, and will be removed in a future version of Webfragments