@atlaskit/embedded-confluence 4.0.1 → 4.0.3
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 +18 -0
- package/dist/embedded-confluence-bundle.js +6 -6
- package/dist/tti-polyfill.js +1 -1
- package/dist/web-vitals.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 4.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#158401](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158401)
|
|
8
|
+
[`ef9ed1664a6ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef9ed1664a6ab) -
|
|
9
|
+
Update webpack config for the public package to handle CSS transformations for @compiled/react
|
|
10
|
+
CSS-In-JS code while building the package and generating embedded-confluence-bundle.js
|
|
11
|
+
|
|
12
|
+
## 4.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#154829](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154829)
|
|
17
|
+
[`fb330b0a798ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb330b0a798ab) -
|
|
18
|
+
add data tag to wrapper around LinkButton in Embedded Confluence ErrorScreen so that it can be
|
|
19
|
+
targeted for exclution from global css styles.
|
|
20
|
+
|
|
3
21
|
## 4.0.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|