@atlaskit/editor-plugin-highlight 1.10.0 → 1.11.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 +17 -0
  2. package/package.json +15 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-plugin-highlight
2
2
 
3
+ ## 1.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`955949c077d4f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/955949c077d4f) -
8
+ [ux] [ED-23627] Text highlighting UI review
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 1.10.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 1.10.0
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-highlight",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Highlight plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,18 +38,18 @@
38
38
  ".": "./src/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/editor-common": "^83.0.0",
41
+ "@atlaskit/editor-common": "^83.4.0",
42
42
  "@atlaskit/editor-palette": "1.6.0",
43
- "@atlaskit/editor-plugin-analytics": "^1.3.0",
44
- "@atlaskit/editor-plugin-background-color": "^1.2.0",
43
+ "@atlaskit/editor-plugin-analytics": "^1.4.0",
44
+ "@atlaskit/editor-plugin-background-color": "^1.3.0",
45
45
  "@atlaskit/editor-plugin-primary-toolbar": "^1.1.0",
46
- "@atlaskit/editor-plugin-text-formatting": "^1.8.0",
46
+ "@atlaskit/editor-plugin-text-formatting": "^1.9.0",
47
47
  "@atlaskit/editor-prosemirror": "4.0.1",
48
48
  "@atlaskit/editor-shared-styles": "^2.12.0",
49
49
  "@atlaskit/editor-tables": "^2.7.4",
50
- "@atlaskit/icon": "^22.4.0",
50
+ "@atlaskit/icon": "^22.5.0",
51
51
  "@atlaskit/platform-feature-flags": "^0.2.0",
52
- "@atlaskit/primitives": "^8.2.0",
52
+ "@atlaskit/primitives": "^9.0.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"
55
55
  },
@@ -113,6 +113,14 @@
113
113
  },
114
114
  "platform.editor.enable-selection-toolbar_ucdwd": {
115
115
  "type": "boolean"
116
+ },
117
+ "platform.editor.allow-inline-comments-for-inline-nodes-round-2_ctuxz": {
118
+ "type": "boolean",
119
+ "referenceOnly": "true"
120
+ },
121
+ "platform.editor.review-text-highlighting-styling": {
122
+ "type": "boolean",
123
+ "referenceOnly": "true"
116
124
  }
117
125
  }
118
126
  }