@atlaskit/editor-plugin-selection-marker 6.2.2 → 6.2.4

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 +12 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-selection-marker
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.2.2
4
16
 
5
17
  ### Patch Changes
@@ -181,7 +193,6 @@
181
193
  shared context or singletons.
182
194
 
183
195
  **HOW TO ADJUST:**
184
-
185
196
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
186
197
  any of these editor plugins.
187
198
  - Ensure the version you install matches the version required by the plugins.
@@ -493,7 +504,6 @@
493
504
  - [#155853](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155853)
494
505
  [`0fab892fc92df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fab892fc92df) -
495
506
  [HOT-112603] Reduce React 18 memory leak on Selection Marker
496
-
497
507
  - Replacing react components for native HTML elements for Decorations
498
508
  - Reducing the amount of new decorations being created by using `DecorationSet.map`
499
509
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-marker",
3
- "version": "6.2.2",
3
+ "version": "6.2.4",
4
4
  "description": "Selection marker plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,20 +32,20 @@
32
32
  "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
33
33
  "@atlaskit/editor-plugin-focus": "^5.0.0",
34
34
  "@atlaskit/editor-plugin-toolbar": "^3.3.0",
35
- "@atlaskit/editor-plugin-type-ahead": "^6.4.0",
35
+ "@atlaskit/editor-plugin-type-ahead": "^6.5.0",
36
36
  "@atlaskit/editor-prosemirror": "7.0.0",
37
37
  "@atlaskit/link": "^3.2.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
- "@atlaskit/primitives": "^15.0.0",
39
+ "@atlaskit/primitives": "^16.0.0",
40
40
  "@atlaskit/theme": "^21.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^13.10.0",
42
- "@atlaskit/tokens": "^6.5.0",
41
+ "@atlaskit/tmp-editor-statsig": "^13.13.0",
42
+ "@atlaskit/tokens": "^7.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "lodash": "^4.17.21"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^110.12.0",
48
+ "@atlaskit/editor-common": "^110.14.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },