@atlassian/clientside-extensions-docs
Advanced tools
Changelog
[2.2.0] - 2021-06-04
Client-Side Extensions can now render web-items and web-panels using Custom Elements.
Read the CSE 2.2 upgrade guide for details on migrating test and production code.
registerHandler
and getHandler
together with two new custom-elements cse-register-web-items-element
and cse-register-web-panels-element
.
The motivation behind these changes is to allow products to migrate existing web-fragment locations to be handled by Clientside-Extension. Basically allowing a migration away from Web-Fragments towards Clientside-Extensions.
To achieve this, the custom-elements allow products to register existing web-fragments through simple dom-markup with the Clientside-Extension runtime. On the other end of this are handlers that are registered through the registry to handle these web-fragments.validator-only
to the generate-from-schema
binary. If set the generator will only create validators for the matching schema files.Changelog
[2.1.0] - 2021-05-11
No changes, mark the release 2.1.0
as stable. Refer to the previous rc
releases to read more about the changes in the version.