@atlaskit/tmp-editor-statsig 41.0.0 → 42.1.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 42.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cdc6ff4788df0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc6ff4788df0) -
8
+ [EDITOR-5739] Move TwoStageHydration on toolbar down to around toolbar component rather than
9
+ ToolbarArrowKeyNavigationProvider
10
+
11
+ ## 42.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`46ff42199054d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ff42199054d) -
16
+ Cleans up experiment platform_editor_eslint_suppression_fix
17
+
3
18
  ## 41.0.0
4
19
 
5
20
  ### Major Changes
@@ -1602,14 +1602,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1602
1602
  param: 'isEnabled',
1603
1603
  defaultValue: false
1604
1604
  }),
1605
- // Added 2026-03-05
1606
- platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
1607
- productKeys: {
1608
- confluence: 'platform_editor_eslint_suppression_fix'
1609
- },
1610
- param: 'isEnabled',
1611
- defaultValue: false
1612
- }),
1613
1605
  // Added 2026-03-04
1614
1606
  platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
1615
1607
  productKeys: {
@@ -1791,6 +1783,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1791
1783
  param: 'isEnabled',
1792
1784
  defaultValue: false
1793
1785
  }),
1786
+ // Added 2026-03-19
1787
+ platform_editor_toolbar_two_stage_hydration: (0, _experimentBuilders.createBooleanExperiment)({
1788
+ productKeys: {
1789
+ confluence: 'platform_editor_toolbar_two_stage_hydration'
1790
+ },
1791
+ param: 'isEnabled',
1792
+ defaultValue: false
1793
+ }),
1794
1794
  // Added 2026-03-15
1795
1795
  platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
1796
1796
  productKeys: {
@@ -1596,14 +1596,6 @@ export const editorExperimentsConfig = {
1596
1596
  param: 'isEnabled',
1597
1597
  defaultValue: false
1598
1598
  }),
1599
- // Added 2026-03-05
1600
- platform_editor_eslint_suppression_fix: createBooleanExperiment({
1601
- productKeys: {
1602
- confluence: 'platform_editor_eslint_suppression_fix'
1603
- },
1604
- param: 'isEnabled',
1605
- defaultValue: false
1606
- }),
1607
1599
  // Added 2026-03-04
1608
1600
  platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
1609
1601
  productKeys: {
@@ -1785,6 +1777,14 @@ export const editorExperimentsConfig = {
1785
1777
  param: 'isEnabled',
1786
1778
  defaultValue: false
1787
1779
  }),
1780
+ // Added 2026-03-19
1781
+ platform_editor_toolbar_two_stage_hydration: createBooleanExperiment({
1782
+ productKeys: {
1783
+ confluence: 'platform_editor_toolbar_two_stage_hydration'
1784
+ },
1785
+ param: 'isEnabled',
1786
+ defaultValue: false
1787
+ }),
1788
1788
  // Added 2026-03-15
1789
1789
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1790
1790
  productKeys: {
@@ -1596,14 +1596,6 @@ export var editorExperimentsConfig = {
1596
1596
  param: 'isEnabled',
1597
1597
  defaultValue: false
1598
1598
  }),
1599
- // Added 2026-03-05
1600
- platform_editor_eslint_suppression_fix: createBooleanExperiment({
1601
- productKeys: {
1602
- confluence: 'platform_editor_eslint_suppression_fix'
1603
- },
1604
- param: 'isEnabled',
1605
- defaultValue: false
1606
- }),
1607
1599
  // Added 2026-03-04
1608
1600
  platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
1609
1601
  productKeys: {
@@ -1785,6 +1777,14 @@ export var editorExperimentsConfig = {
1785
1777
  param: 'isEnabled',
1786
1778
  defaultValue: false
1787
1779
  }),
1780
+ // Added 2026-03-19
1781
+ platform_editor_toolbar_two_stage_hydration: createBooleanExperiment({
1782
+ productKeys: {
1783
+ confluence: 'platform_editor_toolbar_two_stage_hydration'
1784
+ },
1785
+ param: 'isEnabled',
1786
+ defaultValue: false
1787
+ }),
1788
1788
  // Added 2026-03-15
1789
1789
  platform_editor_sync_block_ssr_config: createBooleanExperiment({
1790
1790
  productKeys: {
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
1170
1170
  productKeys?: ProductKeys;
1171
1171
  typeGuard: IsBooleanType;
1172
1172
  };
1173
- platform_editor_eslint_suppression_fix: {
1174
- defaultValue: boolean;
1175
- param: string;
1176
- productKeys?: ProductKeys;
1177
- typeGuard: IsBooleanType;
1178
- };
1179
1173
  platform_editor_rovobutton_smartlink_toolbar_exp: {
1180
1174
  defaultValue: boolean;
1181
1175
  param: string;
@@ -1314,6 +1308,12 @@ export declare const editorExperimentsConfig: {
1314
1308
  productKeys?: ProductKeys;
1315
1309
  typeGuard: IsBooleanType;
1316
1310
  };
1311
+ platform_editor_toolbar_two_stage_hydration: {
1312
+ defaultValue: boolean;
1313
+ param: string;
1314
+ productKeys?: ProductKeys;
1315
+ typeGuard: IsBooleanType;
1316
+ };
1317
1317
  platform_editor_sync_block_ssr_config: {
1318
1318
  defaultValue: boolean;
1319
1319
  param: string;
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
1170
1170
  productKeys?: ProductKeys;
1171
1171
  typeGuard: IsBooleanType;
1172
1172
  };
1173
- platform_editor_eslint_suppression_fix: {
1174
- defaultValue: boolean;
1175
- param: string;
1176
- productKeys?: ProductKeys;
1177
- typeGuard: IsBooleanType;
1178
- };
1179
1173
  platform_editor_rovobutton_smartlink_toolbar_exp: {
1180
1174
  defaultValue: boolean;
1181
1175
  param: string;
@@ -1314,6 +1308,12 @@ export declare const editorExperimentsConfig: {
1314
1308
  productKeys?: ProductKeys;
1315
1309
  typeGuard: IsBooleanType;
1316
1310
  };
1311
+ platform_editor_toolbar_two_stage_hydration: {
1312
+ defaultValue: boolean;
1313
+ param: string;
1314
+ productKeys?: ProductKeys;
1315
+ typeGuard: IsBooleanType;
1316
+ };
1317
1317
  platform_editor_sync_block_ssr_config: {
1318
1318
  defaultValue: boolean;
1319
1319
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "41.0.0",
3
+ "version": "42.1.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",