@atlaskit/editor-plugin-grid 1.1.0 → 1.1.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 +79 -42
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,147 +1,184 @@
1
1
  # @atlaskit/editor-plugin-grid
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934) [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) - bumped editor-prosemirror version to 4.0.0
13
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
14
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
15
+ bumped editor-prosemirror version to 4.0.0
8
16
 
9
17
  ### Patch Changes
10
18
 
11
- - Updated dependencies
19
+ - Updated dependencies
12
20
 
13
21
  ## 1.0.3
14
22
 
15
23
  ### Patch Changes
16
24
 
17
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
25
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
26
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
27
+ Upgrade Typescript from `4.9.5` to `5.4.2`
18
28
 
19
29
  ## 1.0.2
20
30
 
21
31
  ### Patch Changes
22
32
 
23
- - [#81801](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81801) [`3afc1428a56a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3afc1428a56a) - Small refactor in the `overflowHighlight` utility function to improve compatibility with TypeScript 5
33
+ - [#81801](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81801)
34
+ [`3afc1428a56a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3afc1428a56a) -
35
+ Small refactor in the `overflowHighlight` utility function to improve compatibility with
36
+ TypeScript 5
24
37
 
25
38
  ## 1.0.1
26
39
 
27
40
  ### Patch Changes
28
41
 
29
- - Updated dependencies
42
+ - Updated dependencies
30
43
 
31
44
  ## 1.0.0
32
45
 
33
46
  ### Major Changes
34
47
 
35
- - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386) [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) - This changeset exists to bump all editor plugins that currently don't have a major version. This is to address an issue with Jira plugin consumption.
48
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
49
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
50
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
51
+ is to address an issue with Jira plugin consumption.
36
52
 
37
53
  ### Patch Changes
38
54
 
39
- - Updated dependencies
55
+ - Updated dependencies
40
56
 
41
57
  ## 0.3.2
42
58
 
43
59
  ### Patch Changes
44
60
 
45
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572) [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) - Upgrading @atlaskit/editor-prosemirror dependency
61
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
62
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
63
+ Upgrading @atlaskit/editor-prosemirror dependency
46
64
 
47
65
  ## 0.3.1
48
66
 
49
67
  ### Patch Changes
50
68
 
51
- - Updated dependencies
69
+ - Updated dependencies
52
70
 
53
71
  ## 0.3.0
54
72
 
55
73
  ### Minor Changes
56
74
 
57
- - [#40763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40763) [`7ff70f99909`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ff70f99909) - Decouple media from editor-core and expose GridPluginState from grid plugin.
75
+ - [#40763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40763)
76
+ [`7ff70f99909`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ff70f99909) -
77
+ Decouple media from editor-core and expose GridPluginState from grid plugin.
58
78
 
59
79
  ## 0.2.2
60
80
 
61
81
  ### Patch Changes
62
82
 
63
- - Updated dependencies
83
+ - Updated dependencies
64
84
 
65
85
  ## 0.2.1
66
86
 
67
87
  ### Patch Changes
68
88
 
69
- - Updated dependencies
89
+ - Updated dependencies
70
90
 
71
91
  ## 0.2.0
72
92
 
73
93
  ### Minor Changes
74
94
 
75
- - [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325) [`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) - Updating all plugins with minor version to correct issue with semver.
95
+ - [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325)
96
+ [`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) -
97
+ Updating all plugins with minor version to correct issue with semver.
76
98
 
77
99
  ### Patch Changes
78
100
 
79
- - Updated dependencies
101
+ - Updated dependencies
80
102
 
81
103
  ## 0.1.7
82
104
 
83
105
  ### Patch Changes
84
106
 
85
- - [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010) [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) - Removing `dependencies` prop from PluginInjectionAPI and changing
86
- signature of `NextEditorPlugin`.
107
+ - [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010)
108
+ [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) -
109
+ Removing `dependencies` prop from PluginInjectionAPI and changing signature of
110
+ `NextEditorPlugin`.
87
111
 
88
- Previously a `NextEditorPlugin` would be consumed as so:
112
+ Previously a `NextEditorPlugin` would be consumed as so:
89
113
 
90
- ```ts
91
- const plugin: NextEditorPlugin< ... > = (config, api) => {
92
- // Can use api like so:
93
- api.dependencies.core.actions.execute( ... )
94
- return { ... }
95
- }
96
- ```
114
+ ```ts
115
+ const plugin: NextEditorPlugin< ... > = (config, api) => {
116
+ // Can use api like so:
117
+ api.dependencies.core.actions.execute( ... )
118
+ return { ... }
119
+ }
120
+ ```
97
121
 
98
- Now these have become named parameters like so and the `pluginInjectionAPI` is used
99
- without the `dependencies` prop:
122
+ Now these have become named parameters like so and the `pluginInjectionAPI` is used without the
123
+ `dependencies` prop:
100
124
 
101
- ```ts
102
- const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
103
- // Can use api like so:
104
- api.core.actions.execute( ... )
105
- return { ... }
106
- }
107
- ```
125
+ ```ts
126
+ const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
127
+ // Can use api like so:
128
+ api.core.actions.execute( ... )
129
+ return { ... }
130
+ }
131
+ ```
108
132
 
109
- - Updated dependencies
133
+ - Updated dependencies
110
134
 
111
135
  ## 0.1.6
112
136
 
113
137
  ### Patch Changes
114
138
 
115
- - [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177) [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added atlaskit docs to all existing plugins.
139
+ - [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177)
140
+ [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added
141
+ atlaskit docs to all existing plugins.
116
142
 
117
143
  ## 0.1.5
118
144
 
119
145
  ### Patch Changes
120
146
 
121
- - Updated dependencies
147
+ - Updated dependencies
122
148
 
123
149
  ## 0.1.4
124
150
 
125
151
  ### Patch Changes
126
152
 
127
- - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785) [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) - [ED-19233] Import prosemirror libraries from internal facade package
153
+ - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
154
+ [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
155
+ [ED-19233] Import prosemirror libraries from internal facade package
128
156
 
129
157
  ## 0.1.3
130
158
 
131
159
  ### Patch Changes
132
160
 
133
- - [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241) [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
161
+ - [#36241](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36241)
162
+ [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) -
163
+ [ED-13910] Fix prosemirror types
134
164
 
135
165
  ## 0.1.2
136
166
 
137
167
  ### Patch Changes
138
168
 
139
- - [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782) [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) - [ED-17082] Mark package as a singleton one
140
- - Updated dependencies
169
+ - [#35782](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35782)
170
+ [`73b5128036b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73b5128036b) -
171
+ [ED-17082] Mark package as a singleton one
172
+ - Updated dependencies
141
173
 
142
174
  ## 0.1.1
143
175
 
144
176
  ### Patch Changes
145
177
 
146
- - [#34938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34938) [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`, removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook` for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all appearances).
147
- - Updated dependencies
178
+ - [#34938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34938)
179
+ [`7cd4abcdc0d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7cd4abcdc0d) - Fix
180
+ workaround in `editor-plugin-width`. This involved removing `WidthEmitter` in `editor-core`,
181
+ removing `containerWidth` from `WidthPluginState`. This change also introduces `usePluginHook`
182
+ for an `EditorPlugin` - this enables a react hook to be mounted for plugins (in all
183
+ appearances).
184
+ - Updated dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-grid",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Grid plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,10 +24,10 @@
24
24
  ".": "./src/index.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/editor-common": "^78.31.0",
27
+ "@atlaskit/editor-common": "^79.0.0",
28
28
  "@atlaskit/editor-plugin-width": "^1.1.0",
29
29
  "@atlaskit/editor-prosemirror": "4.0.0",
30
- "@atlaskit/editor-shared-styles": "^2.9.0",
30
+ "@atlaskit/editor-shared-styles": "^2.10.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@emotion/react": "^11.7.1",
33
33
  "classnames": "^2.2.5"