@atlassian/clientside-extensions-debug
Advanced tools
Changelog
[5.1.0] - 2025-08-07
In order to use this version, you will need to ensure that your bundler is configured to handle .css
imports correctly. This is caused by Atlaskit components migration from runtime @emotion/react
to @compiled/react
. Atlaskit components are now bundled with static CSS instead of runtime styles.
Most bundlers come with built-in support for .css imports, so you may not need to do anything. However if you are using webpack
additional configuration will be required. You can take a look at the suggested webpack setup here.
If you are using a different bundler, please refer to the documentation for that bundler to understand handling .css
imports.
ModalHandler
header and ExtensionPointInfo
modal header now renders a CloseButton@atlaskit/heading@5.2.3
and @atlaskit/tokens@5.6.0
to @atlassian/clientside-extensions-components
>=20.18.1
from >=20.16.0
.@atlaskit/button
& @atlaskit/modal-dialog
@atlaskit/theme
package from @atlassian/clientside-extensions-components
package. Replaced deprecated colors with design tokens equivalentsExtensionPointInfo
component to use design tokens, fixing dark theme compatibility