@atlaskit/tmp-editor-statsig 84.4.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,19 @@
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
+
10
+ ## 85.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`b0378b1a1762f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0378b1a1762f) -
15
+ Cleanup platform_sl_fix_cache_unresolved
16
+
3
17
  ## 84.4.0
4
18
 
5
19
  ### Minor 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: {
@@ -2135,14 +2127,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2135
2127
  param: 'isEnabled',
2136
2128
  defaultValue: false
2137
2129
  }),
2138
- // Added 2026-04-27
2139
- platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
2140
- productKeys: {
2141
- confluence: 'platform_sl_fix_cache_unresolved'
2142
- },
2143
- param: 'isEnabled',
2144
- defaultValue: false
2145
- }),
2146
2130
  // Added 2026-04-30
2147
2131
  confluence_fe_disable_comment_if_offline_fix: (0, _experimentBuilders.createBooleanExperiment)({
2148
2132
  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: {
@@ -2129,14 +2121,6 @@ export const editorExperimentsConfig = {
2129
2121
  param: 'isEnabled',
2130
2122
  defaultValue: false
2131
2123
  }),
2132
- // Added 2026-04-27
2133
- platform_sl_fix_cache_unresolved: createBooleanExperiment({
2134
- productKeys: {
2135
- confluence: 'platform_sl_fix_cache_unresolved'
2136
- },
2137
- param: 'isEnabled',
2138
- defaultValue: false
2139
- }),
2140
2124
  // Added 2026-04-30
2141
2125
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
2142
2126
  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: {
@@ -2129,14 +2121,6 @@ export var editorExperimentsConfig = {
2129
2121
  param: 'isEnabled',
2130
2122
  defaultValue: false
2131
2123
  }),
2132
- // Added 2026-04-27
2133
- platform_sl_fix_cache_unresolved: createBooleanExperiment({
2134
- productKeys: {
2135
- confluence: 'platform_sl_fix_cache_unresolved'
2136
- },
2137
- param: 'isEnabled',
2138
- defaultValue: false
2139
- }),
2140
2124
  // Added 2026-04-30
2141
2125
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
2142
2126
  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;
@@ -1573,12 +1567,6 @@ export declare const editorExperimentsConfig: {
1573
1567
  productKeys?: ProductKeys;
1574
1568
  typeGuard: IsBooleanType;
1575
1569
  };
1576
- platform_sl_fix_cache_unresolved: {
1577
- defaultValue: boolean;
1578
- param: string;
1579
- productKeys?: ProductKeys;
1580
- typeGuard: IsBooleanType;
1581
- };
1582
1570
  confluence_fe_disable_comment_if_offline_fix: {
1583
1571
  defaultValue: boolean;
1584
1572
  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;
@@ -1573,12 +1567,6 @@ export declare const editorExperimentsConfig: {
1573
1567
  productKeys?: ProductKeys;
1574
1568
  typeGuard: IsBooleanType;
1575
1569
  };
1576
- platform_sl_fix_cache_unresolved: {
1577
- defaultValue: boolean;
1578
- param: string;
1579
- productKeys?: ProductKeys;
1580
- typeGuard: IsBooleanType;
1581
- };
1582
1570
  confluence_fe_disable_comment_if_offline_fix: {
1583
1571
  defaultValue: boolean;
1584
1572
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "84.4.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": {