@atlaskit/editor-plugin-expand 4.1.0 → 4.2.0

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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-expand
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#189314](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/189314)
8
+ [`22c6251496010`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22c6251496010) -
9
+ Exported missing types that were already being inferred from existing exports
10
+
11
+ ## 4.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
16
+ [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
17
+ Bump @atlaskit/adf-schema to v49.0.5
18
+ - Updated dependencies
19
+
3
20
  ## 4.1.0
4
21
 
5
22
  ### Minor Changes
@@ -1,2 +1,2 @@
1
- export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod } from './types';
1
+ export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod, ExpandPluginDependencies, } from './types';
2
2
  export { expandPlugin } from './plugin';
@@ -1,2 +1,2 @@
1
- export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod } from './types';
1
+ export type { ExpandPlugin, ExpandPluginState, ExpandPluginOptions, InsertMethod, ExpandPluginDependencies, } from './types';
2
2
  export { expandPlugin } from './plugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-expand",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Expand plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^47.6.0",
35
+ "@atlaskit/adf-schema": "^49.0.6",
36
36
  "@atlaskit/button": "^23.2.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^3.0.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^3.0.0",
@@ -41,12 +41,12 @@
41
41
  "@atlaskit/editor-plugin-selection": "^3.0.0",
42
42
  "@atlaskit/editor-plugin-selection-marker": "^3.0.0",
43
43
  "@atlaskit/editor-prosemirror": "7.0.0",
44
- "@atlaskit/editor-shared-styles": "^3.4.0",
44
+ "@atlaskit/editor-shared-styles": "^3.5.0",
45
45
  "@atlaskit/editor-tables": "^2.9.0",
46
- "@atlaskit/icon": "^27.3.0",
46
+ "@atlaskit/icon": "^27.5.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^9.1.0",
49
- "@atlaskit/tokens": "^5.4.0",
48
+ "@atlaskit/tmp-editor-statsig": "^9.9.0",
49
+ "@atlaskit/tokens": "^5.6.0",
50
50
  "@atlaskit/tooltip": "^20.3.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
@@ -54,18 +54,18 @@
54
54
  "w3c-keyname": "^2.1.8"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^107.7.0",
57
+ "@atlaskit/editor-common": "^107.9.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@atlaskit/analytics-next": "^11.1.0",
64
- "@atlaskit/editor-plugin-content-insertion": "^3.0.0",
64
+ "@atlaskit/editor-plugin-content-insertion": "^3.1.0",
65
65
  "@atlaskit/editor-plugin-guideline": "^3.0.0",
66
66
  "@atlaskit/editor-plugin-quick-insert": "^3.0.0",
67
- "@atlaskit/editor-plugin-table": "^11.0.0",
68
- "@atlaskit/editor-plugin-type-ahead": "^3.0.0",
67
+ "@atlaskit/editor-plugin-table": "^12.1.0",
68
+ "@atlaskit/editor-plugin-type-ahead": "^3.1.0",
69
69
  "@atlaskit/editor-plugin-width": "^4.0.0",
70
70
  "@testing-library/react": "^13.4.0",
71
71
  "react-test-renderer": "^18.2.0",