@atlaskit/tmp-editor-statsig 169.0.0 → 171.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 171.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`468a533e36283`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/468a533e36283) -
8
+ Clean up the shipped `platform_editor_table_a11y_eslint_fix` experiment and keep its enabled table
9
+ focus behavior.
10
+ - [`5d35806b69659`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d35806b69659) -
11
+ Clean up experiment `platform_editor_expand_paste_in_comment_editor`
12
+
13
+ ## 170.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - [`a945d3cbd6408`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a945d3cbd6408) -
18
+ Clean up experiment `platform_editor_ai_template_localids`
19
+
3
20
  ## 169.0.0
4
21
 
5
22
  ### Major Changes
@@ -930,14 +930,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
930
930
  param: 'isEnabled',
931
931
  defaultValue: false
932
932
  }),
933
- // Added 2026-02-25
934
- platform_editor_expand_paste_in_comment_editor: (0, _createBooleanExperiment.createBooleanExperiment)({
935
- productKeys: {
936
- confluence: 'platform_editor_expand_paste_in_comment_editor'
937
- },
938
- param: 'isEnabled',
939
- defaultValue: false
940
- }),
941
933
  // Added 2026-01-27 - AI create-page expand collapse fix
942
934
  platform_editor_aifc_expand_collapses_oncreate_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
943
935
  productKeys: {
@@ -963,14 +955,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
963
955
  param: 'isEnabled',
964
956
  defaultValue: false
965
957
  }),
966
- // Added 2026-02-18
967
- platform_editor_table_a11y_eslint_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
968
- productKeys: {
969
- confluence: 'platform_editor_table_a11y_eslint_fix'
970
- },
971
- param: 'isEnabled',
972
- defaultValue: false
973
- }),
974
958
  // Added 2026-01-29
975
959
  platform_editor_renderer_toolbar_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
976
960
  productKeys: {
@@ -1734,14 +1718,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1734
1718
  param: 'isEnabled',
1735
1719
  defaultValue: false
1736
1720
  }),
1737
- // Added 2026-06-17
1738
- platform_editor_ai_template_localids: (0, _createBooleanExperiment.createBooleanExperiment)({
1739
- productKeys: {
1740
- confluence: 'platform_editor_ai_template_localids'
1741
- },
1742
- param: 'isEnabled',
1743
- defaultValue: false
1744
- }),
1745
1721
  // Added 2026-04-30
1746
1722
  platform_editor_insert_menu_ai: (0, _createBooleanExperiment.createBooleanExperiment)({
1747
1723
  productKeys: {
@@ -924,14 +924,6 @@ export const editorExperimentsConfig = {
924
924
  param: 'isEnabled',
925
925
  defaultValue: false
926
926
  }),
927
- // Added 2026-02-25
928
- platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
929
- productKeys: {
930
- confluence: 'platform_editor_expand_paste_in_comment_editor'
931
- },
932
- param: 'isEnabled',
933
- defaultValue: false
934
- }),
935
927
  // Added 2026-01-27 - AI create-page expand collapse fix
936
928
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
937
929
  productKeys: {
@@ -957,14 +949,6 @@ export const editorExperimentsConfig = {
957
949
  param: 'isEnabled',
958
950
  defaultValue: false
959
951
  }),
960
- // Added 2026-02-18
961
- platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
962
- productKeys: {
963
- confluence: 'platform_editor_table_a11y_eslint_fix'
964
- },
965
- param: 'isEnabled',
966
- defaultValue: false
967
- }),
968
952
  // Added 2026-01-29
