@atlaskit/tmp-editor-statsig 166.0.0 → 168.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 168.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c4385174a8662`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4385174a8662) -
8
+ Clean up experiment `editor_a11y_role_textbox`.
9
+
10
+ ## 167.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`4df90d6af7dc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4df90d6af7dc0) -
15
+ Clean up experiment `platform_editor_layout_keywords` and retain the launched layout search
16
+ keywords.
17
+
3
18
  ## 166.0.0
4
19
 
5
20
  ### Major Changes
@@ -506,15 +506,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
506
506
  param: 'isEnabled',
507
507
  defaultValue: false
508
508
  }),
509
- // Added 2026-06-02
510
- platform_editor_layout_keywords: (0, _createBooleanExperiment.createBooleanExperiment)({
511
- productKeys: {
512
- confluence: 'platform_editor_layout_keywords',
513
- jira: 'platform_editor_layout_keywords'
514
- },
515
- param: 'isEnabled',
516
- defaultValue: false
517
- }),
518
509
  // Added 2025-04-17
519
510
  platform_editor_tables_table_selector: (0, _createBooleanExperiment.createBooleanExperiment)({
520
511
  productKeys: {
@@ -1053,14 +1044,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1053
1044
  values: ['control', 'new-description', 'orig-description'],
1054
1045
  defaultValue: 'control'
1055
1046
  }),
1056
- // Added 2026-02-05 - A11Y-10416
1057
- editor_a11y_role_textbox: (0, _createBooleanExperiment.createBooleanExperiment)({
1058
- productKeys: {
1059
- confluence: 'editor_a11y_role_textbox'
1060
- },
1061
- param: 'isEnabled',
1062
- defaultValue: false
1063
- }),
1064
1047
  // Added 2026-01-28
1065
1048
  platform_editor_smartlink_local_cache: (0, _createBooleanExperiment.createBooleanExperiment)({
1066
1049
  productKeys: {
@@ -500,15 +500,6 @@ export const editorExperimentsConfig = {
500
500
  param: 'isEnabled',
501
501
  defaultValue: false
502
502
  }),
503
- // Added 2026-06-02
504
- platform_editor_layout_keywords: createBooleanExperiment({
505
- productKeys: {
506
- confluence: 'platform_editor_layout_keywords',
507
- jira: 'platform_editor_layout_keywords'
508
- },
509
- param: 'isEnabled',
510
- defaultValue: false
511
- }),
512
503
  // Added 2025-04-17
513
504
  platform_editor_tables_table_selector: createBooleanExperiment({
514
505
  productKeys: {
@@ -1047,14 +1038,6 @@ export const editorExperimentsConfig = {
1047
1038
  values: ['control', 'new-description', 'orig-description'],
1048
1039
  defaultValue: 'control'
1049
1040
  }),
1050
- // Added 2026-02-05 - A11Y-10416
1051
- editor_a11y_role_textbox: createBooleanExperiment({
1052
- productKeys: {
1053
- confluence: 'editor_a11y_role_textbox'
1054
- },
1055
- param: 'isEnabled',
1056
- defaultValue: false
1057
- }),
1058
1041
  // Added 2026-01-28
1059
1042
  platform_editor_smartlink_local_cache: createBooleanExperiment({
1060
1043
  productKeys: {
@@ -500,15 +500,6 @@ export var editorExperimentsConfig = {
500
500
  param: 'isEnabled',
501
501
  defaultValue: false
502
502
  }),
503
- // Added 2026-06-02
504
- platform_editor_layout_keywords: createBooleanExperiment({
505
- productKeys: {
506
- confluence: 'platform_editor_layout_keywords',
507
- jira: 'platform_editor_layout_keywords'
508
- },
509
- param: 'isEnabled',
510
- defaultValue: false
511
- }),
512
503
  // Added 2025-04-17
513
504
  platform_editor_tables_table_selector: createBooleanExperiment({
514
505
  productKeys: {
@@ -1047,14 +1038,6 @@ export var editorExperimentsConfig = {
1047
1038
  values: ['control', 'new-description', 'orig-description'],
1048
1039
  defaultValue: 'control'
1049
1040
  }),
1050
- // Added 2026-02-05 - A11Y-10416
1051
- editor_a11y_role_textbox: createBooleanExperiment({
1052
- productKeys: {
1053
- confluence: 'editor_a11y_role_textbox'
1054
- },
1055
- param: 'isEnabled',
1056
- defaultValue: false
1057
- }),
1058
1041
  // Added 2026-01-28
1059
1042
  platform_editor_smartlink_local_cache: createBooleanExperiment({
1060
1043
  productKeys: {
@@ -271,12 +271,6 @@ export declare const editorExperimentsConfig: {
271
271
  typeGuard: (value: unknown) => value is 'control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM';
272
272
  values: ('control' | 'prioritizeLinkInQIM' | 'prioritizeEmbedInQIM')[];
273
273
  };
274
- platform_editor_layout_keywords: {
275
- defaultValue: boolean;
276
- param: string;
277
- productKeys?: ProductKeys;
278
- typeGuard: IsBooleanType;
279
- };
280
274
  confluence_remix_icon_right_side: {
281
275
  defaultValue: boolean;
282
276
  param: string;
@@ -781,12 +775,6 @@ export declare const editorExperimentsConfig: {
781
775
  productKeys?: ProductKeys;
782
776
  typeGuard: IsBooleanType;
783
777
  };
784
- editor_a11y_role_textbox: {
785
- defaultValue: boolean;
786
- param: string;
787
- productKeys?: ProductKeys;
788
- typeGuard: IsBooleanType;
789
- };
790
778
  platform_editor_smartlink_local_cache: {
791
779
  defaultValue: boolean;
792
780
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "166.0.0",
3
+ "version": "168.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",