@atlaskit/tmp-editor-statsig 115.1.0 → 116.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
|
+
## 116.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`2e62212873ddd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2e62212873ddd) -
|
|
8
|
+
Clean up experiment `platform_editor_macro_placeholder_array_guard`
|
|
9
|
+
|
|
3
10
|
## 115.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1960,15 +1960,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1960
1960
|
param: 'isEnabled',
|
|
1961
1961
|
defaultValue: false
|
|
1962
1962
|
}),
|
|
1963
|
-
// Added 2026-06-02
|
|
1964
|
-
platform_editor_macro_placeholder_array_guard: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1965
|
-
productKeys: {
|
|
1966
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1967
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1968
|
-
},
|
|
1969
|
-
param: 'isEnabled',
|
|
1970
|
-
defaultValue: true
|
|
1971
|
-
}),
|
|
1972
1963
|
platform_editor_table_close_cell_menu_on_move_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
1964
|
productKeys: {
|
|
1974
1965
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -1954,15 +1954,6 @@ export const editorExperimentsConfig = {
|
|
|
1954
1954
|
param: 'isEnabled',
|
|
1955
1955
|
defaultValue: false
|
|
1956
1956
|
}),
|
|
1957
|
-
// Added 2026-06-02
|
|
1958
|
-
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
1959
|
-
productKeys: {
|
|
1960
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1961
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: true
|
|
1965
|
-
}),
|
|
1966
1957
|
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
1967
1958
|
productKeys: {
|
|
1968
1959
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -1954,15 +1954,6 @@ export var editorExperimentsConfig = {
|
|
|
1954
1954
|
param: 'isEnabled',
|
|
1955
1955
|
defaultValue: false
|
|
1956
1956
|
}),
|
|
1957
|
-
// Added 2026-06-02
|
|
1958
|
-
platform_editor_macro_placeholder_array_guard: createBooleanExperiment({
|
|
1959
|
-
productKeys: {
|
|
1960
|
-
confluence: 'platform_editor_macro_placeholder_array_guard',
|
|
1961
|
-
jira: 'platform_editor_macro_placeholder_array_guard'
|
|
1962
|
-
},
|
|
1963
|
-
param: 'isEnabled',
|
|
1964
|
-
defaultValue: true
|
|
1965
|
-
}),
|
|
1966
1957
|
platform_editor_table_close_cell_menu_on_move_exp: createBooleanExperiment({
|
|
1967
1958
|
productKeys: {
|
|
1968
1959
|
confluence: 'platform_editor_table_close_cell_menu_on_move_exp',
|
|
@@ -1442,12 +1442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1442
1442
|
productKeys?: ProductKeys;
|
|
1443
1443
|
typeGuard: IsBooleanType;
|
|
1444
1444
|
};
|
|
1445
|
-
platform_editor_macro_placeholder_array_guard: {
|
|
1446
|
-
defaultValue: boolean;
|
|
1447
|
-
param: string;
|
|
1448
|
-
productKeys?: ProductKeys;
|
|
1449
|
-
typeGuard: IsBooleanType;
|
|
1450
|
-
};
|
|
1451
1445
|
platform_editor_table_close_cell_menu_on_move_exp: {
|
|
1452
1446
|
defaultValue: boolean;
|
|
1453
1447
|
param: string;
|
package/package.json
CHANGED