@atlaskit/editor-plugin-decorations 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 +83 -39
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,138 +1,182 @@
1
1
  # @atlaskit/editor-plugin-decorations
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.2
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.1
20
40
 
21
41
  ### Patch Changes
22
42
 
23
- - Updated dependencies
43
+ - Updated dependencies
24
44
 
25
45
  ## 1.0.0
26
46
 
27
47
  ### Major Changes
28
48
 
29
- - [#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.
49
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386)
50
+ [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) -
51
+ This changeset exists to bump all editor plugins that currently don't have a major version. This
52
+ is to address an issue with Jira plugin consumption.
30
53
 
31
54
  ## 0.2.8
32
55
 
33
56
  ### Patch Changes
34
57
 
35
- - [#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
58
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
59
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
60
+ Upgrading @atlaskit/editor-prosemirror dependency
36
61
 
37
62
  ## 0.2.7
38
63
 
39
64
  ### Patch Changes
40
65
 
41
- - Updated dependencies
66
+ - Updated dependencies
42
67
 
43
68
  ## 0.2.6
44
69
 
45
70
  ### Patch Changes
46
71
 
47
- - [#42604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42604) [`182627d0f5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/182627d0f5e) - Extracted panel plugin from editor-core as @atlaskit/editor-plugin-panel
72
+ - [#42604](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42604)
73
+ [`182627d0f5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/182627d0f5e) -
74
+ Extracted panel plugin from editor-core as @atlaskit/editor-plugin-panel
48
75
 
49
76
  ## 0.2.5
50
77
 
51
78
  ### Patch Changes
52
79
 
53
- - [#42505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42505) [`48e5f1efdde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e5f1efdde) - Extract layout plugin into new package @atlaskit/editor-plugin-layout.
80
+ - [#42505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42505)
81
+ [`48e5f1efdde`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48e5f1efdde) -
82
+ Extract layout plugin into new package @atlaskit/editor-plugin-layout.
54
83
 
55
84
  ## 0.2.4
56
85
 
57
86
  ### Patch Changes
58
87
 
59
- - [#42477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42477) [`8f5175dc714`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f5175dc714) - Decouple layout plugin from editor-core
88
+ - [#42477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42477)
89
+ [`8f5175dc714`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f5175dc714) -
90
+ Decouple layout plugin from editor-core
60
91
 
61
92
  ## 0.2.3
62
93
 
63
94
  ### Patch Changes
64
95
 
65
- - [#41648](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41648) [`20f43769aa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f43769aa7) - [ED-19746] Extract mentions plugin from editor-core to its own package: @atlaskit/editor-plugin-mentions
96
+ - [#41648](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41648)
97
+ [`20f43769aa7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20f43769aa7) -
98
+ [ED-19746] Extract mentions plugin from editor-core to its own package:
99
+ @atlaskit/editor-plugin-mentions
66
100
 
67
101
  ## 0.2.2
68
102
 
69
103
  ### Patch Changes
70
104
 
71
- - Updated dependencies
105
+ - Updated dependencies
72
106
 
73
107
  ## 0.2.1
74
108
 
75
109
  ### Patch Changes
76
110
 
77
- - Updated dependencies
111
+ - Updated dependencies
78
112
 
79
113
  ## 0.2.0
80
114
 
81
115
  ### Minor Changes
82
116
 
83
- - [#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.
117
+ - [#39325](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39325)
118
+ [`ad3c5c21079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ad3c5c21079) -
119
+ Updating all plugins with minor version to correct issue with semver.
84
120
 
85
121
  ## 0.1.5
86
122
 
87
123
  ### Patch Changes
88
124
 
89
- - [#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
90
- signature of `NextEditorPlugin`.
125
+ - [#39010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39010)
126
+ [`8467bdcdf4f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8467bdcdf4f) -
127
+ Removing `dependencies` prop from PluginInjectionAPI and changing signature of
128
+ `NextEditorPlugin`.
91
129
 
92
- Previously a `NextEditorPlugin` would be consumed as so:
130
+ Previously a `NextEditorPlugin` would be consumed as so:
93
131
 
94
- ```ts
95
- const plugin: NextEditorPlugin< ... > = (config, api) => {
96
- // Can use api like so:
97
- api.dependencies.core.actions.execute( ... )
98
- return { ... }
99
- }
100
- ```
132
+ ```ts
133
+ const plugin: NextEditorPlugin< ... > = (config, api) => {
134
+ // Can use api like so:
135
+ api.dependencies.core.actions.execute( ... )
136
+ return { ... }
137
+ }
138
+ ```
101
139
 
102
- Now these have become named parameters like so and the `pluginInjectionAPI` is used
103
- without the `dependencies` prop:
140
+ Now these have become named parameters like so and the `pluginInjectionAPI` is used without the
141
+ `dependencies` prop:
104
142
 
105
- ```ts
106
- const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
107
- // Can use api like so:
108
- api.core.actions.execute( ... )
109
- return { ... }
110
- }
111
- ```
143
+ ```ts
144
+ const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
145
+ // Can use api like so:
146
+ api.core.actions.execute( ... )
147
+ return { ... }
148
+ }
149
+ ```
112
150
 
113
- - Updated dependencies
151
+ - Updated dependencies
114
152
 
115
153
  ## 0.1.4
116
154
 
117
155
  ### Patch Changes
118
156
 
119
- - [#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.
157
+ - [#39177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39177)
158
+ [`24e27147cbd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/24e27147cbd) - Added
159
+ atlaskit docs to all existing plugins.
120
160
 
121
161
  ## 0.1.3
122
162
 
123
163
  ### Patch Changes
124
164
 
125
- - Updated dependencies
165
+ - Updated dependencies
126
166
 
127
167
  ## 0.1.2
128
168
 
129
169
  ### Patch Changes
130
170
 
131
- - [#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
171
+ - [#37785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37785)
172
+ [`4e6f1bf8511`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e6f1bf8511) -
173
+ [ED-19233] Import prosemirror libraries from internal facade package
132
174
 
133
175
  ## 0.1.1
134
176
 
135
177
  ### Patch Changes
136
178
 
137
- - [#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
138
- - 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-decorations",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Decorations plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  ".": "./src/index.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/editor-common": "^78.31.0",
28
- "@atlaskit/editor-prosemirror": "4.0.0",
27
+ "@atlaskit/editor-common": "^79.1.0",
28
+ "@atlaskit/editor-prosemirror": "4.0.1",
29
29
  "@babel/runtime": "^7.0.0"
30
30
  },
31
31
  "peerDependencies": {