@atlaskit/editor-plugins 13.0.81 → 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.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
14
|
+
## 13.0.82
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 13.0.81
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@atlaskit/editor-plugin-feature-flags": "7.0.1",
|
|
74
74
|
"@atlaskit/editor-plugin-feedback-dialog": "8.0.1",
|
|
75
75
|
"@atlaskit/editor-plugin-find-replace": "8.2.17",
|
|
76
|
-
"@atlaskit/editor-plugin-floating-toolbar": "10.0.
|
|
76
|
+
"@atlaskit/editor-plugin-floating-toolbar": "10.0.24",
|
|
77
77
|
"@atlaskit/editor-plugin-focus": "7.0.1",
|
|
78
78
|
"@atlaskit/editor-plugin-fragment": "8.0.1",
|
|
79
79
|
"@atlaskit/editor-plugin-grid": "8.0.20",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@atlaskit/editor-plugin-local-id": "6.0.20",
|
|
93
93
|
"@atlaskit/editor-plugin-loom": "10.0.5",
|
|
94
94
|
"@atlaskit/editor-plugin-max-content-size": "8.0.1",
|
|
95
|
-
"@atlaskit/editor-plugin-media": "10.
|
|
95
|
+
"@atlaskit/editor-plugin-media": "10.2.0",
|
|
96
96
|
"@atlaskit/editor-plugin-media-editing": "2.0.3",
|
|
97
97
|
"@atlaskit/editor-plugin-media-insert": "19.0.4",
|
|
98
98
|
"@atlaskit/editor-plugin-mentions": "10.0.23",
|