@atlaskit/editor-plugin-grid 1.1.0 → 1.1.2

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