@atlaskit/tmp-editor-statsig 12.1.0 → 12.3.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
+ ## 12.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`659a799cb7f84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/659a799cb7f84) -
8
+ Added platform_editor_hydratable_ui experiment
9
+
10
+ ## 12.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`50976babce55d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/50976babce55d) -
15
+ Add new 'onClick' to dropdown menu, hook up new toolbar api to regsiter components on selection
16
+ change, add new safeRegistry method to replace existing objects
17
+
3
18
  ## 12.1.0
4
19
 
5
20
  ### Minor Changes
@@ -235,6 +235,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
235
235
  values: ['control', 'variant1'],
236
236
  defaultValue: 'control'
237
237
  }),
238
+ // Added 2025-09-03
239
+ platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
240
+ productKeys: {
241
+ confluence: 'platform_editor_hydratable_ui'
242
+ },
243
+ param: 'isEnabled',
244
+ defaultValue: false
245
+ }),
238
246
  // Added 2025-04-01
239
247
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
240
248
  platform_editor_vanilla_dom: (0, _experimentBuilders.createBooleanExperiment)({
@@ -617,6 +625,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
617
625
  param: 'isEnabled',
618
626
  defaultValue: false
619
627
  }),
628
+ // Added 2025-09-29
629
+ platform_editor_toolbar_aifc_selection_extension: (0, _experimentBuilders.createBooleanExperiment)({
630
+ productKeys: {
631
+ confluence: 'platform_editor_toolbar_aifc_selection_extension',
632
+ jira: 'platform_editor_toolbar_aifc_selection_extension'
633
+ },
634
+ param: 'isEnabled',
635
+ defaultValue: false
636
+ }),
620
637
  // Added 2025-08-04
621
638
  platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
622
639
  productKeys: {
@@ -229,6 +229,14 @@ export const editorExperimentsConfig = {
229
229
  values: ['control', 'variant1'],
230
230
  defaultValue: 'control'
231
231
  }),
232
+ // Added 2025-09-03
233
+ platform_editor_hydratable_ui: createBooleanExperiment({
234
+ productKeys: {
235
+ confluence: 'platform_editor_hydratable_ui'
236
+ },
237
+ param: 'isEnabled',
238
+ defaultValue: false
239
+ }),
232
240
  // Added 2025-04-01
233
241
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
234
242
  platform_editor_vanilla_dom: createBooleanExperiment({
@@ -611,6 +619,15 @@ export const editorExperimentsConfig = {
611
619
  param: 'isEnabled',
612
620
  defaultValue: false
613
621
  }),
622
+ // Added 2025-09-29
623
+ platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
624
+ productKeys: {
625
+ confluence: 'platform_editor_toolbar_aifc_selection_extension',
626
+ jira: 'platform_editor_toolbar_aifc_selection_extension'
627
+ },
628
+ param: 'isEnabled',
629
+ defaultValue: false
630
+ }),
614
631
  // Added 2025-08-04
615
632
  platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
616
633
  productKeys: {
@@ -229,6 +229,14 @@ export var editorExperimentsConfig = {
229
229
  values: ['control', 'variant1'],
230
230
  defaultValue: 'control'
231
231
  }),
232
+ // Added 2025-09-03
233
+ platform_editor_hydratable_ui: createBooleanExperiment({
234
+ productKeys: {
235
+ confluence: 'platform_editor_hydratable_ui'
236
+ },
237
+ param: 'isEnabled',
238
+ defaultValue: false
239
+ }),
232
240
  // Added 2025-04-01
233
241
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
234
242
  platform_editor_vanilla_dom: createBooleanExperiment({
@@ -611,6 +619,15 @@ export var editorExperimentsConfig = {
611
619
  param: 'isEnabled',
612
620
  defaultValue: false
613
621
  }),
622
+ // Added 2025-09-29
623
+ platform_editor_toolbar_aifc_selection_extension: createBooleanExperiment({
624
+ productKeys: {
625
+ confluence: 'platform_editor_toolbar_aifc_selection_extension',
626
+ jira: 'platform_editor_toolbar_aifc_selection_extension'
627
+ },
628
+ param: 'isEnabled',
629
+ defaultValue: false
630
+ }),
614
631
  // Added 2025-08-04
615
632
  platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
616
633
  productKeys: {
@@ -171,6 +171,12 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
+ platform_editor_hydratable_ui: {
175
+ typeGuard: typeof import("./type-guards").isBoolean;
176
+ defaultValue: boolean;
177
+ param: string;
178
+ productKeys?: import("./types").ProductKeys;
179
+ };
174
180
  platform_editor_vanilla_dom: {
175
181
  typeGuard: typeof import("./type-guards").isBoolean;
176
182
  defaultValue: boolean;
@@ -455,6 +461,12 @@ export declare const editorExperimentsConfig: {
455
461
  param: string;
456
462
  productKeys?: import("./types").ProductKeys;
457
463
  };
464
+ platform_editor_toolbar_aifc_selection_extension: {
465
+ typeGuard: typeof import("./type-guards").isBoolean;
466
+ defaultValue: boolean;
467
+ param: string;
468
+ productKeys?: import("./types").ProductKeys;
469
+ };
458
470
  platform_editor_floating_toolbar_button_aria_label: {
459
471
  typeGuard: typeof import("./type-guards").isBoolean;
460
472
  defaultValue: boolean;
@@ -171,6 +171,12 @@ export declare const editorExperimentsConfig: {
171
171
  param: string;
172
172
  productKeys?: import("./types").ProductKeys;
173
173
  };
174
+ platform_editor_hydratable_ui: {
175
+ typeGuard: typeof import("./type-guards").isBoolean;
176
+ defaultValue: boolean;
177
+ param: string;
178
+ productKeys?: import("./types").ProductKeys;
179
+ };
174
180
  platform_editor_vanilla_dom: {
175
181
  typeGuard: typeof import("./type-guards").isBoolean;
176
182
  defaultValue: boolean;
@@ -455,6 +461,12 @@ export declare const editorExperimentsConfig: {
455
461
  param: string;
456
462
  productKeys?: import("./types").ProductKeys;
457
463
  };
464
+ platform_editor_toolbar_aifc_selection_extension: {
465
+ typeGuard: typeof import("./type-guards").isBoolean;
466
+ defaultValue: boolean;
467
+ param: string;
468
+ productKeys?: import("./types").ProductKeys;
469
+ };
458
470
  platform_editor_floating_toolbar_button_aria_label: {
459
471
  typeGuard: typeof import("./type-guards").isBoolean;
460
472
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.1.0",
3
+ "version": "12.3.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",