@atlaskit/editor-core 227.0.8 → 227.0.9

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,25 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 227.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`df59babd59961`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/df59babd59961) -
8
+ Use registered Quick Insert items in both primary toolbar implementations when
9
+ `platform_editor_slash_command` is enabled, independently of the controls and AIFC experiments.
10
+ Share the registered menu model through an explicit editor-common subpath and use compact
11
+ presentation for typeahead and toolbar items.
12
+
13
+ Virtualize the toolbar menu, keep keyboard-selected items visible, and restore the bounded popup's
14
+ themed background and scrolling. Dismiss the popup on outside clicks and inset the search field
15
+ from its edges. When the experiment is enabled, ignore absent legacy Quick Insert handlers to
16
+ prevent suggestion crashes.
17
+
18
+ Provide persisted toolbar docking preferences in editor examples to support testing the primary
19
+ toolbar Insert menu.
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 227.0.8
4
24
 
5
25
  ### Patch Changes
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
8
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
9
- var version = exports.version = "227.0.7";
9
+ var version = exports.version = "227.0.8";
@@ -1,3 +1,3 @@
1
1
  export const name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export const version = "227.0.7";
3
+ export const version = "227.0.8";
@@ -1,3 +1,3 @@
1
1
  export var name = "@atlaskit/editor-core";
2
2
  // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
3
- export var version = "227.0.7";
3
+ export var version = "227.0.8";
@@ -13,6 +13,6 @@ export declare const executeExtensionQuickInsertItem: ({ apiRef, createAnalytics
13
13
  editorActions: EditorActions;
14
14
  insert: QuickInsertActionInsert;
15
15
  item: MenuItem;
16
- source?: INPUT_METHOD.TOOLBAR | INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.ELEMENT_BROWSER;
16
+ source?: INPUT_METHOD.TOOLBAR | INPUT_METHOD.INSERT_MENU | INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.ELEMENT_BROWSER;
17
17
  state: EditorState;
18
18
  }) => Transaction | false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "227.0.8",
3
+ "version": "227.0.9",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/editor-plugin-user-preferences": "^15.0.0",
54
54
  "@atlaskit/editor-plugins": "^16.1.0",
55
55
  "@atlaskit/editor-prosemirror": "^8.0.0",
56
- "@atlaskit/editor-shared-styles": "^4.1.0",
56
+ "@atlaskit/editor-shared-styles": "^4.2.0",
57
57
  "@atlaskit/editor-ssr-renderer": "^12.0.0",
58
58
  "@atlaskit/editor-toolbar": "^2.6.0",
59
59
  "@atlaskit/editor-toolbar-model": "^1.2.0",
@@ -71,10 +71,10 @@
71
71
  "@atlaskit/popup": "^6.3.0",
72
72
  "@atlaskit/primitives": "^22.5.0",
73
73
  "@atlaskit/react-compiler-gating": "^0.2.0",
74
- "@atlaskit/react-ufo": "^7.8.0",
74
+ "@atlaskit/react-ufo": "^7.9.0",
75
75
  "@atlaskit/task-decision": "^21.9.0",
76
- "@atlaskit/tmp-editor-statsig": "^185.0.0",
77
- "@atlaskit/tokens": "^16.11.0",
76
+ "@atlaskit/tmp-editor-statsig": "^186.0.0",
77
+ "@atlaskit/tokens": "^16.12.0",
78
78
  "@atlaskit/tooltip": "^24.3.0",
79
79
  "@atlaskit/width-detector": "^7.2.0",
80
80
  "@babel/runtime": "^7.0.0",
@@ -115,14 +115,14 @@
115
115
  "@atlaskit/editor-plugin-base": "^18.0.0",
116
116
  "@atlaskit/editor-plugin-card": "^23.0.0",
117
117
  "@atlaskit/editor-plugin-code-block-advanced": "^17.0.0",
118
- "@atlaskit/editor-plugin-collab-edit": "^18.0.0",
118
+ "@atlaskit/editor-plugin-collab-edit": "^18.1.0",
119
119
  "@atlaskit/editor-plugin-content-insertion": "^17.0.0",
120
120
  "@atlaskit/editor-plugin-editor-viewmode": "^19.0.0",
121
121
  "@atlaskit/editor-plugin-extension": "^20.0.0",
122
122
  "@atlaskit/editor-plugin-grid": "^17.0.0",
123
123
  "@atlaskit/editor-plugin-guideline": "^17.0.0",
124
124
  "@atlaskit/editor-plugin-highlight": "^17.0.0",
125
- "@atlaskit/editor-plugin-insert-block": "^18.0.0",
125
+ "@atlaskit/editor-plugin-insert-block": "^18.1.0",
126
126
  "@atlaskit/editor-plugin-layout": "^18.0.0",
127
127
  "@atlaskit/editor-plugin-limited-mode": "^14.1.0",
128
128
  "@atlaskit/editor-plugin-list": "^19.0.0",