@atlaskit/tmp-editor-statsig 20.3.0 → 21.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 21.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`7b679117f4605`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b679117f4605) -
8
+ [ux] Productionizes `confluence-whiteboards-quick-insert-eligible` and
9
+ `confluence-whiteboards-quick-insert-l10n-eligible` feature gates and
10
+ `confluence_whiteboards_quick_insert_localised` experiment. Ship "Diagram" variant.
11
+
3
12
  ## 20.3.0
4
13
 
5
14
  ### Minor Changes
@@ -8,8 +8,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
8
8
  'example-multivariate': 'one',
9
9
  'platform_editor_ai-prompts-placeholder': 'control',
10
10
  platform_editor_controls: 'control',
11
- confluence_whiteboards_quick_insert_localised: 'control',
12
- confluence_whiteboards_quick_insert_localised_aa: 'control',
13
11
  cc_editor_ai_content_mode: 'control',
14
12
  platform_hover_card_preview_panel: 'control',
15
13
  smart_link_confluence_short_link_analytics: 'control',
@@ -895,24 +895,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
895
895
  param: 'isEnabled',
896
896
  defaultValue: false
897
897
  }),
898
- // Added 2025-10-20
899
- confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
900
- productKeys: {
901
- confluence: 'confluence_whiteboards_quick_insert_localised'
902
- },
903
- param: 'cohort',
904
- values: ['control', 'test_blank', 'test_diagram'],
905
- defaultValue: 'control'
906
- }),
907
- // Added 2025-10-28
908
- confluence_whiteboards_quick_insert_localised_aa: (0, _experimentBuilders.createMultivariateExperiment)({
909
- productKeys: {
910
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
911
- },
912
- param: 'cohort',
913
- values: ['control', 'test_diagram'],
914
- defaultValue: 'control'
915
- }),
916
898
  // Added 2025-10-22
917
899
  platform_editor_remove_bidi_char_warning: (0, _experimentBuilders.createBooleanExperiment)({
918
900
  productKeys: {
@@ -2,8 +2,6 @@ export const testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert_localised: 'control',
6
- confluence_whiteboards_quick_insert_localised_aa: 'control',
7
5
  cc_editor_ai_content_mode: 'control',
8
6
  platform_hover_card_preview_panel: 'control',
9
7
  smart_link_confluence_short_link_analytics: 'control',
@@ -889,24 +889,6 @@ export const editorExperimentsConfig = {
889
889
  param: 'isEnabled',
890
890
  defaultValue: false
891
891
  }),
892
- // Added 2025-10-20
893
- confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
894
- productKeys: {
895
- confluence: 'confluence_whiteboards_quick_insert_localised'
896
- },
897
- param: 'cohort',
898
- values: ['control', 'test_blank', 'test_diagram'],
899
- defaultValue: 'control'
900
- }),
901
- // Added 2025-10-28
902
- confluence_whiteboards_quick_insert_localised_aa: createMultivariateExperiment({
903
- productKeys: {
904
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
905
- },
906
- param: 'cohort',
907
- values: ['control', 'test_diagram'],
908
- defaultValue: 'control'
909
- }),
910
892
  // Added 2025-10-22
911
893
  platform_editor_remove_bidi_char_warning: createBooleanExperiment({
912
894
  productKeys: {
@@ -2,8 +2,6 @@ export var testMultivariateOverrides = {
2
2
  'example-multivariate': 'one',
3
3
  'platform_editor_ai-prompts-placeholder': 'control',
4
4
  platform_editor_controls: 'control',
5
- confluence_whiteboards_quick_insert_localised: 'control',
6
- confluence_whiteboards_quick_insert_localised_aa: 'control',
7
5
  cc_editor_ai_content_mode: 'control',
8
6
  platform_hover_card_preview_panel: 'control',
9
7
  smart_link_confluence_short_link_analytics: 'control',
@@ -889,24 +889,6 @@ export var editorExperimentsConfig = {
889
889
  param: 'isEnabled',
890
890
  defaultValue: false
891
891
  }),
892
- // Added 2025-10-20
893
- confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
894
- productKeys: {
895
- confluence: 'confluence_whiteboards_quick_insert_localised'
896
- },
897
- param: 'cohort',
898
- values: ['control', 'test_blank', 'test_diagram'],
899
- defaultValue: 'control'
900
- }),
901
- // Added 2025-10-28
902
- confluence_whiteboards_quick_insert_localised_aa: createMultivariateExperiment({
903
- productKeys: {
904
- confluence: 'confluence_whiteboards_quick_insert_localised_aa'
905
- },
906
- param: 'cohort',
907
- values: ['control', 'test_diagram'],
908
- defaultValue: 'control'
909
- }),
910
892
  // Added 2025-10-22
911
893
  platform_editor_remove_bidi_char_warning: createBooleanExperiment({
912
894
  productKeys: {
@@ -130,20 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert_localised: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
- confluence_whiteboards_quick_insert_localised_aa: {
141
- defaultValue: 'control' | 'test_diagram';
142
- param: string;
143
- productKeys?: ProductKeys;
144
- typeGuard: (value: unknown) => value is 'control' | 'test_diagram';
145
- values: ('control' | 'test_diagram')[];
146
- };
147
133
  editor_enable_image_alignment_in_expand: {
148
134
  defaultValue: boolean;
149
135
  param: string;
@@ -130,20 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert_localised: {
134
- defaultValue: 'control' | 'test_blank' | 'test_diagram';
135
- param: string;
136
- productKeys?: ProductKeys;
137
- typeGuard: (value: unknown) => value is 'control' | 'test_blank' | 'test_diagram';
138
- values: ('control' | 'test_blank' | 'test_diagram')[];
139
- };
140
- confluence_whiteboards_quick_insert_localised_aa: {
141
- defaultValue: 'control' | 'test_diagram';
142
- param: string;
143
- productKeys?: ProductKeys;
144
- typeGuard: (value: unknown) => value is 'control' | 'test_diagram';
145
- values: ('control' | 'test_diagram')[];
146
- };
147
133
  editor_enable_image_alignment_in_expand: {
148
134
  defaultValue: boolean;
149
135
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "20.3.0",
3
+ "version": "21.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",