@atlaskit/editor-core 215.13.8 → 215.13.10

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,19 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 215.13.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a21ace8d15c80`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a21ace8d15c80) -
8
+ [ux] Removing a feature gate that was introduced to improve the find and replace experience
9
+ - Updated dependencies
10
+
11
+ ## 215.13.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 215.13.8
4
18
 
5
19
  ### 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 = "215.13.7";
8
+ var version = exports.version = "0.0.0-development";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "215.13.7";
2
+ export const version = "0.0.0-development";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "215.13.7";
2
+ export var version = "0.0.0-development";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "215.13.8",
3
+ "version": "215.13.10",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/analytics-next": "^11.1.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^23.6.0",
48
- "@atlaskit/css": "^0.15.0",
48
+ "@atlaskit/css": "^0.16.0",
49
49
  "@atlaskit/editor-json-transformer": "^8.31.0",
50
50
  "@atlaskit/editor-performance-metrics": "^2.1.0",
51
51
  "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
@@ -64,9 +64,9 @@
64
64
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
65
65
  "@atlaskit/react-ufo": "^4.15.0",
66
66
  "@atlaskit/task-decision": "^19.2.0",
67
- "@atlaskit/tmp-editor-statsig": "^13.38.0",
68
- "@atlaskit/tokens": "^8.0.0",
69
- "@atlaskit/tooltip": "^20.9.0",
67
+ "@atlaskit/tmp-editor-statsig": "^13.40.0",
68
+ "@atlaskit/tokens": "^8.2.0",
69
+ "@atlaskit/tooltip": "^20.10.0",
70
70
  "@atlaskit/width-detector": "^5.0.0",
71
71
  "@babel/runtime": "^7.0.0",
72
72
  "@emotion/react": "^11.7.1",
@@ -81,7 +81,7 @@
81
81
  "uuid": "^3.1.0"
82
82
  },
83
83
  "peerDependencies": {
84
- "@atlaskit/editor-common": "^110.32.0",
84
+ "@atlaskit/editor-common": "^110.33.0",
85
85
  "@atlaskit/link-provider": "^4.0.0",
86
86
  "@atlaskit/media-core": "^37.0.0",
87
87
  "react": "^18.2.0",
@@ -104,10 +104,10 @@
104
104
  "@atlaskit/media-integration-test-helpers": "workspace:^",
105
105
  "@atlaskit/media-test-helpers": "^39.0.0",
106
106
  "@atlaskit/modal-dialog": "^14.7.0",
107
- "@atlaskit/primitives": "^16.1.0",
108
- "@atlaskit/renderer": "^124.15.0",
107
+ "@atlaskit/primitives": "^16.2.0",
108
+ "@atlaskit/renderer": "^124.16.0",
109
109
  "@atlaskit/section-message": "^8.9.0",
110
- "@atlaskit/smart-card": "^43.7.0",
110
+ "@atlaskit/smart-card": "^43.9.0",
111
111
  "@atlaskit/synchrony-test-helpers": "workspace:^",
112
112
  "@atlaskit/toggle": "^15.1.0",
113
113
  "@atlaskit/util-data-test": "^18.3.0",
@@ -217,10 +217,6 @@
217
217
  "type": "boolean",
218
218
  "referenceOnly": true
219
219
  },
220
- "editor_a11y_refactor_find_replace_style": {
221
- "type": "boolean",
222
- "referenceOnly": true
223
- },
224
220
  "platform_editor_disable_context_panel_animation": {
225
221
  "type": "boolean",
226
222
  "referenceOnly": true