@atlaskit/embedded-confluence 2.18.0 → 2.18.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 +18 -0
- package/dist/embedded-confluence-bundle.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/embedded-confluence
|
|
2
2
|
|
|
3
|
+
## 2.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#132191](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/132191)
|
|
8
|
+
[`39b8eb0b3a100`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/39b8eb0b3a100) -
|
|
9
|
+
[ux] [CBT-3460] Fixes for ViewPage content sizing when isHeightSetFromContent is both true and
|
|
10
|
+
false
|
|
11
|
+
|
|
12
|
+
## 2.18.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#123484](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123484)
|
|
17
|
+
[`c0a76768fd245`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c0a76768fd245) -
|
|
18
|
+
[ux] [CBT-3460] Resolves an issue where setting `isHeightSetFromContent` prop on `ViewPage`
|
|
19
|
+
component to `true` could cause double scrollbars to appear [ECOHELP-40020]
|
|
20
|
+
|
|
3
21
|
## 2.18.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|