@atlaskit/editor-core 197.13.1 → 197.13.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,23 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 197.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#146025](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146025)
8
+ [`03eae90c614d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/03eae90c614d1) -
9
+ Remove platform.editor.live-view.disable-editing-in-view-mode_fi1rx feature flag
10
+ - Updated dependencies
11
+
12
+ ## 197.13.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#145765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145765)
17
+ [`eded181672815`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eded181672815) -
18
+ [ED-23481] Clean up `platform.editor.mentions-in-editor-popup-on-click`
19
+ - Updated dependencies
20
+
3
21
  ## 197.13.1
4
22
 
5
23
  ### 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 = "197.13.1";
8
+ var version = exports.version = "197.13.3";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "197.13.1";
2
+ export const version = "197.13.3";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "197.13.1";
2
+ export var version = "197.13.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "197.13.1",
3
+ "version": "197.13.3",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,8 +45,8 @@
45
45
  "@atlaskit/button": "^20.2.0",
46
46
  "@atlaskit/editor-common": "^91.1.0",
47
47
  "@atlaskit/editor-json-transformer": "^8.18.0",
48
- "@atlaskit/editor-plugin-quick-insert": "1.4.2",
49
- "@atlaskit/editor-plugins": "^5.3.0",
48
+ "@atlaskit/editor-plugin-quick-insert": "1.4.3",
49
+ "@atlaskit/editor-plugins": "^5.4.0",
50
50
  "@atlaskit/editor-prosemirror": "6.0.0",
51
51
  "@atlaskit/editor-shared-styles": "^3.0.0",
52
52
  "@atlaskit/emoji": "^67.8.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/task-decision": "^17.11.0",
58
58
  "@atlaskit/tmp-editor-statsig": "*",
59
- "@atlaskit/tokens": "^1.61.0",
59
+ "@atlaskit/tokens": "^2.0.0",
60
60
  "@atlaskit/tooltip": "^18.7.0",
61
61
  "@atlaskit/width-detector": "^4.3.0",
62
62
  "@babel/runtime": "^7.0.0",
@@ -79,7 +79,7 @@
79
79
  "react-intl-next": "npm:react-intl@^5.18.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@af/editor-examples-helpers": "0.3.13",
82
+ "@af/editor-examples-helpers": "0.3.14",
83
83
  "@af/editor-libra": "*",
84
84
  "@af/visual-regression": "*",
85
85
  "@atlaskit/adf-utils": "^19.8.0",
@@ -204,17 +204,9 @@
204
204
  "type": "boolean",
205
205
  "referenceOnly": "true"
206
206
  },
207
- "platform.editor.live-view.disable-editing-in-view-mode_fi1rx": {
208
- "type": "boolean",
209
- "referenceOnly": "true"
210
- },
211
207
  "platform.confluence.frontend.narrow-full-page-editor-toolbar": {
212
208
  "type": "boolean"
213
209
  },
214
- "platform.editor.mentions-in-editor-popup-on-click": {
215
- "type": "boolean",
216
- "referenceOnly": "true"
217
- },
218
210
  "platform.editor.core.increase-full-page-guttering": {
219
211
  "type": "boolean"
220
212
  },