@atlaskit/tmp-editor-statsig 80.2.0 → 81.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,24 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 81.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c61ad86da2b49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c61ad86da2b49) -
8
+ Clean up `platform_editor_remove_grid_init_reflow` experiment.
9
+ - Remove `expValEquals` gate check from `ContentComponent` in `editor-plugin-grid`, keeping the
10
+ treatment branch (`isEnabled=true`) logic permanently
11
+ - Remove unused `expValEquals` import from `gridPlugin.tsx`
12
+ - Remove `platform_editor_remove_grid_init_reflow` type definition and config entries from
13
+ `tmp-editor-statsig` experiments-config
14
+
15
+ ## 80.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [`82ba5b494e83b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82ba5b494e83b) -
20
+ add experiment for compiled css migration of editor-core except EditorContentContainer
21
+
3
22
  ## 80.2.0
4
23
 
5
24
  ### Minor Changes
@@ -809,15 +809,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
809
809
  param: 'isEnabled',
810
810
  defaultValue: false
811
811
  }),
812
- // Added 2026-03-05
813
- platform_synced_block_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
814
- productKeys: {
815
- confluence: 'platform_synced_block_patch_6',
816
- jira: 'platform_synced_block_patch_6'
817
- },
818
- param: 'isEnabled',
819
- defaultValue: false
820
- }),
821
812
  // Added 2025-08-18
822
813
  platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
823
814
  productKeys: {
@@ -1617,14 +1608,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1617
1608
  param: 'isEnabled',
1618
1609
  defaultValue: false
1619
1610
  }),
