@atlaskit/editor-plugin-highlight 1.7.0 → 1.7.2
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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-highlight
|
|
2
2
|
|
|
3
|
+
## 1.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.7.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#108295](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108295)
|
|
14
|
+
[`965a0e6c1088`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/965a0e6c1088) -
|
|
15
|
+
NO-ISSUE Condition adding primary toolbar plugin components based on their presence instead of on
|
|
16
|
+
the feature flag to avoid it not rendering in examples
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 1.7.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-highlight",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "Highlight plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
".": "./src/index.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@atlaskit/editor-common": "^
|
|
41
|
+
"@atlaskit/editor-common": "^82.1.0",
|
|
42
42
|
"@atlaskit/editor-palette": "1.6.0",
|
|
43
43
|
"@atlaskit/editor-plugin-analytics": "^1.2.0",
|
|
44
44
|
"@atlaskit/editor-plugin-background-color": "^1.1.0",
|
|
45
45
|
"@atlaskit/editor-plugin-primary-toolbar": "^1.1.0",
|
|
46
46
|
"@atlaskit/editor-plugin-text-formatting": "^1.7.0",
|
|
47
47
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
48
|
-
"@atlaskit/editor-shared-styles": "^2.
|
|
48
|
+
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
49
49
|
"@atlaskit/editor-tables": "^2.7.4",
|
|
50
50
|
"@atlaskit/icon": "^22.3.0",
|
|
51
|
-
"@atlaskit/primitives": "^
|
|
51
|
+
"@atlaskit/primitives": "^7.0.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1"
|
|
54
54
|
},
|