@atlaskit/tmp-editor-statsig 52.0.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,18 @@
|
|
|
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
|
+
|
|
3
16
|
## 52.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -1846,5 +1846,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1846
1846
|
},
|
|
1847
1847
|
param: 'isEnabled',
|
|
1848
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
|
|
1849
1857
|
})
|
|
1850
1858
|
};
|
|
@@ -1840,5 +1840,13 @@ export const editorExperimentsConfig = {
|
|
|
1840
1840
|
},
|
|
1841
1841
|
param: 'isEnabled',
|
|
1842
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
|
|
1843
1851
|
})
|
|
1844
1852
|
};
|
|
@@ -1840,5 +1840,13 @@ export var editorExperimentsConfig = {
|
|
|
1840
1840
|
},
|
|
1841
1841
|
param: 'isEnabled',
|
|
1842
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
|
|
1843
1851
|
})
|
|
1844
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;
|
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "52.
|
|
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.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.10.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|