@atlaskit/editor-plugin-annotation 6.1.9 → 6.2.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 +17 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-annotation
2
2
 
3
+ ## 6.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
14
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 6.1.9
4
21
 
5
22
  ### Patch Changes
@@ -161,7 +178,6 @@
161
178
 
162
179
  - [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
163
180
  Cleanup platform_editor_usesharedpluginstatewithselector experiment
164
-
165
181
  - BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
166
182
 
167
183
  - Updated dependencies
@@ -265,7 +281,6 @@
265
281
 
266
282
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
267
283
  [ux] [ED-28960] Finish full page primary toolbar migration
268
-
269
284
  - Align with design update (separator, gap, height, icon size)
270
285
  - Add keyboard shortcut to focus toolbar and arrow key navigation
271
286
  - Address accessibility
@@ -317,7 +332,6 @@
317
332
 
318
333
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
319
334
  [ux] [ED-28473] minor UI updates for editor-toolbar
320
-
321
335
  - Use ADS ButtonGroup for ToolbarButtonGroup
322
336
  - Remove groupLocation prop and use CSS instead
323
337
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -464,7 +478,6 @@
464
478
  shared context or singletons.
465
479
 
466
480
  **HOW TO ADJUST:**
467
-
468
481
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
469
482
  any of these editor plugins.
470
483
  - Ensure the version you install matches the version required by the plugins.
@@ -1505,7 +1518,6 @@
1505
1518
  Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
1506
1519
 
1507
1520
  # WHAT
1508
-
1509
1521
  - Remove `createFilterStepsPlugin` from the editorViewMode Plugin and is implemented in
1510
1522
  editorViewModeEffects instead.
1511
1523
  - Remove `appendTransaction` from the editorViewMode plugin and add as a new PMPlugin in
@@ -1525,7 +1537,6 @@
1525
1537
 
1526
1538
  All incompatibilities should be addressed within this changeset, however for the sake of
1527
1539
  completeness:
1528
-
1529
1540
  - `editor-plugin-editor-viewmode-effects` must be added to any preset that relies on the viewmode
1530
1541
  filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
1531
1542
  editor itself.
@@ -1884,7 +1895,6 @@
1884
1895
  [ux] - Add decoration to media node when there is active draft comment associated, update plugin
1885
1896
  state mapping so that create view component is removed when there's node changes invalidating the
1886
1897
  decoration
1887
-
1888
1898
  - Save featureFlags plugin state as one of the annotation plugin state
1889
1899
 
1890
1900
  ## 1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-annotation",
3
- "version": "6.1.9",
3
+ "version": "6.2.1",
4
4
  "description": "Annotation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,26 +27,26 @@
27
27
  "sideEffects": false,
28
28
  "atlaskit:src": "src/index.ts",
29
29
  "dependencies": {
30
- "@atlaskit/adf-schema": "^51.2.0",
30
+ "@atlaskit/adf-schema": "^51.3.0",
31
31
  "@atlaskit/analytics-next": "^11.1.0",
32
- "@atlaskit/editor-plugin-analytics": "^6.1.0",
32
+ "@atlaskit/editor-plugin-analytics": "^6.2.0",
33
33
  "@atlaskit/editor-plugin-connectivity": "^6.0.0",
34
34
  "@atlaskit/editor-plugin-editor-viewmode-effects": "^6.0.0",
35
35
  "@atlaskit/editor-plugin-feature-flags": "^5.0.0",
36
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
36
+ "@atlaskit/editor-plugin-toolbar": "^3.3.0",
37
37
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
- "@atlaskit/editor-toolbar": "^0.15.0",
39
+ "@atlaskit/editor-toolbar": "^0.16.0",
40
40
  "@atlaskit/editor-toolbar-model": "^0.2.0",
41
41
  "@atlaskit/icon": "^28.5.0",
42
42
  "@atlaskit/onboarding": "^14.4.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
44
+ "@atlaskit/tmp-editor-statsig": "^13.18.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "react-intl-next": "npm:react-intl@^5.18.1"
47
47
  },
48
48
  "peerDependencies": {
49
- "@atlaskit/editor-common": "^110.10.0",
49
+ "@atlaskit/editor-common": "^110.16.0",
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0"
52
52
  },