@atlaskit/tmp-editor-statsig 51.1.0 → 52.1.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,27 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 52.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`91f722df43475`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/91f722df43475) -
8
+ [ux] [EDITOR-5815] the fix adds a check for column width changes so that we update the table on
9
+ click of 'distribute columns' button. this is gated behind the
10
+ `platform_editor_lovability_distribute_column_fix` experiment.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 52.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [`e2f512c5e8eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2f512c5e8eba) -
21
+ Clean up feature flag platform_editor_task_item_styles for task item checkbox and remove unused
22
+ styles objects taskItemCheckboxStylesWithBlockTaskItem and taskItemCheckboxStyles. Renamed
23
+ taskItemNextCheckboxStyles to taskItemCheckboxStyles
24
+
3
25
  ## 51.1.0
4
26
 
5
27
  ### Minor Changes
@@ -665,14 +665,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
665
665
  param: 'isEnabled',
666
666
  defaultValue: false
667
667
  }),
668
- // Added 2026-01-10
669
- platform_editor_task_item_styles: (0, _experimentBuilders.createBooleanExperiment)({
670
- productKeys: {
671
- confluence: 'platform_editor_task_item_styles'
672
- },
673
- param: 'isEnabled',
674
- defaultValue: false
675
- }),
676
668
  // Added 2025-08-17
677
669
  platform_hover_card_preview_panel: (0, _experimentBuilders.createMultivariateExperiment)({
678
670
  productKeys: {
@@ -1854,5 +1846,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1854
1846
  },
1855
1847
  param: 'isEnabled',
1856
1848
  defaultValue: false
1849
+ }),
1850
+ // Added 2026-03-31
1851
+ platform_editor_lovability_distribute_column_fix: (0, _experimentBuilders.createBooleanExperiment)({
1852
+ productKeys: {
1853
+ confluence: 'platform_editor_lovability_distribute_column_fix'
1854
+ },
1855
+ param: 'isEnabled',
1856
+ defaultValue: false
1857
1857
  })
1858
1858
  };
@@ -659,14 +659,6 @@ export const editorExperimentsConfig = {
659
659
  param: 'isEnabled',
660
660
  defaultValue: false
661
661
  }),
662
- // Added 2026-01-10
663
- platform_editor_task_item_styles: createBooleanExperiment({
664
- productKeys: {
665
- confluence: 'platform_editor_task_item_styles'
666
- },
667
- param: 'isEnabled',
668
- defaultValue: false
669
- }),
670
662
  // Added 2025-08-17
671
663
  platform_hover_card_preview_panel: createMultivariateExperiment({
672
664
  productKeys: {
@@ -1848,5 +1840,13 @@ export const editorExperimentsConfig = {
1848
1840
  },
1849
1841
  param: 'isEnabled',
1850
1842
  defaultValue: false
1843
+ }),
1844
+ // Added 2026-03-31
1845
+ platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
1846
+ productKeys: {
1847
+ confluence: 'platform_editor_lovability_distribute_column_fix'
1848
+ },
1849
+ param: 'isEnabled',
1850
+ defaultValue: false
1851
1851
  })
1852
1852
  };
@@ -659,14 +659,6 @@ export var editorExperimentsConfig = {
659
659
  param: 'isEnabled',
660
660
  defaultValue: false
661
661
  }),
662
- // Added 2026-01-10
663
- platform_editor_task_item_styles: createBooleanExperiment({
664
- productKeys: {
665
- confluence: 'platform_editor_task_item_styles'
666
- },
667
- param: 'isEnabled',
668
- defaultValue: false
669
- }),
670
662
  // Added 2025-08-17
671
663
  platform_hover_card_preview_panel: createMultivariateExperiment({
672
664
  productKeys: {
@@ -1848,5 +1840,13 @@ export var editorExperimentsConfig = {
1848
1840
  },
1849
1841
  param: 'isEnabled',
1850
1842
  defaultValue: false
1843
+ }),
1844
+ // Added 2026-03-31
1845
+ platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
1846
+ productKeys: {
1847
+ confluence: 'platform_editor_lovability_distribute_column_fix'
1848
+ },
1849
+ param: 'isEnabled',
1850
+ defaultValue: false
1851
1851
  })
1852
1852
  };
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
529
529
  productKeys?: ProductKeys;
530
530
  typeGuard: IsBooleanType;
531
531
  };
532
+ platform_editor_lovability_distribute_column_fix: {
533
+ defaultValue: boolean;
534
+ param: string;
535
+ productKeys?: ProductKeys;
536
+ typeGuard: IsBooleanType;
537
+ };
532
538
  platform_editor_media_error_analytics: {
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -692,12 +698,6 @@ export declare const editorExperimentsConfig: {
692
698
  productKeys?: ProductKeys;
693
699
  typeGuard: IsBooleanType;
694
700
  };
695
- platform_editor_task_item_styles: {
696
- defaultValue: boolean;
697
- param: string;
698
- productKeys?: ProductKeys;
699
- typeGuard: IsBooleanType;
700
- };
701
701
  platform_editor_add_image_editing: {
702
702
  defaultValue: boolean;
703
703
  param: string;
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
529
529
  productKeys?: ProductKeys;
530
530
  typeGuard: IsBooleanType;
531
531
  };
532
+ platform_editor_lovability_distribute_column_fix: {
533
+ defaultValue: boolean;
534
+ param: string;
535
+ productKeys?: ProductKeys;
536
+ typeGuard: IsBooleanType;
537
+ };
532
538
  platform_editor_media_error_analytics: {
533
539
  defaultValue: boolean;
534
540
  param: string;
@@ -692,12 +698,6 @@ export declare const editorExperimentsConfig: {
692
698
  productKeys?: ProductKeys;
693
699
  typeGuard: IsBooleanType;
694
700
  };
695
- platform_editor_task_item_styles: {
696
- defaultValue: boolean;
697
- param: string;
698
- productKeys?: ProductKeys;
699
- typeGuard: IsBooleanType;
700
- };
701
701
  platform_editor_add_image_editing: {
702
702
  defaultValue: boolean;
703
703
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "51.1.0",
3
+ "version": "52.1.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": "^5.8.0",
37
+ "@atlaskit/react-ufo": "^5.10.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {