@atlaskit/embedded-confluence 4.0.3 → 4.2.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,21 @@
1
1
  # @atlaskit/embedded-confluence
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`2b704f21ad756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2b704f21ad756) -
8
+ Unify iframe-related props across components via PageCommonProps: iframeRef, onLoad, onMouseEnter,
9
+ onMouseLeave, sandbox. These are forwarded to the underlying iframe through Content.
10
+
11
+ ## 4.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`b62d02df34d9f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b62d02df34d9f) -
16
+ Updating documentation to include new allowedFeatures: modern-header, disable-help-button,
17
+ disable-title-toolbar, and disable-publish-close-buttons.
18
+
3
19
  ## 4.0.3
4
20
 
5
21
  ### Patch Changes