@atlaskit/editor-plugin-annotation 1.5.4 → 1.5.6
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 +12 -0
- package/dist/types/types.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-annotation
|
|
2
2
|
|
|
3
|
+
## 1.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#87089](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87089) [`5d130cbb8277`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d130cbb8277) - Change statsig gates to LD FFs
|
|
8
|
+
|
|
9
|
+
## 1.5.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#87191](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87191) [`f24bc58a479e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f24bc58a479e) - Exporting getAllAnnotations function to be used outside the package
|
|
14
|
+
|
|
3
15
|
## 1.5.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/types/types.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export type InlineCommentInputMethod = INPUT_METHOD.TOOLBAR | INPUT_METHOD.SHORT
|
|
|
23
23
|
type SetInlineCommentDraftState = (drafting: boolean, inputMethod: InlineCommentInputMethod,
|
|
24
24
|
/** @default 'inline' */
|
|
25
25
|
targetType?: TargetType,
|
|
26
|
-
/** check for
|
|
26
|
+
/** check for confluence.frontend.fabric.editor.comments-on-media feature flag */
|
|
27
27
|
isCommentOnMediaOn?: boolean) => Command;
|
|
28
28
|
export type AnnotationPlugin = NextEditorPlugin<'annotation', {
|
|
29
29
|
pluginConfiguration: AnnotationProviders | undefined;
|
|
@@ -23,7 +23,7 @@ export type InlineCommentInputMethod = INPUT_METHOD.TOOLBAR | INPUT_METHOD.SHORT
|
|
|
23
23
|
type SetInlineCommentDraftState = (drafting: boolean, inputMethod: InlineCommentInputMethod,
|
|
24
24
|
/** @default 'inline' */
|
|
25
25
|
targetType?: TargetType,
|
|
26
|
-
/** check for
|
|
26
|
+
/** check for confluence.frontend.fabric.editor.comments-on-media feature flag */
|
|
27
27
|
isCommentOnMediaOn?: boolean) => Command;
|
|
28
28
|
export type AnnotationPlugin = NextEditorPlugin<'annotation', {
|
|
29
29
|
pluginConfiguration: AnnotationProviders | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-annotation",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Annotation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/adf-schema": "^35.8.0",
|
|
36
|
-
"@atlaskit/editor-common": "^78.
|
|
36
|
+
"@atlaskit/editor-common": "^78.23.0",
|
|
37
37
|
"@atlaskit/editor-plugin-analytics": "^1.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|