969
953
  platform_editor_renderer_toolbar_updates: createBooleanExperiment({
970
954
  productKeys: {
@@ -1728,14 +1712,6 @@ export const editorExperimentsConfig = {
1728
1712
  param: 'isEnabled',
1729
1713
  defaultValue: false
1730
1714
  }),
1731
- // Added 2026-06-17
1732
- platform_editor_ai_template_localids: createBooleanExperiment({
1733
- productKeys: {
1734
- confluence: 'platform_editor_ai_template_localids'
1735
- },
1736
- param: 'isEnabled',
1737
- defaultValue: false
1738
- }),
1739
1715
  // Added 2026-04-30
1740
1716
  platform_editor_insert_menu_ai: createBooleanExperiment({
1741
1717
  productKeys: {
@@ -924,14 +924,6 @@ export var editorExperimentsConfig = {
924
924
  param: 'isEnabled',
925
925
  defaultValue: false
926
926
  }),
927
- // Added 2026-02-25
928
- platform_editor_expand_paste_in_comment_editor: createBooleanExperiment({
929
- productKeys: {
930
- confluence: 'platform_editor_expand_paste_in_comment_editor'
931
- },
932
- param: 'isEnabled',
933
- defaultValue: false
934
- }),
935
927
  // Added 2026-01-27 - AI create-page expand collapse fix
936
928
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
937
929
  productKeys: {
@@ -957,14 +949,6 @@ export var editorExperimentsConfig = {
957
949
  param: 'isEnabled',
958
950
  defaultValue: false
959
951
  }),
960
- // Added 2026-02-18
961
- platform_editor_table_a11y_eslint_fix: createBooleanExperiment({
962
- productKeys: {
963
- confluence: 'platform_editor_table_a11y_eslint_fix'
964
- },
965
- param: 'isEnabled',
966
- defaultValue: false
967
- }),
968
952
  // Added 2026-01-29
969
953
  platform_editor_renderer_toolbar_updates: createBooleanExperiment({
970
954
  productKeys: {
@@ -1728,14 +1712,6 @@ export var editorExperimentsConfig = {
1728
1712
  param: 'isEnabled',
1729
1713
  defaultValue: false
1730
1714
  }),
1731
- // Added 2026-06-17
1732
- platform_editor_ai_template_localids: createBooleanExperiment({
1733
- productKeys: {
1734
- confluence: 'platform_editor_ai_template_localids'
1735
- },
1736
- param: 'isEnabled',
1737
- defaultValue: false
1738
- }),
1739
1715
  // Added 2026-04-30
1740
1716
  platform_editor_insert_menu_ai: createBooleanExperiment({
1741
1717
  productKeys: {
@@ -327,12 +327,6 @@ export declare const editorExperimentsConfig: {
327
327
  productKeys?: ProductKeys;
328
328
  typeGuard: IsBooleanType;
329
329
  };
330
- platform_editor_expand_paste_in_comment_editor: {
331
- defaultValue: boolean;
332
- param: string;
333
- productKeys?: ProductKeys;
334
- typeGuard: IsBooleanType;
335
- };
336
330
  platform_editor_media_name_fallback: {
337
331
  defaultValue: boolean;
338
332
  param: string;
@@ -442,12 +436,6 @@ export declare const editorExperimentsConfig: {
442
436
  productKeys?: ProductKeys;
443
437
  typeGuard: IsBooleanType;
444
438
  };
445
- platform_editor_table_a11y_eslint_fix: {
446
- defaultValue: boolean;
447
- param: string;
448
- productKeys?: ProductKeys;
449
- typeGuard: IsBooleanType;
450
- };
451
439
  jira_editor_a11y_toolbar_fixes: {
452
440
  defaultValue: boolean;
453
441
  param: string;
@@ -1238,12 +1226,6 @@ export declare const editorExperimentsConfig: {
1238
1226
  productKeys?: ProductKeys;
1239
1227
  typeGuard: IsBooleanType;
1240
1228
  };
1241
- platform_editor_ai_template_localids: {
1242
- defaultValue: boolean;
1243
- param: string;
1244
- productKeys?: ProductKeys;
1245
- typeGuard: IsBooleanType;
1246
- };
1247
1229
  confluence_fe_disable_comment_if_offline_fix: {
1248
1230
  defaultValue: boolean;
1249
1231
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "169.0.0",
3
+ "version": "171.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",