@atlassian/clientside-extensions-docs
Advanced tools
Changelog
[0.8.0] - 2020-01-29
registerPlugin
registry API to registerExtension
. The webpack plugin was updated too, so re-compile your extensions after upgrading.Changelog
[0.7.0] - 2020-01-02
com.atlassian.plugins.client-plugins-runtime
→ com.atlassian.plugins.atlassian-clientside-extensions-runtime
https://bitbucket.org/atlassian/atlassian-clientside-extensions
Changelog
[0.5.0] - 2019-12-13
__withoutTransition
option for ModalRenderer to get a Modal component without Transition. Usefull when you need to control the container of the Modal.
(e.j: rendering a modal when a dropdown item is clicked).setAction
now takes an array of actions that allows to define the click handler, loading and disabled state.?client-plugins
query param is removed from the plugin system. Products should now provide this functionality with their
routing solutions using the provided hooks to set the discovery flag.onAction
, onPrimaryAction
and onSecondaryAction
have been removed in favor of new setActions
API,