@atlaskit/tmp-editor-statsig 146.0.1 → 147.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 147.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`774c01e2f1cdd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/774c01e2f1cdd) -
|
|
8
|
+
Remove the `platform_editor_diff_granular_extended` experiment and retain its disabled behavior.
|
|
9
|
+
|
|
3
10
|
## 146.0.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1681,14 +1681,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1681
1681
|
param: 'isEnabled',
|
|
1682
1682
|
defaultValue: false
|
|
1683
1683
|
}),
|
|
1684
|
-
// Added 2026-06-24
|
|
1685
|
-
platform_editor_diff_granular_extended: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1686
|
-
productKeys: {
|
|
1687
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1688
|
-
},
|
|
1689
|
-
param: 'isEnabled',
|
|
1690
|
-
defaultValue: false
|
|
1691
|
-
}),
|
|
1692
1684
|
// Added 2026-07-20
|
|
1693
1685
|
platform_editor_table_diff_rounded_corners: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1694
1686
|
productKeys: {
|
|
@@ -1675,14 +1675,6 @@ export const editorExperimentsConfig = {
|
|
|
1675
1675
|
param: 'isEnabled',
|
|
1676
1676
|
defaultValue: false
|
|
1677
1677
|
}),
|
|
1678
|
-
// Added 2026-06-24
|
|
1679
|
-
platform_editor_diff_granular_extended: createBooleanExperiment({
|
|
1680
|
-
productKeys: {
|
|
1681
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1682
|
-
},
|
|
1683
|
-
param: 'isEnabled',
|
|
1684
|
-
defaultValue: false
|
|
1685
|
-
}),
|
|
1686
1678
|
// Added 2026-07-20
|
|
1687
1679
|
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1688
1680
|
productKeys: {
|
|
@@ -1675,14 +1675,6 @@ export var editorExperimentsConfig = {
|
|
|
1675
1675
|
param: 'isEnabled',
|
|
1676
1676
|
defaultValue: false
|
|
1677
1677
|
}),
|
|
1678
|
-
// Added 2026-06-24
|
|
1679
|
-
platform_editor_diff_granular_extended: createBooleanExperiment({
|
|
1680
|
-
productKeys: {
|
|
1681
|
-
confluence: 'platform_editor_diff_granular_extended'
|
|
1682
|
-
},
|
|
1683
|
-
param: 'isEnabled',
|
|
1684
|
-
defaultValue: false
|
|
1685
|
-
}),
|
|
1686
1678
|
// Added 2026-07-20
|
|
1687
1679
|
platform_editor_table_diff_rounded_corners: createBooleanExperiment({
|
|
1688
1680
|
productKeys: {
|
|
@@ -1298,12 +1298,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1298
1298
|
productKeys?: ProductKeys;
|
|
1299
1299
|
typeGuard: IsBooleanType;
|
|
1300
1300
|
};
|
|
1301
|
-
platform_editor_diff_granular_extended: {
|
|
1302
|
-
defaultValue: boolean;
|
|
1303
|
-
param: string;
|
|
1304
|
-
productKeys?: ProductKeys;
|
|
1305
|
-
typeGuard: IsBooleanType;
|
|
1306
|
-
};
|
|
1307
1301
|
platform_editor_table_diff_rounded_corners: {
|
|
1308
1302
|
defaultValue: boolean;
|
|
1309
1303
|
param: string;
|
package/package.json
CHANGED