@atlassian/clientside-extensions
Advanced tools
Changelog
[1.1.0] - 2020-06-11
AsyncPanelExtension
extension type and AsyncPanelRenderer
component helper and promoted modules to the public APIs.
You can read more in the official documentation for those modules.$key
word.options
property from the Modal
and Panel
render callbacks has been removed.Changelog
[1.0.4] - 2020-05-27
<link>
element on the web-item
when using LinkExtension
.Changelog
[1.0.3] - 2020-05-19
Changelog
[1.0.1] - 2020-04-08
useExtensions
are now optionally generic and accept the shape of attributes
the developer expects to receive.useExtensions*
hooks no longer returns an empty list of descriptors when finished loading, but instead will only return after it finished processing the descriptors.AsyncPanelHandler
no longer fails to render if there's an error with the renderer function of the async module loaded.