@atlaskit/editor-plugin-table 5.3.20 → 5.3.21
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 +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 5.3.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#42754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42754) [`3e156c0e632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e156c0e632) - move guideline/selection/width editor plugin packages from devDependencies to depenedencies
|
|
8
|
+
|
|
3
9
|
## 5.3.20
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.21",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
"@atlaskit/editor-palette": "1.5.1",
|
|
34
34
|
"@atlaskit/editor-plugin-analytics": "^0.3.0",
|
|
35
35
|
"@atlaskit/editor-plugin-content-insertion": "^0.1.0",
|
|
36
|
+
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
37
|
+
"@atlaskit/editor-plugin-selection": "^0.1.0",
|
|
38
|
+
"@atlaskit/editor-plugin-width": "^0.2.0",
|
|
36
39
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
37
40
|
"@atlaskit/editor-shared-styles": "^2.8.0",
|
|
38
41
|
"@atlaskit/editor-tables": "^2.3.0",
|
|
@@ -63,10 +66,7 @@
|
|
|
63
66
|
"@atlaskit/editor-plugin-decorations": "^0.2.0",
|
|
64
67
|
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|
|
65
68
|
"@atlaskit/editor-plugin-grid": "^0.3.0",
|
|
66
|
-
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
67
69
|
"@atlaskit/editor-plugin-hyperlink": "^0.5.0",
|
|
68
|
-
"@atlaskit/editor-plugin-selection": "^0.1.0",
|
|
69
|
-
"@atlaskit/editor-plugin-width": "^0.2.0",
|
|
70
70
|
"@atlaskit/visual-regression": "*",
|
|
71
71
|
"@atlaskit/webdriver-runner": "*",
|
|
72
72
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|