@atlaskit/editor-plugins 8.3.13 → 8.3.15

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.3.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.3.14
10
+
11
+ ### Patch Changes
12
+
13
+ - [#146979](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/146979)
14
+ [`5cea1d6e69c56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5cea1d6e69c56) -
15
+ ED-27655: Moving annotation plugin options from confluence's full page editor preset to the
16
+ confluence-presets.
17
+ - Updated dependencies
18
+
3
19
  ## 8.3.13
4
20
 
5
21
  ### Patch Changes
@@ -1,2 +1,2 @@
1
1
  export { annotationPlugin } from '@atlaskit/editor-plugin-annotation';
2
- export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
2
+ export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationInfo, AnnotationProviders, AnnotationState, AnnotationTypeProvider, InlineCommentAnnotationProvider, InlineCommentCompoundExperience, InlineCommentCreateComponentProps, InlineCommentInputMethod, InlineCommentState, InlineCommentViewComponentProps, SelectInlineCommentCompoundExperience, SelectInlineCommentCompoundExperienceEntryPoint, SimpleSelectInlineCommentCompoundExperience, StartAttributes, TargetType, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
@@ -1,2 +1,2 @@
1
1
  export { annotationPlugin } from '@atlaskit/editor-plugin-annotation';
2
- export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
2
+ export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationInfo, AnnotationProviders, AnnotationState, AnnotationTypeProvider, InlineCommentAnnotationProvider, InlineCommentCompoundExperience, InlineCommentCreateComponentProps, InlineCommentInputMethod, InlineCommentState, InlineCommentViewComponentProps, SelectInlineCommentCompoundExperience, SelectInlineCommentCompoundExperienceEntryPoint, SimpleSelectInlineCommentCompoundExperience, StartAttributes, TargetType, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "8.3.13",
3
+ "version": "8.3.15",
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",
@@ -134,7 +134,7 @@
134
134
  "@atlaskit/editor-plugin-accessibility-utils": "2.0.5",
135
135
  "@atlaskit/editor-plugin-alignment": "3.1.11",
136
136
  "@atlaskit/editor-plugin-analytics": "2.2.1",
137
- "@atlaskit/editor-plugin-annotation": "2.7.2",
137
+ "@atlaskit/editor-plugin-annotation": "2.7.3",
138
138
  "@atlaskit/editor-plugin-avatar-group": "3.1.2",
139
139
  "@atlaskit/editor-plugin-base": "2.3.4",
140
140
  "@atlaskit/editor-plugin-batch-attribute-updates": "2.1.3",
@@ -145,7 +145,7 @@
145
145
  "@atlaskit/editor-plugin-border": "2.1.3",
146
146
  "@atlaskit/editor-plugin-breakout": "2.2.0",
147
147
  "@atlaskit/editor-plugin-caption": "2.1.3",
148
- "@atlaskit/editor-plugin-card": "5.4.22",
148
+ "@atlaskit/editor-plugin-card": "5.4.23",
149
149
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.3",
150
150
  "@atlaskit/editor-plugin-clipboard": "2.0.3",
151
151
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.0",
@@ -167,11 +167,11 @@
167
167
  "@atlaskit/editor-plugin-emoji": "3.6.1",
168
168
  "@atlaskit/editor-plugin-engagement-platform": "3.1.0",
169
169
  "@atlaskit/editor-plugin-expand": "3.2.7",
170
- "@atlaskit/editor-plugin-extension": "5.3.1",
170
+ "@atlaskit/editor-plugin-extension": "5.3.2",
171
171
  "@atlaskit/editor-plugin-feature-flags": "1.4.0",
172
172
  "@atlaskit/editor-plugin-feedback-dialog": "2.0.3",
173
173
  "@atlaskit/editor-plugin-find-replace": "2.2.0",
174
- "@atlaskit/editor-plugin-floating-toolbar": "4.0.6",
174
+ "@atlaskit/editor-plugin-floating-toolbar": "4.0.7",
175
175
  "@atlaskit/editor-plugin-focus": "1.5.4",
176
176
  "@atlaskit/editor-plugin-fragment": "2.1.3",
177
177
  "@atlaskit/editor-plugin-grid": "2.0.4",
@@ -193,7 +193,7 @@
193
193
  "@atlaskit/editor-plugin-mentions": "4.5.0",
194
194
  "@atlaskit/editor-plugin-metrics": "3.4.5",
195
195
  "@atlaskit/editor-plugin-panel": "4.3.7",
196
- "@atlaskit/editor-plugin-paste": "3.3.0",
196
+ "@atlaskit/editor-plugin-paste": "3.3.1",
197
197
  "@atlaskit/editor-plugin-paste-options-toolbar": "2.0.5",
198
198
  "@atlaskit/editor-plugin-placeholder": "2.0.12",
199
199
  "@atlaskit/editor-plugin-placeholder-text": "2.2.0",
@@ -205,17 +205,17 @@
205
205
  "@atlaskit/editor-plugin-selection": "2.1.9",
206
206
  "@atlaskit/editor-plugin-selection-extension": "2.2.2",
207
207
  "@atlaskit/editor-plugin-selection-marker": "2.2.0",
208
- "@atlaskit/editor-plugin-selection-toolbar": "3.5.5",
208
+ "@atlaskit/editor-plugin-selection-toolbar": "3.5.6",
209
209
  "@atlaskit/editor-plugin-status": "3.1.11",
210
210
  "@atlaskit/editor-plugin-submit-editor": "2.0.3",
211
- "@atlaskit/editor-plugin-table": "10.9.11",
211
+ "@atlaskit/editor-plugin-table": "10.9.13",
212
212
  "@atlaskit/editor-plugin-tasks-and-decisions": "5.1.2",
213
213
  "@atlaskit/editor-plugin-text-color": "2.3.0",
214
- "@atlaskit/editor-plugin-text-formatting": "2.2.0",
214
+ "@atlaskit/editor-plugin-text-formatting": "2.2.1",
215
215
  "@atlaskit/editor-plugin-toolbar-lists-indentation": "3.2.1",
216
- "@atlaskit/editor-plugin-type-ahead": "2.5.3",
216
+ "@atlaskit/editor-plugin-type-ahead": "2.5.4",
217
217
  "@atlaskit/editor-plugin-ufo": "2.0.4",
218
- "@atlaskit/editor-plugin-undo-redo": "2.0.9",
218
+ "@atlaskit/editor-plugin-undo-redo": "2.0.10",
219
219
  "@atlaskit/editor-plugin-unsupported-content": "2.1.3",
220
220
  "@atlaskit/editor-plugin-user-intent": "0.1.0",
221
221
  "@atlaskit/editor-plugin-width": "3.0.3",