@atlaskit/editor-plugin-decorations 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.
- package/CHANGELOG.md +73 -39
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,138 +1,172 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-decorations
|
|
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
|
-
-
|
|
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
|
-
-
|
|
19
|
+
- Updated dependencies
|
|
12
20
|
|
|
13
21
|
## 1.0.2
|
|
14
22
|
|
|
15
23
|
### Patch Changes
|
|
16
24
|
|
|
17
|
-
-
|
|
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.1
|
|
20
30
|
|
|
21
31
|
### Patch Changes
|
|
22
32
|
|
|
23
|
-
-
|
|
33
|
+
- Updated dependencies
|
|
24
34
|
|
|
25
35
|
## 1.0.0
|
|
26
36
|
|
|
27
37
|
### Major Changes
|
|
28
38
|
|
|
29
|
-
-
|
|
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.
|
|
30
43
|
|
|
31
44
|
## 0.2.8
|
|
32
45
|
|
|
33
46
|
### Patch Changes
|
|
34
47
|
|
|
35
|
-
-
|
|
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
|
|
36
51
|
|
|
37
52
|
## 0.2.7
|
|
38
53
|
|
|
39
54
|
### Patch Changes
|
|
40
55
|
|
|
41
|
-
-
|
|
56
|
+
- Updated dependencies
|
|
42
57
|
|
|
43
58
|
## 0.2.6
|
|
44
59
|
|
|
45
60
|
### Patch Changes
|
|
46
61
|
|
|
47
|
-
-
|
|
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
|
|
48
65
|
|
|
49
66
|
## 0.2.5
|
|
50
67
|
|
|
51
68
|
### Patch Changes
|
|
52
69
|
|
|
53
|
-
-
|
|
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.
|
|
54
73
|
|
|
55
74
|
## 0.2.4
|
|
56
75
|
|
|
57
76
|
### Patch Changes
|
|
58
77
|
|
|
59
|
-
-
|
|
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
|
|
60
81
|
|
|
61
82
|
## 0.2.3
|
|
62
83
|
|
|
63
84
|
### Patch Changes
|
|
64
85
|
|
|
65
|
-
-
|
|
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
|
|
66
90
|
|
|
67
91
|
## 0.2.2
|
|
68
92
|
|
|
69
93
|
### Patch Changes
|
|
70
94
|
|
|
71
|
-
-
|
|
95
|
+
- Updated dependencies
|
|
72
96
|
|
|
73
97
|
## 0.2.1
|
|
74
98
|
|
|
75
99
|
### Patch Changes
|
|
76
100
|
|
|
77
|
-
-
|
|
101
|
+
- Updated dependencies
|
|
78
102
|
|
|
79
103
|
## 0.2.0
|
|
80
104
|
|
|
81
105
|
### Minor Changes
|
|
82
106
|
|
|
83
|
-
-
|
|
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.
|
|
84
110
|
|
|
85
111
|
## 0.1.5
|
|
86
112
|
|
|
87
113
|
### Patch Changes
|
|
88
114
|
|
|
89
|
-
-
|
|
90
|
-
|
|
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`.
|
|
91
119
|
|
|
92
|
-
|
|
120
|
+
Previously a `NextEditorPlugin` would be consumed as so:
|
|
93
121
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
122
|
+
```ts
|
|
123
|
+
const plugin: NextEditorPlugin< ... > = (config, api) => {
|
|
124
|
+
// Can use api like so:
|
|
125
|
+
api.dependencies.core.actions.execute( ... )
|
|
126
|
+
return { ... }
|
|
127
|
+
}
|
|
128
|
+
```
|
|
101
129
|
|
|
102
|
-
|
|
103
|
-
|
|
130
|
+
Now these have become named parameters like so and the `pluginInjectionAPI` is used without the
|
|
131
|
+
`dependencies` prop:
|
|
104
132
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
133
|
+
```ts
|
|
134
|
+
const plugin: NextEditorPlugin< ... > = ({ config, api }) => {
|
|
135
|
+
// Can use api like so:
|
|
136
|
+
api.core.actions.execute( ... )
|
|
137
|
+
return { ... }
|
|
138
|
+
}
|
|
139
|
+
```
|
|
112
140
|
|
|
113
|
-
-
|
|
141
|
+
- Updated dependencies
|
|
114
142
|
|
|
115
143
|
## 0.1.4
|
|
116
144
|
|
|
117
145
|
### Patch Changes
|
|
118
146
|
|
|
119
|
-
-
|
|
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.
|
|
120
150
|
|
|
121
151
|
## 0.1.3
|
|
122
152
|
|
|
123
153
|
### Patch Changes
|
|
124
154
|
|
|
125
|
-
-
|
|
155
|
+
- Updated dependencies
|
|
126
156
|
|
|
127
157
|
## 0.1.2
|
|
128
158
|
|
|
129
159
|
### Patch Changes
|
|
130
160
|
|
|
131
|
-
-
|
|
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
|
|
132
164
|
|
|
133
165
|
## 0.1.1
|
|
134
166
|
|
|
135
167
|
### Patch Changes
|
|
136
168
|
|
|
137
|
-
-
|
|
138
|
-
-
|
|
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.1.
|
|
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,7 +24,7 @@
|
|
|
24
24
|
".": "./src/index.ts"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/editor-common": "^
|
|
27
|
+
"@atlaskit/editor-common": "^79.0.0",
|
|
28
28
|
"@atlaskit/editor-prosemirror": "4.0.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0"
|
|
30
30
|
},
|