@atlaskit/tmp-editor-statsig 71.0.1 → 72.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 72.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d94df511393a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94df511393a9) -
8
+ Removing FG platform_editor_a11y_eslint_fix
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 71.1.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`251c0e140edf6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/251c0e140edf6) -
19
+ [EDITOR-6540] AI-mate error screen dismissal incorrectly triggers discard confirmation, bug fix.
20
+
3
21
  ## 71.0.1
4
22
 
5
23
  ### Patch Changes
@@ -1340,15 +1340,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1340
1340
  param: 'isEnabled',
1341
1341
  defaultValue: false
1342
1342
  }),
1343
- // Added 2026-02-19
1344
- platform_editor_a11y_eslint_fix: (0, _experimentBuilders.createBooleanExperiment)({
1345
- productKeys: {
1346
- confluence: 'platform_editor_a11y_eslint_fix',
1347
- jira: 'platform_editor_a11y_eslint_fix'
1348
- },
1349
- param: 'isEnabled',
1350
- defaultValue: false
1351
- }),
1352
1343
  platform_editor_fix_advanced_codeblocks_crlf_patch: (0, _experimentBuilders.createBooleanExperiment)({
1353
1344
  productKeys: {
1354
1345
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2041,5 +2032,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2041
2032
  },
2042
2033
  param: 'isEnabled',
2043
2034
  defaultValue: false
2035
+ }),
2036
+ // Added 2026-04-24
2037
+ platform_editor_ai_fix_error_discard_screen: (0, _experimentBuilders.createBooleanExperiment)({
2038
+ productKeys: {
2039
+ confluence: 'platform_editor_ai_fix_error_discard_screen'
2040
+ },
2041
+ param: 'isEnabled',
2042
+ defaultValue: false
2044
2043
  })
2045
2044
  };
@@ -1334,15 +1334,6 @@ export const editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-19
1338
- platform_editor_a11y_eslint_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_a11y_eslint_fix',
1341
- jira: 'platform_editor_a11y_eslint_fix'
1342
- },
1343
- param: 'isEnabled',
1344
- defaultValue: false
1345
- }),
1346
1337
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1347
1338
  productKeys: {
1348
1339
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2035,5 +2026,13 @@ export const editorExperimentsConfig = {
2035
2026
  },
2036
2027
  param: 'isEnabled',
2037
2028
  defaultValue: false
2029
+ }),
2030
+ // Added 2026-04-24
2031
+ platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
2032
+ productKeys: {
2033
+ confluence: 'platform_editor_ai_fix_error_discard_screen'
2034
+ },
2035
+ param: 'isEnabled',
2036
+ defaultValue: false
2038
2037
  })
2039
2038
  };
@@ -1334,15 +1334,6 @@ export var editorExperimentsConfig = {
1334
1334
  param: 'isEnabled',
1335
1335
  defaultValue: false
1336
1336
  }),
1337
- // Added 2026-02-19
1338
- platform_editor_a11y_eslint_fix: createBooleanExperiment({
1339
- productKeys: {
1340
- confluence: 'platform_editor_a11y_eslint_fix',
1341
- jira: 'platform_editor_a11y_eslint_fix'
1342
- },
1343
- param: 'isEnabled',
1344
- defaultValue: false
1345
- }),
1346
1337
  platform_editor_fix_advanced_codeblocks_crlf_patch: createBooleanExperiment({
1347
1338
  productKeys: {
1348
1339
  confluence: 'platform_editor_fix_advanced_codeblocks_crlf_patch',
@@ -2035,5 +2026,13 @@ export var editorExperimentsConfig = {
2035
2026
  },
2036
2027
  param: 'isEnabled',
2037
2028
  defaultValue: false
2029
+ }),
2030
+ // Added 2026-04-24
2031
+ platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
2032
+ productKeys: {
2033
+ confluence: 'platform_editor_ai_fix_error_discard_screen'
2034
+ },
2035
+ param: 'isEnabled',
2036
+ defaultValue: false
2038
2037
  })
2039
2038
  };
@@ -269,12 +269,6 @@ export declare const editorExperimentsConfig: {
269
269
  productKeys?: ProductKeys;
270
270
  typeGuard: IsBooleanType;
271
271
  };
272
- platform_editor_a11y_eslint_fix: {
273
- defaultValue: boolean;
274
- param: string;
275
- productKeys?: ProductKeys;
276
- typeGuard: IsBooleanType;
277
- };
278
272
  platform_editor_ai_edit_response_in_preview: {
279
273
  defaultValue: boolean;
280
274
  param: string;
@@ -1500,5 +1494,11 @@ export declare const editorExperimentsConfig: {
1500
1494
  productKeys?: ProductKeys;
1501
1495
  typeGuard: IsBooleanType;
1502
1496
  };
1497
+ platform_editor_ai_fix_error_discard_screen: {
1498
+ defaultValue: boolean;
1499
+ param: string;
1500
+ productKeys?: ProductKeys;
1501
+ typeGuard: IsBooleanType;
1502
+ };
1503
1503
  };
1504
1504
  export {};
@@ -269,12 +269,6 @@ export declare const editorExperimentsConfig: {
269
269
  productKeys?: ProductKeys;
270
270
  typeGuard: IsBooleanType;
271
271
  };
272
- platform_editor_a11y_eslint_fix: {
273
- defaultValue: boolean;
274
- param: string;
275
- productKeys?: ProductKeys;
276
- typeGuard: IsBooleanType;
277
- };
278
272
  platform_editor_ai_edit_response_in_preview: {
279
273
  defaultValue: boolean;
280
274
  param: string;
@@ -1500,5 +1494,11 @@ export declare const editorExperimentsConfig: {
1500
1494
  productKeys?: ProductKeys;
1501
1495
  typeGuard: IsBooleanType;
1502
1496
  };
1497
+ platform_editor_ai_fix_error_discard_screen: {
1498
+ defaultValue: boolean;
1499
+ param: string;
1500
+ productKeys?: ProductKeys;
1501
+ typeGuard: IsBooleanType;
1502
+ };
1503
1503
  };
1504
1504
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "71.0.1",
3
+ "version": "72.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",