@atlaskit/tmp-editor-statsig 71.1.0 → 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,16 @@
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
+
3
14
  ## 71.1.0
4
15
 
5
16
  ### Minor 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',
@@ -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',
@@ -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',
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "71.1.0",
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",