@atlaskit/tmp-editor-statsig 32.10.0 → 32.12.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 +14 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2ba512be34b34`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ba512be34b34) -
|
|
8
|
+
[ux] always enable table resizer extended zone
|
|
9
|
+
|
|
10
|
+
## 32.11.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`dbd7ff4f67cfb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbd7ff4f67cfb) -
|
|
15
|
+
added `platform_editor_rovobutton_smartlink_toolbar_exp` experience gate
|
|
16
|
+
|
|
3
17
|
## 32.10.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -1568,5 +1568,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1568
1568
|
},
|
|
1569
1569
|
param: 'isEnabled',
|
|
1570
1570
|
defaultValue: false
|
|
1571
|
+
}),
|
|
1572
|
+
// Added 2026-03-04
|
|
1573
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1574
|
+
productKeys: {
|
|
1575
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1576
|
+
},
|
|
1577
|
+
param: 'isEnabled',
|
|
1578
|
+
defaultValue: false
|
|
1579
|
+
}),
|
|
1580
|
+
// Added 2026-03-05
|
|
1581
|
+
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1582
|
+
productKeys: {
|
|
1583
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1584
|
+
},
|
|
1585
|
+
param: 'isEnabled',
|
|
1586
|
+
defaultValue: false
|
|
1571
1587
|
})
|
|
1572
1588
|
};
|
|
@@ -1562,5 +1562,21 @@ export const editorExperimentsConfig = {
|
|
|
1562
1562
|
},
|
|
1563
1563
|
param: 'isEnabled',
|
|
1564
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1573
|
+
}),
|
|
1574
|
+
// Added 2026-03-05
|
|
1575
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1576
|
+
productKeys: {
|
|
1577
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1578
|
+
},
|
|
1579
|
+
param: 'isEnabled',
|
|
1580
|
+
defaultValue: false
|
|
1565
1581
|
})
|
|
1566
1582
|
};
|
|
@@ -1562,5 +1562,21 @@ export var editorExperimentsConfig = {
|
|
|
1562
1562
|
},
|
|
1563
1563
|
param: 'isEnabled',
|
|
1564
1564
|
defaultValue: false
|
|
1565
|
+
}),
|
|
1566
|
+
// Added 2026-03-04
|
|
1567
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1568
|
+
productKeys: {
|
|
1569
|
+
confluence: 'platform_editor_rovobutton_smartlink_toolbar_exp'
|
|
1570
|
+
},
|
|
1571
|
+
param: 'isEnabled',
|
|
1572
|
+
defaultValue: false
|
|
1573
|
+
}),
|
|
1574
|
+
// Added 2026-03-05
|
|
1575
|
+
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1576
|
+
productKeys: {
|
|
1577
|
+
confluence: 'platform_editor_table_resizer_extended_zone'
|
|
1578
|
+
},
|
|
1579
|
+
param: 'isEnabled',
|
|
1580
|
+
defaultValue: false
|
|
1565
1581
|
})
|
|
1566
1582
|
};
|
|
@@ -1158,5 +1158,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1158
|
productKeys?: ProductKeys;
|
|
1159
1159
|
typeGuard: IsBooleanType;
|
|
1160
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1161
1173
|
};
|
|
1162
1174
|
export {};
|
|
@@ -1158,5 +1158,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1158
1158
|
productKeys?: ProductKeys;
|
|
1159
1159
|
typeGuard: IsBooleanType;
|
|
1160
1160
|
};
|
|
1161
|
+
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1162
|
+
defaultValue: boolean;
|
|
1163
|
+
param: string;
|
|
1164
|
+
productKeys?: ProductKeys;
|
|
1165
|
+
typeGuard: IsBooleanType;
|
|
1166
|
+
};
|
|
1167
|
+
platform_editor_table_resizer_extended_zone: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1161
1173
|
};
|
|
1162
1174
|
export {};
|
package/package.json
CHANGED