@atlaskit/editor-plugins 13.0.82 → 13.0.83

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 13.0.83
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ef40f467da8e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef40f467da8e6) -
8
+ Fix drag handle not appearing in last layout column and remix button not showing correctly when
9
+ confluence_remix_button_right_side_block_fg is enabled. Layout column drag handles now always show
10
+ regardless of hover side, remix button correctly shows on right-side hover only, and layoutSection
11
+ is always remixable regardless of content.
12
+ - Updated dependencies
13
+
3
14
  ## 13.0.82
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "13.0.82",
3
+ "version": "13.0.83",
4
4
  "description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -40,7 +40,7 @@
40
40
  "@atlaskit/editor-plugin-batch-attribute-updates": "8.0.2",
41
41
  "@atlaskit/editor-plugin-before-primary-toolbar": "8.0.3",
42
42
  "@atlaskit/editor-plugin-better-type-history": "8.0.2",
43
- "@atlaskit/editor-plugin-block-controls": "9.1.0",
43
+ "@atlaskit/editor-plugin-block-controls": "9.1.1",
44
44
  "@atlaskit/editor-plugin-block-menu": "7.0.26",
45
45
  "@atlaskit/editor-plugin-block-type": "12.1.22",
46
46
  "@atlaskit/editor-plugin-border": "8.0.1",