@atlaskit/embedded-confluence 4.1.0 → 4.3.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/embedded-confluence
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`81fd63b7a2c5e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81fd63b7a2c5e) -
8
+ Add uniqueKey as a EP query param
9
+
10
+ ## 4.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`2b704f21ad756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b704f21ad756) -
15
+ Unify iframe-related props across components via PageCommonProps: iframeRef, onLoad, onMouseEnter,
16
+ onMouseLeave, sandbox. These are forwarded to the underlying iframe through Content.
17
+
3
18
  ## 4.1.0
4
19
 
5
20
  ### Minor Changes