@atlaskit/editor-plugins 13.0.82 → 13.0.84

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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 13.0.84
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.0.83
10
+
11
+ ### Patch Changes
12
+
13
+ - [`ef40f467da8e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef40f467da8e6) -
14
+ Fix drag handle not appearing in last layout column and remix button not showing correctly when
15
+ confluence_remix_button_right_side_block_fg is enabled. Layout column drag handles now always show
16
+ regardless of hover side, remix button correctly shows on right-side hover only, and layoutSection
17
+ is always remixable regardless of content.
18
+ - Updated dependencies
19
+
3
20
  ## 13.0.82
4
21
 
5
22
  ### 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.84",
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",
@@ -114,9 +114,9 @@
114
114
  "@atlaskit/editor-plugin-show-diff": "6.2.10",
115
115
  "@atlaskit/editor-plugin-status": "9.1.6",
116
116
  "@atlaskit/editor-plugin-submit-editor": "8.0.1",
117
- "@atlaskit/editor-plugin-synced-block": "6.0.44",
117
+ "@atlaskit/editor-plugin-synced-block": "6.0.45",
118
118
  "@atlaskit/editor-plugin-table": "18.1.22",
119
- "@atlaskit/editor-plugin-tasks-and-decisions": "11.4.7",
119
+ "@atlaskit/editor-plugin-tasks-and-decisions": "11.4.8",
120
120
  "@atlaskit/editor-plugin-text-color": "8.1.17",
121
121
  "@atlaskit/editor-plugin-text-formatting": "8.2.3",
122
122
  "@atlaskit/editor-plugin-toolbar": "5.1.19",