1620
- // Added 2026-03-11
1621
- platform_editor_remove_grid_init_reflow: (0, _experimentBuilders.createBooleanExperiment)({
1622
- productKeys: {
1623
- confluence: 'platform_editor_remove_grid_init_reflow'
1624
- },
1625
- param: 'isEnabled',
1626
- defaultValue: false
1627
- }),
1628
1611
  platform_editor_small_font_size: (0, _experimentBuilders.createBooleanExperiment)({
1629
1612
  productKeys: {
1630
1613
  confluence: 'platform_editor_small_font_size',
@@ -2037,6 +2020,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2037
2020
  param: 'isEnabled',
2038
2021
  defaultValue: false
2039
2022
  }),
2023
+ // Added 2026-05-15
2024
+ platform_editor_core_non_ecc_static_css: (0, _experimentBuilders.createBooleanExperiment)({
2025
+ productKeys: {
2026
+ confluence: 'platform_editor_core_non_ecc_static_css'
2027
+ },
2028
+ param: 'isEnabled',
2029
+ defaultValue: false
2030
+ }),
2040
2031
  // Added 2026-04-30
2041
2032
  platform_editor_renderer_static_css: (0, _experimentBuilders.createBooleanExperiment)({
2042
2033
  productKeys: {
@@ -803,15 +803,6 @@ export const editorExperimentsConfig = {
803
803
  param: 'isEnabled',
804
804
  defaultValue: false
805
805
  }),
806
- // Added 2026-03-05
807
- platform_synced_block_patch_6: createBooleanExperiment({
808
- productKeys: {
809
- confluence: 'platform_synced_block_patch_6',
810
- jira: 'platform_synced_block_patch_6'
811
- },
812
- param: 'isEnabled',
813
- defaultValue: false
814
- }),
815
806
  // Added 2025-08-18
816
807
  platform_editor_locale_datepicker: createBooleanExperiment({
817
808
  productKeys: {
@@ -1611,14 +1602,6 @@ export const editorExperimentsConfig = {
1611
1602
  param: 'isEnabled',
1612
1603
  defaultValue: false
1613
1604
  }),
1614
- // Added 2026-03-11
1615
- platform_editor_remove_grid_init_reflow: createBooleanExperiment({
1616
- productKeys: {
1617
- confluence: 'platform_editor_remove_grid_init_reflow'
1618
- },
1619
- param: 'isEnabled',
1620
- defaultValue: false
1621
- }),
1622
1605
  platform_editor_small_font_size: createBooleanExperiment({
1623
1606
  productKeys: {
1624
1607
  confluence: 'platform_editor_small_font_size',
@@ -2031,6 +2014,14 @@ export const editorExperimentsConfig = {
2031
2014
  param: 'isEnabled',
2032
2015
  defaultValue: false
2033
2016
  }),
2017
+ // Added 2026-05-15
2018
+ platform_editor_core_non_ecc_static_css: createBooleanExperiment({
2019
+ productKeys: {
2020
+ confluence: 'platform_editor_core_non_ecc_static_css'
2021
+ },
2022
+ param: 'isEnabled',
2023
+ defaultValue: false
2024
+ }),
2034
2025
  // Added 2026-04-30
2035
2026
  platform_editor_renderer_static_css: createBooleanExperiment({
2036
2027
  productKeys: {
@@ -803,15 +803,6 @@ export var editorExperimentsConfig = {
803
803
  param: 'isEnabled',
804
804
  defaultValue: false
805
805
  }),
806
- // Added 2026-03-05
807
- platform_synced_block_patch_6: createBooleanExperiment({
808
- productKeys: {
809
- confluence: 'platform_synced_block_patch_6',
810
- jira: 'platform_synced_block_patch_6'
811
- },
812
- param: 'isEnabled',
813
- defaultValue: false
814
- }),
815
806
  // Added 2025-08-18
816
807
  platform_editor_locale_datepicker: createBooleanExperiment({
817
808
  productKeys: {
@@ -1611,14 +1602,6 @@ export var editorExperimentsConfig = {
1611
1602
  param: 'isEnabled',
1612
1603
  defaultValue: false
1613
1604
  }),
1614
- // Added 2026-03-11
1615
- platform_editor_remove_grid_init_reflow: createBooleanExperiment({
1616
- productKeys: {
1617
- confluence: 'platform_editor_remove_grid_init_reflow'
1618
- },
1619
- param: 'isEnabled',
1620
- defaultValue: false
1621
- }),
1622
1605
  platform_editor_small_font_size: createBooleanExperiment({
1623
1606
  productKeys: {
1624
1607
  confluence: 'platform_editor_small_font_size',
@@ -2031,6 +2014,14 @@ export var editorExperimentsConfig = {
2031
2014
  param: 'isEnabled',
2032
2015
  defaultValue: false
2033
2016
  }),
2017
+ // Added 2026-05-15
2018
+ platform_editor_core_non_ecc_static_css: createBooleanExperiment({
2019
+ productKeys: {
2020
+ confluence: 'platform_editor_core_non_ecc_static_css'
2021
+ },
2022
+ param: 'isEnabled',
2023
+ defaultValue: false
2024
+ }),
2034
2025
  // Added 2026-04-30
2035
2026
  platform_editor_renderer_static_css: createBooleanExperiment({
2036
2027
  productKeys: {
@@ -760,12 +760,6 @@ export declare const editorExperimentsConfig: {
760
760
  productKeys?: ProductKeys;
761
761
  typeGuard: IsBooleanType;
762
762
  };
763
- platform_synced_block_patch_6: {
764
- defaultValue: boolean;
765
- param: string;
766
- productKeys?: ProductKeys;
767
- typeGuard: IsBooleanType;
768
- };
769
763
  editor_synced_block_perf: {
770
764
  defaultValue: boolean;
771
765
  param: string;
@@ -1249,12 +1243,6 @@ export declare const editorExperimentsConfig: {
1249
1243
  productKeys?: ProductKeys;
1250
1244
  typeGuard: IsBooleanType;
1251
1245
  };
1252
- platform_editor_remove_grid_init_reflow: {
1253
- defaultValue: boolean;
1254
- param: string;
1255
- productKeys?: ProductKeys;
1256
- typeGuard: IsBooleanType;
1257
- };
1258
1246
  platform_editor_small_font_size: {
1259
1247
  defaultValue: boolean;
1260
1248
  param: string;
@@ -1465,6 +1453,12 @@ export declare const editorExperimentsConfig: {
1465
1453
  productKeys?: ProductKeys;
1466
1454
  typeGuard: IsBooleanType;
1467
1455
  };
1456
+ platform_editor_core_non_ecc_static_css: {
1457
+ defaultValue: boolean;
1458
+ param: string;
1459
+ productKeys?: ProductKeys;
1460
+ typeGuard: IsBooleanType;
1461
+ };
1468
1462
  platform_editor_renderer_static_css: {
1469
1463
  defaultValue: boolean;
1470
1464
  param: string;
@@ -760,12 +760,6 @@ export declare const editorExperimentsConfig: {
760
760
  productKeys?: ProductKeys;
761
761
  typeGuard: IsBooleanType;
762
762
  };
763
- platform_synced_block_patch_6: {
764
- defaultValue: boolean;
765
- param: string;
766
- productKeys?: ProductKeys;
767
- typeGuard: IsBooleanType;
768
- };
769
763
  editor_synced_block_perf: {
770
764
  defaultValue: boolean;
771
765
  param: string;
@@ -1249,12 +1243,6 @@ export declare const editorExperimentsConfig: {
1249
1243
  productKeys?: ProductKeys;
1250
1244
  typeGuard: IsBooleanType;
1251
1245
  };
1252
- platform_editor_remove_grid_init_reflow: {
1253
- defaultValue: boolean;
1254
- param: string;
1255
- productKeys?: ProductKeys;
1256
- typeGuard: IsBooleanType;
1257
- };
1258
1246
  platform_editor_small_font_size: {
1259
1247
  defaultValue: boolean;
1260
1248
  param: string;
@@ -1465,6 +1453,12 @@ export declare const editorExperimentsConfig: {
1465
1453
  productKeys?: ProductKeys;
1466
1454
  typeGuard: IsBooleanType;
1467
1455
  };
1456
+ platform_editor_core_non_ecc_static_css: {
1457
+ defaultValue: boolean;
1458
+ param: string;
1459
+ productKeys?: ProductKeys;
1460
+ typeGuard: IsBooleanType;
1461
+ };
1468
1462
  platform_editor_renderer_static_css: {
1469
1463
  defaultValue: boolean;
1470
1464
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "80.2.0",
3
+ "version": "81.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",