@atlaskit/editor-core 193.27.8 → 193.27.17

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,27 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 193.27.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#105724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105724)
8
+ [`d31b1d6bce097`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d31b1d6bce097) -
9
+ [ux] [ED-23466] Don't show view-mode telepointers to other live-mode users
10
+ - Updated dependencies
11
+
12
+ ## 193.27.14
13
+
14
+ ### Patch Changes
15
+
16
+ - [#111892](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111892)
17
+ [`f95eaf80a5a47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f95eaf80a5a47) -
18
+ ED-23476 Migrates UFO logging to editor-examples-helpers
19
+ - [#112947](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112947)
20
+ [`ec865ff1780db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ec865ff1780db) -
21
+ [ux] [ED-23760] Refactor Editor Highlight toolbar button to facilitate reuse and add a (currently
22
+ unused) Floating toolbar button
23
+ - Updated dependencies
24
+
3
25
  ## 193.27.8
4
26
 
5
27
  ### Patch Changes
@@ -2295,8 +2317,7 @@
2295
2317
 
2296
2318
  - [#57786](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57786)
2297
2319
  [`632207571c08`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/632207571c08) -
2298
- [NO ISSUE] Reduce Editor re-renderers with proper memonization (behind flag
2299
- platform.editor.less-editor-props-rerendering)'
2320
+ [NO ISSUE] Reduce Editor re-renderers with proper memonization (behind flag platform.editor.less-editor-props-rerendering)'
2300
2321
  - [#56858](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56858)
2301
2322
  [`ae1466a4a6ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae1466a4a6ab) -
2302
2323
  Extract clear marks on empty doc plugin from editor-core to new plugin.
@@ -73,9 +73,6 @@
73
73
  {
74
74
  "path": "../../../design-system/tooltip/afm-cc/tsconfig.json"
75
75
  },
76
- {
77
- "path": "../../../data/ufo-external/afm-cc/tsconfig.json"
78
- },
79
76
  {
80
77
  "path": "../../../design-system/width-detector/afm-cc/tsconfig.json"
81
78
  },
package/dist/cjs/index.js CHANGED
@@ -166,7 +166,6 @@ Object.defineProperty(exports, "version", {
166
166
  return _versionWrapper.version;
167
167
  }
168
168
  });
169
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
170
169
  var _versionWrapper = require("./version-wrapper");
171
170
  var _editor = _interopRequireDefault(require("./editor"));
172
171
  var _EditorContext = _interopRequireDefault(require("./ui/EditorContext"));
@@ -184,49 +183,4 @@ var _analytics = require("@atlaskit/editor-common/analytics");
184
183
  var _utils = require("./utils");
185
184
  var _actions = _interopRequireDefault(require("./actions"));
186
185
  var _portalProvider = require("@atlaskit/editor-common/portal-provider");
187
- var _ContentStyles = require("./ui/ContentStyles");
188
- // [ED-22843] use FF in editor-core for sake of example
189
-
190
- // Used in products integration code
191
-
192
- /**
193
- * @deprecated
194
- * DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
195
- * This is here while we work to extract the annotation plugin.
196
- * Please use the export from `@atlaskit/editor-common/annotation`.
197
- */
198
-
199
- /**
200
- * @deprecated
201
- * DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
202
- * This is here while we work to extract the annotation plugin.
203
- * Please use the export from `@atlaskit/editor-plugins/annotation`.
204
- */
205
-
206
- // Used in mobile bridge
207
-
208
- // Used in editor-test-helpers and mobile bridge
209
-
210
- // Re-export from provider factory to not cause a breaking change
211
-
212
- /**
213
- * @deprecated
214
- * DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
215
- * This is here while we work to extract the media plugin.
216
- * Please use the export from `@atlaskit/editor-common/provider-factory`.
217
- */
218
-
219
- /**
220
- * @deprecated
221
- * DO NOT USE THIS WILL BE REMOVED SOON AND IS UNSAFE.
222
- * This is here while we work to extract the media plugin.
223
- * Please use the export from `@atlaskit/editor-plugins/media/types`.
224
- */
225
-
226
- // [ED-22843] use FF in editor-core for sake of example
227
- // @ts-expect-error function is not being used
228
- var ignoreFunction = function ignoreFunction() {
229
- // eslint-disable-next-line @atlaskit/platform/no-invalid-feature-flag-usage, @atlaskit/platform/ensure-feature-flag-prefix
230
- (0, _platformFeatureFlags.getBooleanFF)('__live-view-toggle');
231
- return;
232
- };
186
+ var _ContentStyles = require("./ui/ContentStyles");
@@ -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 = "193.27.8";
8
+ var version = exports.version = "193.27.17";
@@ -1,6 +1,3 @@
1
- // [ED-22843] use FF in editor-core for sake of example
2
- import { getBooleanFF } from '@atlaskit/platform-feature-flags';
3
-
4
1
  // Used in products integration code
5
2
  export { name, version } from './version-wrapper';
6
3
  export { default as Editor } from './editor';
@@ -53,11 +50,4 @@ export { PortalProvider, LegacyPortalProviderAPI, PortalRenderer } from '@atlask
53
50
  * Please use the export from `@atlaskit/editor-plugins/media/types`.
54
51
  */
55
52
 
56
- // [ED-22843] use FF in editor-core for sake of example
57
- // @ts-expect-error function is not being used
58
- const ignoreFunction = () => {
59
- // eslint-disable-next-line @atlaskit/platform/no-invalid-feature-flag-usage, @atlaskit/platform/ensure-feature-flag-prefix
60
- getBooleanFF('__live-view-toggle');
61
- return;
62
- };
63
53
  export { createEditorContentStyle } from './ui/ContentStyles';
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "193.27.8";
2
+ export const version = "193.27.17";
package/dist/esm/index.js CHANGED
@@ -1,6 +1,3 @@
1
- // [ED-22843] use FF in editor-core for sake of example
2
- import { getBooleanFF } from '@atlaskit/platform-feature-flags';
3
-
4
1
  // Used in products integration code
5
2
  export { name, version } from './version-wrapper';
6
3
  export { default as Editor } from './editor';
@@ -53,11 +50,4 @@ export { PortalProvider, LegacyPortalProviderAPI, PortalRenderer } from '@atlask
53
50
  * Please use the export from `@atlaskit/editor-plugins/media/types`.
54
51
  */
55
52
 
56
- // [ED-22843] use FF in editor-core for sake of example
57
- // @ts-expect-error function is not being used
58
- var ignoreFunction = function ignoreFunction() {
59
- // eslint-disable-next-line @atlaskit/platform/no-invalid-feature-flag-usage, @atlaskit/platform/ensure-feature-flag-prefix
60
- getBooleanFF('__live-view-toggle');
61
- return;
62
- };
63
53
  export { createEditorContentStyle } from './ui/ContentStyles';
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "193.27.8";
2
+ export var version = "193.27.17";