@atlassian/clientside-extensions
Advanced tools
Changelog
[1.0.0] - 2020-02-25
First stable release of Client-side Extensions 🎉.
No changes were made from 1.0.0-rc-1.
Changelog
[1.0.0-rc-1] - 2020-02-21
These are the last set of breaking changes before our 1.0 release.
ExtensionPointInfo
now takes the schemas as a prop instead of getting them from the registry.Changelog
[0.9.0] - 2020-02-18
setActions
and onClose
methods has been added to the top level ModalAPI. They will replace the ones provided as "options" in onMount modal method.setWidth
and setAppearance
methods have been added to ModalAPI.setAction
ModalAPI now can an accept a new testId
property. You can use this property to write unique selectors while working on the e2e tests.label
, url
, title
are not getting overwritten with default values.updateAttributes
.useDebug
, useValidation
, useLogging
, useDiscovery
React hooks were removed from the
@atlassian/clientside-extensions-debug
package and moved to the @atlassian/clientside-extensions-components
package.setActions
and onClose
Modal Options API is deprecated in favor for their counterparts in ModalAPI. They are still available
for you to use, but will be removed on a later version.Changelog
[0.8.1] - 2020-01-29
dist
folders. There was a problem with our pipelines, so 0.8.0 got released incorrectly.