@atlaskit/editor-core 208.3.2 → 208.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 208.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#176094](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176094)
8
+ [`09e338a3d7dab`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/09e338a3d7dab) -
9
+ [ED-28357] move find&replace work from behind feature gates to the new experiment
10
+ platform_editor_find_and_replace_improvements
11
+ - Updated dependencies
12
+
3
13
  ## 208.3.2
4
14
 
5
15
  ### Patch Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "208.3.1";
8
+ var version = exports.version = "208.3.2";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "208.3.1";
2
+ export const version = "208.3.2";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "208.3.1";
2
+ export var version = "208.3.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "208.3.2",
3
+ "version": "208.3.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -63,7 +63,7 @@
63
63
  "@atlaskit/platform-feature-flags-react": "^0.2.0",
64
64
  "@atlaskit/react-ufo": "^3.13.0",
65
65
  "@atlaskit/task-decision": "^19.2.0",
66
- "@atlaskit/tmp-editor-statsig": "^8.1.0",
66
+ "@atlaskit/tmp-editor-statsig": "^8.2.0",
67
67
  "@atlaskit/tokens": "^5.4.0",
68
68
  "@atlaskit/tooltip": "^20.3.0",
69
69
  "@atlaskit/width-detector": "^5.0.0",
@@ -217,10 +217,6 @@
217
217
  "type": "boolean",
218
218
  "referenceOnly": true
219
219
  },
220
- "platform_editor_table_initial_load_fix": {
221
- "type": "boolean",
222
- "referenceOnly": true
223
- },
224
220
  "editor_load_conf_collab_docs_without_checks": {
225
221
  "type": "boolean"
226
222
  },
@@ -529,12 +525,6 @@
529
525
  "type": "boolean",
530
526
  "referenceOnly": true
531
527
  },
532
- "platform_editor_find_and_replace_1": {
533
- "type": "boolean"
534
- },
535
- "platform_editor_find_and_replace_part_2": {
536
- "type": "boolean"
537
- },
538
528
  "editor_a11y_aria_label_removal_popup": {
539
529
  "type": "boolean",
540
530
  "referenceOnly": true