@atlaskit/tmp-editor-statsig 72.2.0 → 74.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,34 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 74.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ab837b5646256`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab837b5646256) -
8
+ [ux] EDITOR-6274 Clean up platform_editor_element_drag_and_drop_multiselect
9
+
10
+ ### Minor Changes
11
+
12
+ - [`1c1f0af056fcb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c1f0af056fcb) -
13
+ migrate react components from emotion to compiled for link, panel and layoutColumn
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 73.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - [`b3e797be9eed5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3e797be9eed5) -
24
+ Clean up platform_editor_floating_toolbar_button_aria_label experiment.
25
+ - Remove expValEquals gate in editor-plugin-floating-toolbar Toolbar.tsx, always pass
26
+ ariaLabel={item?.ariaLabel}
27
+ - Remove expValEquals gate in editor-plugin-ai floating-toolbar-button.tsx, always set ariaLabel
28
+ to formatted message
29
+ - Remove type definition and createBooleanExperiment config entry from tmp-editor-statsig
30
+ experiments-config.ts
31
+
3
32
  ## 72.2.0
4
33
 
5
34
  ### Minor Changes
@@ -388,14 +388,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
388
388
  param: 'isEnabled',
389
389
  defaultValue: false
390
390
  }),
391
- // Added 2025-01-13
392
- platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
393
- productKeys: {
394
- confluence: 'platform_editor_element_drag_and_drop_multiselect'
395
- },
396
- param: 'isEnabled',
397
- defaultValue: false
398
- }),
399
391
  // Added 2026-03-30
400
392
  platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
401
393
  productKeys: {
@@ -680,14 +672,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
680
672
  param: 'isEnabled',
681
673
  defaultValue: false
682
674
  }),
683
- // Added 2025-08-04
684
- platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
685
- productKeys: {
686
- confluence: 'platform_editor_floating_toolbar_button_aria_label'
687
- },
688
- param: 'isEnabled',
689
- defaultValue: false
690
- }),
691
675
  // Added 2025-07-31
692
676
  platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
693
677
  productKeys: {
@@ -1979,8 +1963,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1979
1963
  // Added 2026-04-10
1980
1964
  platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
1981
1965
  productKeys: {
1982
- confluence: 'platform_editor_static_css',
1983
- jira: 'platform_editor_static_css'
1966
+ confluence: 'platform_editor_renderer_static_css'
1967
+ },
1968
+ param: 'isEnabled',
1969
+ defaultValue: false
1970
+ }),
1971
+ // Added 2026-04-30
1972
+ platform_editor_renderer_static_css: (0, _experimentBuilders.createBooleanExperiment)({
1973
+ productKeys: {
1974
+ confluence: 'platform_editor_renderer_static_css'
1984
1975
  },
1985
1976
  param: 'isEnabled',
1986
1977
  defaultValue: false
@@ -382,14 +382,6 @@ export const editorExperimentsConfig = {
382
382
  param: 'isEnabled',
383
383
  defaultValue: false
384
384
  }),
385
- // Added 2025-01-13
386
- platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
387
- productKeys: {
388
- confluence: 'platform_editor_element_drag_and_drop_multiselect'
389
- },
390
- param: 'isEnabled',
391
- defaultValue: false
392
- }),
393
385
  // Added 2026-03-30
394
386
  platform_editor_editor_ssr_streaming: createBooleanExperiment({
395
387
  productKeys: {
@@ -674,14 +666,6 @@ export const editorExperimentsConfig = {
674
666
  param: 'isEnabled',
675
667
  defaultValue: false
676
668
  }),
677
- // Added 2025-08-04
678
- platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
679
- productKeys: {
680
- confluence: 'platform_editor_floating_toolbar_button_aria_label'
681
- },
682
- param: 'isEnabled',
683
- defaultValue: false
684
- }),
685
669
  // Added 2025-07-31
686
670
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
687
671
  productKeys: {
@@ -1973,8 +1957,15 @@ export const editorExperimentsConfig = {
1973
1957
  // Added 2026-04-10
1974
1958
  platform_editor_static_css: createBooleanExperiment({
1975
1959
  productKeys: {
1976
- confluence: 'platform_editor_static_css',
1977
- jira: 'platform_editor_static_css'
1960
+ confluence: 'platform_editor_renderer_static_css'
1961
+ },
1962
+ param: 'isEnabled',
1963
+ defaultValue: false
1964
+ }),
1965
+ // Added 2026-04-30
1966
+ platform_editor_renderer_static_css: createBooleanExperiment({
1967
+ productKeys: {
1968
+ confluence: 'platform_editor_renderer_static_css'
1978
1969
  },
1979
1970
  param: 'isEnabled',
1980
1971
  defaultValue: false
@@ -382,14 +382,6 @@ export var editorExperimentsConfig = {
382
382
  param: 'isEnabled',
383
383
  defaultValue: false
384
384
  }),
385
- // Added 2025-01-13
386
- platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
387
- productKeys: {
388
- confluence: 'platform_editor_element_drag_and_drop_multiselect'
389
- },
390
- param: 'isEnabled',
391
- defaultValue: false
392
- }),
393
385
  // Added 2026-03-30
394
386
  platform_editor_editor_ssr_streaming: createBooleanExperiment({
395
387
  productKeys: {
@@ -674,14 +666,6 @@ export var editorExperimentsConfig = {
674
666
  param: 'isEnabled',
675
667
  defaultValue: false
676
668
  }),
677
- // Added 2025-08-04
678
- platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
679
- productKeys: {
680
- confluence: 'platform_editor_floating_toolbar_button_aria_label'
681
- },
682
- param: 'isEnabled',
683
- defaultValue: false
684
- }),
685
669
  // Added 2025-07-31
686
670
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
687
671
  productKeys: {
@@ -1973,8 +1957,15 @@ export var editorExperimentsConfig = {
1973
1957
  // Added 2026-04-10
1974
1958
  platform_editor_static_css: createBooleanExperiment({
1975
1959
  productKeys: {
1976
- confluence: 'platform_editor_static_css',
1977
- jira: 'platform_editor_static_css'
1960
+ confluence: 'platform_editor_renderer_static_css'
1961
+ },
1962
+ param: 'isEnabled',
1963
+ defaultValue: false
1964
+ }),
1965
+ // Added 2026-04-30
1966
+ platform_editor_renderer_static_css: createBooleanExperiment({
1967
+ productKeys: {
1968
+ confluence: 'platform_editor_renderer_static_css'
1978
1969
  },
1979
1970
  param: 'isEnabled',
1980
1971
  defaultValue: false
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
- platform_editor_element_drag_and_drop_multiselect: {
401
- defaultValue: boolean;
402
- param: string;
403
- productKeys?: ProductKeys;
404
- typeGuard: IsBooleanType;
405
- };
406
400
  platform_editor_enable_single_player_step_merging: {
407
401
  defaultValue: boolean;
408
402
  param: string;
@@ -451,12 +445,6 @@ export declare const editorExperimentsConfig: {
451
445
  productKeys?: ProductKeys;
452
446
  typeGuard: IsBooleanType;
453
447
  };
454
- platform_editor_floating_toolbar_button_aria_label: {
455
- defaultValue: boolean;
456
- param: string;
457
- productKeys?: ProductKeys;
458
- typeGuard: IsBooleanType;
459
- };
460
448
  platform_editor_inline_card_dispatch_guard: {
461
449
  defaultValue: boolean;
462
450
  param: string;
@@ -1422,6 +1410,12 @@ export declare const editorExperimentsConfig: {
1422
1410
  productKeys?: ProductKeys;
1423
1411
  typeGuard: IsBooleanType;
1424
1412
  };
1413
+ platform_editor_renderer_static_css: {
1414
+ defaultValue: boolean;
1415
+ param: string;
1416
+ productKeys?: ProductKeys;
1417
+ typeGuard: IsBooleanType;
1418
+ };
1425
1419
  platform_editor_ai_no_stream_skip_pacer: {
1426
1420
  defaultValue: boolean;
1427
1421
  param: string;
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
- platform_editor_element_drag_and_drop_multiselect: {
401
- defaultValue: boolean;
402
- param: string;
403
- productKeys?: ProductKeys;
404
- typeGuard: IsBooleanType;
405
- };
406
400
  platform_editor_enable_single_player_step_merging: {
407
401
  defaultValue: boolean;
408
402
  param: string;
@@ -451,12 +445,6 @@ export declare const editorExperimentsConfig: {
451
445
  productKeys?: ProductKeys;
452
446
  typeGuard: IsBooleanType;
453
447
  };
454
- platform_editor_floating_toolbar_button_aria_label: {
455
- defaultValue: boolean;
456
- param: string;
457
- productKeys?: ProductKeys;
458
- typeGuard: IsBooleanType;
459
- };
460
448
  platform_editor_inline_card_dispatch_guard: {
461
449
  defaultValue: boolean;
462
450
  param: string;
@@ -1422,6 +1410,12 @@ export declare const editorExperimentsConfig: {
1422
1410
  productKeys?: ProductKeys;
1423
1411
  typeGuard: IsBooleanType;
1424
1412
  };
1413
+ platform_editor_renderer_static_css: {
1414
+ defaultValue: boolean;
1415
+ param: string;
1416
+ productKeys?: ProductKeys;
1417
+ typeGuard: IsBooleanType;
1418
+ };
1425
1419
  platform_editor_ai_no_stream_skip_pacer: {
1426
1420
  defaultValue: boolean;
1427
1421
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "72.2.0",
3
+ "version": "74.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.17.0",
37
+ "@atlaskit/react-ufo": "^5.18.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {