@atlaskit/tmp-editor-statsig 71.0.0 → 71.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
|
+
## 71.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0281a1c2161a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0281a1c2161a9) -
|
|
8
|
+
[ux] cleanup platform_editor_table_remove_last_cell_decoration
|
|
9
|
+
|
|
3
10
|
## 71.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1612,14 +1612,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1612
1612
|
param: 'isEnabled',
|
|
1613
1613
|
defaultValue: false
|
|
1614
1614
|
}),
|
|
1615
|
-
// Added 2026-03-07
|
|
1616
|
-
platform_editor_table_remove_last_cell_decoration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1617
|
-
productKeys: {
|
|
1618
|
-
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1619
|
-
},
|
|
1620
|
-
param: 'isEnabled',
|
|
1621
|
-
defaultValue: false
|
|
1622
|
-
}),
|
|
1623
1615
|
platform_editor_small_font_size: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1624
1616
|
productKeys: {
|
|
1625
1617
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -1606,14 +1606,6 @@ export const editorExperimentsConfig = {
|
|
|
1606
1606
|
param: 'isEnabled',
|
|
1607
1607
|
defaultValue: false
|
|
1608
1608
|
}),
|
|
1609
|
-
// Added 2026-03-07
|
|
1610
|
-
platform_editor_table_remove_last_cell_decoration: createBooleanExperiment({
|
|
1611
|
-
productKeys: {
|
|
1612
|
-
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1613
|
-
},
|
|
1614
|
-
param: 'isEnabled',
|
|
1615
|
-
defaultValue: false
|
|
1616
|
-
}),
|
|
1617
1609
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1618
1610
|
productKeys: {
|
|
1619
1611
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -1606,14 +1606,6 @@ export var editorExperimentsConfig = {
|
|
|
1606
1606
|
param: 'isEnabled',
|
|
1607
1607
|
defaultValue: false
|
|
1608
1608
|
}),
|
|
1609
|
-
// Added 2026-03-07
|
|
1610
|
-
platform_editor_table_remove_last_cell_decoration: createBooleanExperiment({
|
|
1611
|
-
productKeys: {
|
|
1612
|
-
confluence: 'platform_editor_table_remove_last_cell_decoration'
|
|
1613
|
-
},
|
|
1614
|
-
param: 'isEnabled',
|
|
1615
|
-
defaultValue: false
|
|
1616
|
-
}),
|
|
1617
1609
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1618
1610
|
productKeys: {
|
|
1619
1611
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -1224,12 +1224,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1224
1224
|
productKeys?: ProductKeys;
|
|
1225
1225
|
typeGuard: IsBooleanType;
|
|
1226
1226
|
};
|
|
1227
|
-
platform_editor_table_remove_last_cell_decoration: {
|
|
1228
|
-
defaultValue: boolean;
|
|
1229
|
-
param: string;
|
|
1230
|
-
productKeys?: ProductKeys;
|
|
1231
|
-
typeGuard: IsBooleanType;
|
|
1232
|
-
};
|
|
1233
1227
|
platform_editor_small_font_size: {
|
|
1234
1228
|
defaultValue: boolean;
|
|
1235
1229
|
param: string;
|
|
@@ -1224,12 +1224,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1224
1224
|
productKeys?: ProductKeys;
|
|
1225
1225
|
typeGuard: IsBooleanType;
|
|
1226
1226
|
};
|
|
1227
|
-
platform_editor_table_remove_last_cell_decoration: {
|
|
1228
|
-
defaultValue: boolean;
|
|
1229
|
-
param: string;
|
|
1230
|
-
productKeys?: ProductKeys;
|
|
1231
|
-
typeGuard: IsBooleanType;
|
|
1232
|
-
};
|
|
1233
1227
|
platform_editor_small_font_size: {
|
|
1234
1228
|
defaultValue: boolean;
|
|
1235
1229
|
param: string;
|
package/package.json
CHANGED