@atlaskit/tmp-editor-statsig 146.0.0 → 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 +14 -0
- package/dist/cjs/dynamic-config-boolean-value.js +1 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/dynamic-config-boolean-value.js +1 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/dynamic-config-boolean-value.js +1 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/dynamic-config-boolean-value.d.ts +1 -1
- package/dist/types/experiments-config.d.ts +0 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 146.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`023c9fd048b21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/023c9fd048b21) -
|
|
15
|
+
Remove the dynamic config kill switch for editor remix safety-violation handling.
|
|
16
|
+
|
|
3
17
|
## 146.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -14,7 +14,7 @@ var BOOLEAN_CONFIG_KEY = 'value';
|
|
|
14
14
|
* missing, or the value is not a boolean.
|
|
15
15
|
*
|
|
16
16
|
* Use this for a dynamic-config-backed kill switch, e.g.
|
|
17
|
-
* `dynamicConfigBooleanValue('
|
|
17
|
+
* `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
|
|
18
18
|
*/
|
|
19
19
|
function dynamicConfigBooleanValue(configName) {
|
|
20
20
|
var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
@@ -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: {
|
|
@@ -7,7 +7,7 @@ const BOOLEAN_CONFIG_KEY = 'value';
|
|
|
7
7
|
* missing, or the value is not a boolean.
|
|
8
8
|
*
|
|
9
9
|
* Use this for a dynamic-config-backed kill switch, e.g.
|
|
10
|
-
* `dynamicConfigBooleanValue('
|
|
10
|
+
* `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
|
|
11
11
|
*/
|
|
12
12
|
export function dynamicConfigBooleanValue(configName, defaultValue = false) {
|
|
13
13
|
if (!FeatureGates.initializeCompleted()) {
|
|
@@ -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: {
|
|
@@ -7,7 +7,7 @@ var BOOLEAN_CONFIG_KEY = 'value';
|
|
|
7
7
|
* missing, or the value is not a boolean.
|
|
8
8
|
*
|
|
9
9
|
* Use this for a dynamic-config-backed kill switch, e.g.
|
|
10
|
-
* `dynamicConfigBooleanValue('
|
|
10
|
+
* `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
|
|
11
11
|
*/
|
|
12
12
|
export function dynamicConfigBooleanValue(configName) {
|
|
13
13
|
var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
@@ -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: {
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* missing, or the value is not a boolean.
|
|
5
5
|
*
|
|
6
6
|
* Use this for a dynamic-config-backed kill switch, e.g.
|
|
7
|
-
* `dynamicConfigBooleanValue('
|
|
7
|
+
* `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
|
|
8
8
|
*/
|
|
9
9
|
export declare function dynamicConfigBooleanValue(configName: string, defaultValue?: boolean): boolean;
|
|
@@ -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "147.0.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.4.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|