@atlaskit/editor-core 207.21.0 → 207.21.1
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
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 207.21.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#171615](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171615)
|
|
8
|
+
[`d4542dcef1f93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d4542dcef1f93) -
|
|
9
|
+
[ux] [ED-28254] this change is adding case matching to Find with status nodes behind the
|
|
10
|
+
platform_editor_find_and_replace_part_2 flag
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
3
13
|
## 207.21.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "207.
|
|
2
|
+
export const version = "207.21.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "207.
|
|
2
|
+
export var version = "207.21.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "207.21.
|
|
3
|
+
"version": "207.21.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -549,6 +549,9 @@
|
|
|
549
549
|
"platform_editor_find_and_replace_1": {
|
|
550
550
|
"type": "boolean"
|
|
551
551
|
},
|
|
552
|
+
"platform_editor_find_and_replace_part_2": {
|
|
553
|
+
"type": "boolean"
|
|
554
|
+
},
|
|
552
555
|
"editor_a11y_aria_label_removal_popup": {
|
|
553
556
|
"type": "boolean",
|
|
554
557
|
"referenceOnly": true
|