@atlaskit/tmp-editor-statsig 170.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,15 @@
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
+
3
13
  ## 170.0.0
4
14
 
5
15
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "170.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",