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