@atlaskit/tmp-editor-statsig 13.20.0 → 13.22.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`351b338797ae4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/351b338797ae4) -
8
+ ED-29460 Clean up platform_editor_toolbar_aifc_fix_editor_view
9
+
10
+ ## 13.21.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`28ba94dae8f9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28ba94dae8f9a) -
15
+ [ux] EDITOR-2458 Replace usage of \_\_suppressAllToolbars with userIntentPlugin
16
+
3
17
  ## 13.20.0
4
18
 
5
19
  ### Minor Changes
@@ -195,14 +195,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
195
195
  values: ['control', 'test'],
196
196
  defaultValue: 'control'
197
197
  }),
198
- platform_editor_toolbar_aifc_fix_editor_view: (0, _experimentBuilders.createBooleanExperiment)({
199
- productKeys: {
200
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
201
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
202
- },
203
- param: 'isEnabled',
204
- defaultValue: false
205
- }),
206
198
  // added 2024-11-06
207
199
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
208
200
  'nested-tables-in-tables': (0, _experimentBuilders.createBooleanExperiment)({
@@ -989,6 +981,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
989
981
  param: 'isEnabled',
990
982
  defaultValue: false
991
983
  }),
984
+ // Added 2025-10-24
985
+ platform_editor_lovability_user_intent: (0, _experimentBuilders.createBooleanExperiment)({
986
+ productKeys: {
987
+ confluence: 'platform_editor_lovability_user_intent'
988
+ },
989
+ param: 'isEnabled',
990
+ defaultValue: false
991
+ }),
992
992
  // Added 2025-09-17
993
993
  cc_complexit_fe_emoji_stability: (0, _experimentBuilders.createBooleanExperiment)({
994
994
  productKeys: {
@@ -189,14 +189,6 @@ export const editorExperimentsConfig = {
189
189
  values: ['control', 'test'],
190
190
  defaultValue: 'control'
191
191
  }),
192
- platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
193
- productKeys: {
194
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
195
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
196
- },
197
- param: 'isEnabled',
198
- defaultValue: false
199
- }),
200
192
  // added 2024-11-06
201
193
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
202
194
  'nested-tables-in-tables': createBooleanExperiment({
@@ -983,6 +975,14 @@ export const editorExperimentsConfig = {
983
975
  param: 'isEnabled',
984
976
  defaultValue: false
985
977
  }),
978
+ // Added 2025-10-24
979
+ platform_editor_lovability_user_intent: createBooleanExperiment({
980
+ productKeys: {
981
+ confluence: 'platform_editor_lovability_user_intent'
982
+ },
983
+ param: 'isEnabled',
984
+ defaultValue: false
985
+ }),
986
986
  // Added 2025-09-17
987
987
  cc_complexit_fe_emoji_stability: createBooleanExperiment({
988
988
  productKeys: {
@@ -189,14 +189,6 @@ export var editorExperimentsConfig = {
189
189
  values: ['control', 'test'],
190
190
  defaultValue: 'control'
191
191
  }),
192
- platform_editor_toolbar_aifc_fix_editor_view: createBooleanExperiment({
193
- productKeys: {
194
- confluence: 'platform_editor_toolbar_aifc_fix_editor_view',
195
- jira: 'platform_editor_toolbar_aifc_fix_editor_view'
196
- },
197
- param: 'isEnabled',
198
- defaultValue: false
199
- }),
200
192
  // added 2024-11-06
201
193
  // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_nested_tables/setup
202
194
  'nested-tables-in-tables': createBooleanExperiment({
@@ -983,6 +975,14 @@ export var editorExperimentsConfig = {
983
975
  param: 'isEnabled',
984
976
  defaultValue: false
985
977
  }),
978
+ // Added 2025-10-24
979
+ platform_editor_lovability_user_intent: createBooleanExperiment({
980
+ productKeys: {
981
+ confluence: 'platform_editor_lovability_user_intent'
982
+ },
983
+ param: 'isEnabled',
984
+ defaultValue: false
985
+ }),
986
986
  // Added 2025-09-17
987
987
  cc_complexit_fe_emoji_stability: createBooleanExperiment({
988
988
  productKeys: {
@@ -135,12 +135,6 @@ export declare const editorExperimentsConfig: {
135
135
  param: string;
136
136
  productKeys?: import("./types").ProductKeys;
137
137
  };
138
- platform_editor_toolbar_aifc_fix_editor_view: {
139
- typeGuard: typeof import("./type-guards").isBoolean;
140
- defaultValue: boolean;
141
- param: string;
142
- productKeys?: import("./types").ProductKeys;
143
- };
144
138
  'nested-tables-in-tables': {
145
139
  typeGuard: typeof import("./type-guards").isBoolean;
146
140
  defaultValue: boolean;
@@ -724,6 +718,12 @@ export declare const editorExperimentsConfig: {
724
718
  param: string;
725
719
  productKeys?: import("./types").ProductKeys;
726
720
  };
721
+ platform_editor_lovability_user_intent: {
722
+ typeGuard: typeof import("./type-guards").isBoolean;
723
+ defaultValue: boolean;
724
+ param: string;
725
+ productKeys?: import("./types").ProductKeys;
726
+ };
727
727
  cc_complexit_fe_emoji_stability: {
728
728
  typeGuard: typeof import("./type-guards").isBoolean;
729
729
  defaultValue: boolean;
@@ -135,12 +135,6 @@ export declare const editorExperimentsConfig: {
135
135
  param: string;
136
136
  productKeys?: import("./types").ProductKeys;
137
137
  };
138
- platform_editor_toolbar_aifc_fix_editor_view: {
139
- typeGuard: typeof import("./type-guards").isBoolean;
140
- defaultValue: boolean;
141
- param: string;
142
- productKeys?: import("./types").ProductKeys;
143
- };
144
138
  'nested-tables-in-tables': {
145
139
  typeGuard: typeof import("./type-guards").isBoolean;
146
140
  defaultValue: boolean;
@@ -724,6 +718,12 @@ export declare const editorExperimentsConfig: {
724
718
  param: string;
725
719
  productKeys?: import("./types").ProductKeys;
726
720
  };
721
+ platform_editor_lovability_user_intent: {
722
+ typeGuard: typeof import("./type-guards").isBoolean;
723
+ defaultValue: boolean;
724
+ param: string;
725
+ productKeys?: import("./types").ProductKeys;
726
+ };
727
727
  cc_complexit_fe_emoji_stability: {
728
728
  typeGuard: typeof import("./type-guards").isBoolean;
729
729
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.20.0",
3
+ "version": "13.22.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^4.12.0",
37
+ "@atlaskit/react-ufo": "^4.13.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {