@atlaskit/editor-plugin-expand 0.3.0 → 0.4.1

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 +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0
8
+ - Updated dependencies
9
+
10
+ ## 0.4.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#64335](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64335) [`efc8826c907f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/efc8826c907f) - [ux] [ED-16509] Restart numbered list inserting nodes via QUICK INSERT, nodes including : panels, expands, decisions, tables, layout, quotes, actions, dividers, headings. Changes are being guarded behind feature flag platform.editor.ordered-list-inserting-nodes_bh0vo
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 0.3.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -10,7 +10,8 @@
10
10
  "atlassian": {
11
11
  "team": "Editor: Jenga",
12
12
  "inPublicMirror": false,
13
- "releaseModel": "continuous"
13
+ "releaseModel": "continuous",
14
+ "runReact18": false
14
15
  },
15
16
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
16
17
  "main": "dist/cjs/index.js",
@@ -31,14 +32,14 @@
31
32
  ".": "./src/index.ts"
32
33
  },
33
34
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.2.0",
35
- "@atlaskit/button": "^17.1.0",
36
- "@atlaskit/editor-common": "^76.28.0",
35
+ "@atlaskit/adf-schema": "^35.3.0",
36
+ "@atlaskit/button": "^17.2.0",
37
+ "@atlaskit/editor-common": "^76.35.0",
37
38
  "@atlaskit/editor-plugin-analytics": "^0.4.0",
38
39
  "@atlaskit/editor-plugin-decorations": "^0.2.0",
39
40
  "@atlaskit/editor-plugin-selection": "^0.1.0",
40
41
  "@atlaskit/editor-prosemirror": "1.1.0",
41
- "@atlaskit/editor-shared-styles": "^2.8.0",
42
+ "@atlaskit/editor-shared-styles": "^2.9.0",
42
43
  "@atlaskit/editor-tables": "^2.3.0",
43
44
  "@atlaskit/icon": "^22.0.0",
44
45
  "@atlaskit/tooltip": "^18.1.0",
@@ -56,8 +57,8 @@
56
57
  "@atlaskit/editor-plugin-content-insertion": "^0.1.0",
57
58
  "@atlaskit/editor-plugin-guideline": "^0.5.0",
58
59
  "@atlaskit/editor-plugin-quick-insert": "^0.2.0",
59
- "@atlaskit/editor-plugin-table": "^5.6.0",
60
- "@atlaskit/editor-plugin-type-ahead": "^0.8.0",
60
+ "@atlaskit/editor-plugin-table": "^5.7.0",
61
+ "@atlaskit/editor-plugin-type-ahead": "^0.9.0",
61
62
  "@atlaskit/editor-plugin-width": "^0.2.0",
62
63
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
63
64
  "@testing-library/react": "^12.1.5",