@atlaskit/tmp-editor-statsig 14.0.0 → 14.0.1

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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 14.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5e935a27d0d78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e935a27d0d78) -
8
+ Cleanup platform_editor_resizer_cls_fix experiment
9
+
3
10
  ## 14.0.0
4
11
 
5
12
  ### Major Changes
@@ -318,14 +318,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
318
318
  param: 'isEnabled',
319
319
  defaultValue: false
320
320
  }),
321
- // Added 2025-10-14
322
- platform_editor_resizer_cls_fix: (0, _experimentBuilders.createBooleanExperiment)({
323
- productKeys: {
324
- confluence: 'platform_editor_resizer_cls_fix'
325
- },
326
- param: 'isEnabled',
327
- defaultValue: false
328
- }),
329
321
  // Added 2025-03-28
330
322
  platform_editor_ai_proactive_ai_nudge_parameters: (0, _experimentBuilders.createMultivariateExperiment)({
331
323
  productKeys: {
@@ -312,14 +312,6 @@ export const editorExperimentsConfig = {
312
312
  param: 'isEnabled',
313
313
  defaultValue: false
314
314
  }),
315
- // Added 2025-10-14
316
- platform_editor_resizer_cls_fix: createBooleanExperiment({
317
- productKeys: {
318
- confluence: 'platform_editor_resizer_cls_fix'
319
- },
320
- param: 'isEnabled',
321
- defaultValue: false
322
- }),
323
315
  // Added 2025-03-28
324
316
  platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
325
317
  productKeys: {
@@ -312,14 +312,6 @@ export var editorExperimentsConfig = {
312
312
  param: 'isEnabled',
313
313
  defaultValue: false
314
314
  }),
315
- // Added 2025-10-14
316
- platform_editor_resizer_cls_fix: createBooleanExperiment({
317
- productKeys: {
318
- confluence: 'platform_editor_resizer_cls_fix'
319
- },
320
- param: 'isEnabled',
321
- defaultValue: false
322
- }),
323
315
  // Added 2025-03-28
324
316
  platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
325
317
  productKeys: {
@@ -660,12 +660,6 @@ export declare const editorExperimentsConfig: {
660
660
  productKeys?: ProductKeys;
661
661
  typeGuard: IsBooleanType;
662
662
  };
663
- platform_editor_resizer_cls_fix: {
664
- defaultValue: boolean;
665
- param: string;
666
- productKeys?: ProductKeys;
667
- typeGuard: IsBooleanType;
668
- };
669
663
  platform_editor_smart_card_otp: {
670
664
  defaultValue: boolean;
671
665
  param: string;
@@ -660,12 +660,6 @@ export declare const editorExperimentsConfig: {
660
660
  productKeys?: ProductKeys;
661
661
  typeGuard: IsBooleanType;
662
662
  };
663
- platform_editor_resizer_cls_fix: {
664
- defaultValue: boolean;
665
- param: string;
666
- productKeys?: ProductKeys;
667
- typeGuard: IsBooleanType;
668
- };
669
663
  platform_editor_smart_card_otp: {
670
664
  defaultValue: boolean;
671
665
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
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",