@atlaskit/editor-plugin-annotation 6.1.9 → 6.2.0

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 +11 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/editor-plugin-annotation
2
2
 
3
+ ## 6.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5167552fe1a93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5167552fe1a93) -
8
+ [EDITOR-2339] Bump @atlaskit/adf-schema to 51.3.0
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 6.1.9
4
15
 
5
16
  ### Patch Changes
@@ -161,7 +172,6 @@
161
172
 
162
173
  - [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
163
174
  Cleanup platform_editor_usesharedpluginstatewithselector experiment
164
-
165
175
  - BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
166
176
 
167
177
  - Updated dependencies
@@ -265,7 +275,6 @@
265
275
 
266
276
  - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
267
277
  [ux] [ED-28960] Finish full page primary toolbar migration
268
-
269
278
  - Align with design update (separator, gap, height, icon size)
270
279
  - Add keyboard shortcut to focus toolbar and arrow key navigation
271
280
  - Address accessibility
@@ -317,7 +326,6 @@
317
326
 
318
327
  - [`3145f278b1f7a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3145f278b1f7a) -
319
328
  [ux] [ED-28473] minor UI updates for editor-toolbar
320
-
321
329
  - Use ADS ButtonGroup for ToolbarButtonGroup
322
330
  - Remove groupLocation prop and use CSS instead
323
331
  - Use DropdownItemGroup for ToolbarDropdownItemSection and expand props for section separator and
@@ -464,7 +472,6 @@
464
472
  shared context or singletons.
465
473
 
466
474
  **HOW TO ADJUST:**
467
-
468
475
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
469
476
  any of these editor plugins.
470
477
  - Ensure the version you install matches the version required by the plugins.
@@ -1505,7 +1512,6 @@
1505
1512
  Split out side-effects from viewmode plugin to seperate plugin to reduce cyclical dependency risk
1506
1513
 
1507
1514
  # WHAT
1508
-
1509
1515
  - Remove `createFilterStepsPlugin` from the editorViewMode Plugin and is implemented in
1510
1516
  editorViewModeEffects instead.
1511
1517
  - Remove `appendTransaction` from the editorViewMode plugin and add as a new PMPlugin in
@@ -1525,7 +1531,6 @@
1525
1531
 
1526
1532
  All incompatibilities should be addressed within this changeset, however for the sake of
1527
1533
  completeness:
1528
-
1529
1534
  - `editor-plugin-editor-viewmode-effects` must be added to any preset that relies on the viewmode
1530
1535
  filter steps plugin for viewmode annotations. Currently this seems to only be the confluence
1531
1536
  editor itself.
@@ -1884,7 +1889,6 @@
1884
1889
  [ux] - Add decoration to media node when there is active draft comment associated, update plugin
1885
1890
  state mapping so that create view component is removed when there's node changes invalidating the
1886
1891
  decoration
1887
-
1888
1892
  - Save featureFlags plugin state as one of the annotation plugin state
1889
1893
 
1890
1894
  ## 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.0",
4
4
  "description": "Annotation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -27,13 +27,13 @@
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
39
  "@atlaskit/editor-toolbar": "^0.15.0",
@@ -41,12 +41,12 @@
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.13.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.14.0",
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0"
52
52
  },