@atlaskit/embedded-confluence 4.0.2 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/embedded-confluence-bundle.js +5 -12
- package/dist/tti-polyfill.js +1 -1
- package/dist/web-vitals.js +1 -1
- package/i18n/package.json +1 -1
- package/package.json +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b62d02df34d9f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b62d02df34d9f) -
|
|
8
|
+
Updating documentation to include new allowedFeatures: modern-header, disable-help-button,
|
|
9
|
+
disable-title-toolbar, and disable-publish-close-buttons.
|
|
10
|
+
|
|
11
|
+
## 4.0.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#158401](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158401)
|
|
16
|
+
[`ef9ed1664a6ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef9ed1664a6ab) -
|
|
17
|
+
Update webpack config for the public package to handle CSS transformations for @compiled/react
|
|
18
|
+
CSS-In-JS code while building the package and generating embedded-confluence-bundle.js
|
|
19
|
+
|
|
3
20
|
## 4.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|