@atlaskit/embedded-confluence 4.0.0 → 4.0.2
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 -5
- 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,22 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154829](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154829)
|
|
8
|
+
[`fb330b0a798ab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb330b0a798ab) -
|
|
9
|
+
add data tag to wrapper around LinkButton in Embedded Confluence ErrorScreen so that it can be
|
|
10
|
+
targeted for exclution from global css styles.
|
|
11
|
+
|
|
12
|
+
## 4.0.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#153504](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153504)
|
|
17
|
+
[`bdc3a1f957274`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bdc3a1f957274) -
|
|
18
|
+
[ux] Update styling from ErrorScreen component to match LoginPage component
|
|
19
|
+
|
|
3
20
|
## 4.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|