@atlaskit/tmp-editor-statsig 85.0.0 → 86.0.0

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 86.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d2be5b45b39b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d2be5b45b39b0) -
8
+ Add Smart Link-aware paste actions for the paste actions menu V2 experiment.
9
+
3
10
  ## 85.0.0
4
11
 
5
12
  ### Major Changes
@@ -408,14 +408,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
408
408
  param: 'isEnabled',
409
409
  defaultValue: false
410
410
  }),
411
- // Added 2026-05-22
412
- confluence_editor_paste_3p_link_actions_menu: (0, _experimentBuilders.createBooleanExperiment)({
413
- productKeys: {
414
- confluence: 'confluence_editor_paste_3p_link_actions_menu'
415
- },
416
- param: 'isEnabled',
417
- defaultValue: false
418
- }),
419
411
  // Added 2024-12-05
420
412
  platform_editor_blockquote_in_text_formatting_menu: (0, _experimentBuilders.createBooleanExperiment)({
421
413
  productKeys: {
@@ -402,14 +402,6 @@ export const editorExperimentsConfig = {
402
402
  param: 'isEnabled',
403
403
  defaultValue: false
404
404
  }),
405
- // Added 2026-05-22
406
- confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
407
- productKeys: {
408
- confluence: 'confluence_editor_paste_3p_link_actions_menu'
409
- },
410
- param: 'isEnabled',
411
- defaultValue: false
412
- }),
413
405
  // Added 2024-12-05
414
406
  platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
415
407
  productKeys: {
@@ -402,14 +402,6 @@ export var editorExperimentsConfig = {
402
402
  param: 'isEnabled',
403
403
  defaultValue: false
404
404
  }),
405
- // Added 2026-05-22
406
- confluence_editor_paste_3p_link_actions_menu: createBooleanExperiment({
407
- productKeys: {
408
- confluence: 'confluence_editor_paste_3p_link_actions_menu'
409
- },
410
- param: 'isEnabled',
411
- defaultValue: false
412
- }),
413
405
  // Added 2024-12-05
414
406
  platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
415
407
  productKeys: {
@@ -245,12 +245,6 @@ export declare const editorExperimentsConfig: {
245
245
  productKeys?: ProductKeys;
246
246
  typeGuard: IsBooleanType;
247
247
  };
248
- confluence_editor_paste_3p_link_actions_menu: {
249
- defaultValue: boolean;
250
- param: string;
251
- productKeys?: ProductKeys;
252
- typeGuard: IsBooleanType;
253
- };
254
248
  editor_tinymce_full_width_mode: {
255
249
  defaultValue: boolean;
256
250
  param: string;
@@ -245,12 +245,6 @@ export declare const editorExperimentsConfig: {
245
245
  productKeys?: ProductKeys;
246
246
  typeGuard: IsBooleanType;
247
247
  };
248
- confluence_editor_paste_3p_link_actions_menu: {
249
- defaultValue: boolean;
250
- param: string;
251
- productKeys?: ProductKeys;
252
- typeGuard: IsBooleanType;
253
- };
254
248
  editor_tinymce_full_width_mode: {
255
249
  defaultValue: boolean;
256
250
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "85.0.0",
3
+ "version": "86.0.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/react-ufo": "^6.2.0",
38
+ "@atlaskit/react-ufo": "^6.6.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "platform-feature-flags": {