@atlaskit/editor-plugins 7.2.23 → 7.2.29
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 +36 -0
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 7.2.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 7.2.28
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 7.2.27
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 7.2.26
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
27
|
+
## 7.2.25
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
|
|
33
|
+
## 7.2.24
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies
|
|
38
|
+
|
|
3
39
|
## 7.2.23
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.29",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -130,25 +130,25 @@
|
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
132
|
"@atlaskit/editor-plugin-accessibility-utils": "1.4.0",
|
|
133
|
-
"@atlaskit/editor-plugin-alignment": "1.16.
|
|
133
|
+
"@atlaskit/editor-plugin-alignment": "1.16.2",
|
|
134
134
|
"@atlaskit/editor-plugin-analytics": "1.12.1",
|
|
135
135
|
"@atlaskit/editor-plugin-annotation": "1.28.1",
|
|
136
|
-
"@atlaskit/editor-plugin-avatar-group": "2.2.
|
|
136
|
+
"@atlaskit/editor-plugin-avatar-group": "2.2.1",
|
|
137
137
|
"@atlaskit/editor-plugin-base": "2.2.1",
|
|
138
138
|
"@atlaskit/editor-plugin-batch-attribute-updates": "1.3.1",
|
|
139
139
|
"@atlaskit/editor-plugin-before-primary-toolbar": "1.4.0",
|
|
140
140
|
"@atlaskit/editor-plugin-better-type-history": "1.11.1",
|
|
141
|
-
"@atlaskit/editor-plugin-block-controls": "2.27.
|
|
142
|
-
"@atlaskit/editor-plugin-block-type": "4.3.
|
|
141
|
+
"@atlaskit/editor-plugin-block-controls": "2.27.4",
|
|
142
|
+
"@atlaskit/editor-plugin-block-type": "4.3.2",
|
|
143
143
|
"@atlaskit/editor-plugin-border": "1.8.1",
|
|
144
|
-
"@atlaskit/editor-plugin-breakout": "1.11.
|
|
144
|
+
"@atlaskit/editor-plugin-breakout": "1.11.2",
|
|
145
145
|
"@atlaskit/editor-plugin-caption": "1.12.2",
|
|
146
|
-
"@atlaskit/editor-plugin-card": "4.6.
|
|
146
|
+
"@atlaskit/editor-plugin-card": "4.6.5",
|
|
147
147
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "1.5.0",
|
|
148
148
|
"@atlaskit/editor-plugin-clipboard": "1.5.0",
|
|
149
149
|
"@atlaskit/editor-plugin-code-bidi-warning": "1.4.0",
|
|
150
150
|
"@atlaskit/editor-plugin-code-block": "3.7.1",
|
|
151
|
-
"@atlaskit/editor-plugin-collab-edit": "2.6.
|
|
151
|
+
"@atlaskit/editor-plugin-collab-edit": "2.6.3",
|
|
152
152
|
"@atlaskit/editor-plugin-composition": "1.3.0",
|
|
153
153
|
"@atlaskit/editor-plugin-connectivity": "1.3.0",
|
|
154
154
|
"@atlaskit/editor-plugin-content-insertion": "1.13.1",
|
|
@@ -157,62 +157,62 @@
|
|
|
157
157
|
"@atlaskit/editor-plugin-copy-button": "1.5.0",
|
|
158
158
|
"@atlaskit/editor-plugin-custom-autoformat": "1.6.0",
|
|
159
159
|
"@atlaskit/editor-plugin-data-consumer": "1.8.1",
|
|
160
|
-
"@atlaskit/editor-plugin-date": "2.6.
|
|
160
|
+
"@atlaskit/editor-plugin-date": "2.6.3",
|
|
161
161
|
"@atlaskit/editor-plugin-decorations": "1.5.0",
|
|
162
162
|
"@atlaskit/editor-plugin-editor-disabled": "1.5.0",
|
|
163
163
|
"@atlaskit/editor-plugin-editor-viewmode": "2.2.0",
|
|
164
164
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "1.2.0",
|
|
165
|
-
"@atlaskit/editor-plugin-emoji": "2.9.
|
|
165
|
+
"@atlaskit/editor-plugin-emoji": "2.9.3",
|
|
166
166
|
"@atlaskit/editor-plugin-engagement-platform": "2.3.0",
|
|
167
167
|
"@atlaskit/editor-plugin-expand": "2.12.1",
|
|
168
|
-
"@atlaskit/editor-plugin-extension": "3.5.
|
|
168
|
+
"@atlaskit/editor-plugin-extension": "3.5.3",
|
|
169
169
|
"@atlaskit/editor-plugin-feature-flags": "1.3.0",
|
|
170
170
|
"@atlaskit/editor-plugin-feedback-dialog": "1.2.0",
|
|
171
|
-
"@atlaskit/editor-plugin-find-replace": "1.9.
|
|
172
|
-
"@atlaskit/editor-plugin-floating-toolbar": "1.18.
|
|
171
|
+
"@atlaskit/editor-plugin-find-replace": "1.9.1",
|
|
172
|
+
"@atlaskit/editor-plugin-floating-toolbar": "1.18.1",
|
|
173
173
|
"@atlaskit/editor-plugin-focus": "1.5.0",
|
|
174
174
|
"@atlaskit/editor-plugin-fragment": "1.10.1",
|
|
175
175
|
"@atlaskit/editor-plugin-grid": "1.4.0",
|
|
176
|
-
"@atlaskit/editor-plugin-guideline": "1.4.
|
|
177
|
-
"@atlaskit/editor-plugin-help-dialog": "1.11.
|
|
176
|
+
"@atlaskit/editor-plugin-guideline": "1.4.1",
|
|
177
|
+
"@atlaskit/editor-plugin-help-dialog": "1.11.1",
|
|
178
178
|
"@atlaskit/editor-plugin-highlight": "1.20.1",
|
|
179
|
-
"@atlaskit/editor-plugin-history": "1.
|
|
180
|
-
"@atlaskit/editor-plugin-hyperlink": "3.4.
|
|
179
|
+
"@atlaskit/editor-plugin-history": "1.5.0",
|
|
180
|
+
"@atlaskit/editor-plugin-hyperlink": "3.4.5",
|
|
181
181
|
"@atlaskit/editor-plugin-image-upload": "1.4.0",
|
|
182
182
|
"@atlaskit/editor-plugin-indentation": "1.10.1",
|
|
183
|
-
"@atlaskit/editor-plugin-insert-block": "2.
|
|
183
|
+
"@atlaskit/editor-plugin-insert-block": "2.7.0",
|
|
184
184
|
"@atlaskit/editor-plugin-layout": "1.15.1",
|
|
185
185
|
"@atlaskit/editor-plugin-list": "3.10.1",
|
|
186
|
-
"@atlaskit/editor-plugin-loom": "3.3.
|
|
186
|
+
"@atlaskit/editor-plugin-loom": "3.3.5",
|
|
187
187
|
"@atlaskit/editor-plugin-max-content-size": "1.5.0",
|
|
188
|
-
"@atlaskit/editor-plugin-media": "1.45.
|
|
188
|
+
"@atlaskit/editor-plugin-media": "1.45.3",
|
|
189
189
|
"@atlaskit/editor-plugin-media-insert": "5.1.1",
|
|
190
|
-
"@atlaskit/editor-plugin-mentions": "2.15.
|
|
191
|
-
"@atlaskit/editor-plugin-metrics": "3.
|
|
192
|
-
"@atlaskit/editor-plugin-panel": "3.3.
|
|
193
|
-
"@atlaskit/editor-plugin-paste": "2.3.
|
|
190
|
+
"@atlaskit/editor-plugin-mentions": "2.15.2",
|
|
191
|
+
"@atlaskit/editor-plugin-metrics": "3.2.0",
|
|
192
|
+
"@atlaskit/editor-plugin-panel": "3.3.2",
|
|
193
|
+
"@atlaskit/editor-plugin-paste": "2.3.1",
|
|
194
194
|
"@atlaskit/editor-plugin-paste-options-toolbar": "1.6.0",
|
|
195
195
|
"@atlaskit/editor-plugin-placeholder": "1.6.0",
|
|
196
|
-
"@atlaskit/editor-plugin-placeholder-text": "1.11.
|
|
196
|
+
"@atlaskit/editor-plugin-placeholder-text": "1.11.2",
|
|
197
197
|
"@atlaskit/editor-plugin-primary-toolbar": "2.2.0",
|
|
198
|
-
"@atlaskit/editor-plugin-quick-insert": "1.10.
|
|
198
|
+
"@atlaskit/editor-plugin-quick-insert": "1.10.2",
|
|
199
199
|
"@atlaskit/editor-plugin-rule": "1.11.1",
|
|
200
200
|
"@atlaskit/editor-plugin-save-on-enter": "1.4.0",
|
|
201
201
|
"@atlaskit/editor-plugin-scroll-into-view": "1.5.0",
|
|
202
202
|
"@atlaskit/editor-plugin-selection": "1.8.3",
|
|
203
203
|
"@atlaskit/editor-plugin-selection-extension": "1.1.0",
|
|
204
|
-
"@atlaskit/editor-plugin-selection-marker": "1.8.
|
|
204
|
+
"@atlaskit/editor-plugin-selection-marker": "1.8.1",
|
|
205
205
|
"@atlaskit/editor-plugin-selection-toolbar": "1.8.0",
|
|
206
|
-
"@atlaskit/editor-plugin-status": "2.8.
|
|
206
|
+
"@atlaskit/editor-plugin-status": "2.8.2",
|
|
207
207
|
"@atlaskit/editor-plugin-submit-editor": "1.5.0",
|
|
208
|
-
"@atlaskit/editor-plugin-table": "9.5.
|
|
209
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "2.14.
|
|
210
|
-
"@atlaskit/editor-plugin-text-color": "1.18.
|
|
208
|
+
"@atlaskit/editor-plugin-table": "9.5.5",
|
|
209
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "2.14.6",
|
|
210
|
+
"@atlaskit/editor-plugin-text-color": "1.18.2",
|
|
211
211
|
"@atlaskit/editor-plugin-text-formatting": "1.18.1",
|
|
212
212
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "1.16.1",
|
|
213
|
-
"@atlaskit/editor-plugin-type-ahead": "1.13.
|
|
213
|
+
"@atlaskit/editor-plugin-type-ahead": "1.13.5",
|
|
214
214
|
"@atlaskit/editor-plugin-ufo": "1.1.0",
|
|
215
|
-
"@atlaskit/editor-plugin-undo-redo": "1.7.
|
|
215
|
+
"@atlaskit/editor-plugin-undo-redo": "1.7.1",
|
|
216
216
|
"@atlaskit/editor-plugin-unsupported-content": "1.11.1",
|
|
217
217
|
"@atlaskit/editor-plugin-width": "2.1.0",
|
|
218
218
|
"@babel/runtime": "^7.0.0"
|