@atlaskit/tmp-editor-statsig 17.13.0 → 18.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 18.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`e97bcf6a8bbf4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e97bcf6a8bbf4) -
8
+ [ux] Productionizes the experiment confluence_whiteboards_quick_insert by productionizing the
9
+ DIAGRAM variation of the experiment
10
+
3
11
  ## 17.13.0
4
12
 
5
13
  ### Minor Changes
@@ -8,7 +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: 'control',
12
11
  confluence_whiteboards_quick_insert_localised: 'control',
13
12
  confluence_whiteboards_quick_insert_localised_aa: 'control',
14
13
  cc_editor_ai_content_mode: 'control',
@@ -538,15 +538,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
538
538
  param: 'isEnabled',
539
539
  defaultValue: false
540
540
  }),
541
- // Added 2025-06-24
542
- confluence_whiteboards_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
543
- productKeys: {
544
- confluence: 'confluence_whiteboards_quick_insert'
545
- },
546
- param: 'cohort',
547
- values: ['control', 'test_blank', 'test_diagram'],
548
- defaultValue: 'control'
549
- }),
550
541
  // Added 2025-06-26
551
542
  platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
552
543
  productKeys: {
@@ -2,7 +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: 'control',
6
5
  confluence_whiteboards_quick_insert_localised: 'control',
7
6
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
7
  cc_editor_ai_content_mode: 'control',
@@ -532,15 +532,6 @@ export const editorExperimentsConfig = {
532
532
  param: 'isEnabled',
533
533
  defaultValue: false
534
534
  }),
535
- // Added 2025-06-24
536
- confluence_whiteboards_quick_insert: createMultivariateExperiment({
537
- productKeys: {
538
- confluence: 'confluence_whiteboards_quick_insert'
539
- },
540
- param: 'cohort',
541
- values: ['control', 'test_blank', 'test_diagram'],
542
- defaultValue: 'control'
543
- }),
544
535
  // Added 2025-06-26
545
536
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
546
537
  productKeys: {
@@ -2,7 +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: 'control',
6
5
  confluence_whiteboards_quick_insert_localised: 'control',
7
6
  confluence_whiteboards_quick_insert_localised_aa: 'control',
8
7
  cc_editor_ai_content_mode: 'control',
@@ -532,15 +532,6 @@ export var editorExperimentsConfig = {
532
532
  param: 'isEnabled',
533
533
  defaultValue: false
534
534
  }),
535
- // Added 2025-06-24
536
- confluence_whiteboards_quick_insert: createMultivariateExperiment({
537
- productKeys: {
538
- confluence: 'confluence_whiteboards_quick_insert'
539
- },
540
- param: 'cohort',
541
- values: ['control', 'test_blank', 'test_diagram'],
542
- defaultValue: 'control'
543
- }),
544
535
  // Added 2025-06-26
545
536
  platform_editor_feedback_mandatory_rating: createBooleanExperiment({
546
537
  productKeys: {
@@ -130,13 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert: {
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
133
  confluence_whiteboards_quick_insert_localised: {
141
134
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
142
135
  param: string;
@@ -130,13 +130,6 @@ export declare const editorExperimentsConfig: {
130
130
  productKeys?: ProductKeys;
131
131
  typeGuard: IsBooleanType;
132
132
  };
133
- confluence_whiteboards_quick_insert: {
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
133
  confluence_whiteboards_quick_insert_localised: {
141
134
  defaultValue: 'control' | 'test_blank' | 'test_diagram';
142
135
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.13.0",
3
+ "version": "18.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",