@atlaskit/editor-plugin-selection-marker 6.2.1 → 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 +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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 6.2.1
4
16
 
5
17
  ### Patch Changes
@@ -175,7 +187,6 @@
175
187
  shared context or singletons.
176
188
 
177
189
  **HOW TO ADJUST:**
178
-
179
190
  - Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
180
191
  any of these editor plugins.
181
192
  - Ensure the version you install matches the version required by the plugins.
@@ -487,7 +498,6 @@
487
498
  - [#155853](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155853)
488
499
  [`0fab892fc92df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fab892fc92df) -
489
500
  [HOT-112603] Reduce React 18 memory leak on Selection Marker
490
-
491
501
  - Replacing react components for native HTML elements for Decorations
492
502
  - Reducing the amount of new decorations being created by using `DecorationSet.map`
493
503
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-marker",
3
- "version": "6.2.1",
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",
@@ -31,21 +31,21 @@
31
31
  "@atlaskit/editor-plugin-decorations": "^6.1.0",
32
32
  "@atlaskit/editor-plugin-editor-disabled": "^6.1.0",
33
33
  "@atlaskit/editor-plugin-focus": "^5.0.0",
34
- "@atlaskit/editor-plugin-toolbar": "^3.2.0",
34
+ "@atlaskit/editor-plugin-toolbar": "^3.3.0",
35
35
  "@atlaskit/editor-plugin-type-ahead": "^6.4.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": "^14.15.0",
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.4.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.11.0",
48
+ "@atlaskit/editor-common": "^110.13.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },