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

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 +6 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-selection-marker
2
2
 
3
+ ## 6.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.2.2
4
10
 
5
11
  ### Patch Changes
@@ -181,7 +187,6 @@
181
187
  shared context or singletons.
182
188
 
183
189
  **HOW TO ADJUST:**
184
-
185
190
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
186
191
  any of these editor plugins.
187
192
  - Ensure the version you install matches the version required by the plugins.
@@ -493,7 +498,6 @@
493
498
  - [#155853](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155853)
494
499
  [`0fab892fc92df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fab892fc92df) -
495
500
  [HOT-112603] Reduce React 18 memory leak on Selection Marker
496
-
497
501
  - Replacing react components for native HTML elements for Decorations
498
502
  - Reducing the amount of new decorations being created by using `DecorationSet.map`
499
503
 
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.3",
4
4
  "description": "Selection marker plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,14 +38,14 @@
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
39
  "@atlaskit/primitives": "^15.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.13.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },