@atlaskit/editor-plugin-highlight 1.10.1 → 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.
- package/CHANGELOG.md +11 -0
- package/package.json +13 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
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
|
+
|
|
3
14
|
## 1.10.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "1.
|
|
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,12 +38,12 @@
|
|
|
38
38
|
".": "./src/index.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@atlaskit/editor-common": "^83.
|
|
41
|
+
"@atlaskit/editor-common": "^83.4.0",
|
|
42
42
|
"@atlaskit/editor-palette": "1.6.0",
|
|
43
|
-
"@atlaskit/editor-plugin-analytics": "^1.
|
|
44
|
-
"@atlaskit/editor-plugin-background-color": "^1.
|
|
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.
|
|
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",
|
|
@@ -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
|
}
|