@atlaskit/tmp-editor-statsig 145.0.0 → 146.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 +14 -0
- package/dist/cjs/dynamic-config-boolean-value.js +1 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/dynamic-config-boolean-value.js +1 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/dynamic-config-boolean-value.js +1 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/dynamic-config-boolean-value.d.ts +1 -1
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 146.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`023c9fd048b21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/023c9fd048b21) -
|
|
8
|
+
Remove the dynamic config kill switch for editor remix safety-violation handling.
|
|
9
|
+
|
|
10
|
+
## 146.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`dc25bddeafe4d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc25bddeafe4d) -
|
|
15
|
+
Clean up experiment `platform_editor_ai_tablecell_localids`
|
|
16
|
+
|
|
3
17
|
## 145.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;
|
|
@@ -2152,14 +2152,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2152
2152
|
param: 'isEnabled',
|
|
2153
2153
|
defaultValue: false
|
|
2154
2154
|
}),
|
|
2155
|
-
// Added 2026-05-20
|
|
2156
|
-
platform_editor_ai_tablecell_localids: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2157
|
-
productKeys: {
|
|
2158
|
-
confluence: 'platform_editor_ai_tablecell_localids'
|
|
2159
|
-
},
|
|
2160
|
-
param: 'isEnabled',
|
|
2161
|
-
defaultValue: false
|
|
2162
|
-
}),
|
|
2163
2155
|
// Added 2026-06-05
|
|
2164
2156
|
fix_copy_paste_external_media_renderer_to_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2165
2157
|
productKeys: {
|
|
@@ -2221,14 +2213,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2221
2213
|
param: 'isEnabled',
|
|
2222
2214
|
defaultValue: false
|
|
2223
2215
|
}),
|
|
2224
|
-
// Added 2026-07-24
|
|
2225
|
-
platform_editor_nest_expand_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2226
|
-
productKeys: {
|
|
2227
|
-
confluence: 'platform_editor_nest_expand_in_panel'
|
|
2228
|
-
},
|
|
2229
|
-
param: 'isEnabled',
|
|
2230
|
-
defaultValue: false
|
|
2231
|
-
}),
|
|
2232
2216
|
// Added 2026-05-20
|
|
2233
2217
|
platform_editor_default_toolbar_state: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2234
2218
|
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()) {
|
|
@@ -2146,14 +2146,6 @@ export const editorExperimentsConfig = {
|
|
|
2146
2146
|
param: 'isEnabled',
|
|
2147
2147
|
defaultValue: false
|
|
2148
2148
|
}),
|
|
2149
|
-
// Added 2026-05-20
|
|
2150
|
-
platform_editor_ai_tablecell_localids: createBooleanExperiment({
|
|
2151
|
-
productKeys: {
|
|
2152
|
-
confluence: 'platform_editor_ai_tablecell_localids'
|
|
2153
|
-
},
|
|
2154
|
-
param: 'isEnabled',
|
|
2155
|
-
defaultValue: false
|
|
2156
|
-
}),
|
|
2157
2149
|
// Added 2026-06-05
|
|
2158
2150
|
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
2159
2151
|
productKeys: {
|
|
@@ -2215,14 +2207,6 @@ export const editorExperimentsConfig = {
|
|
|
2215
2207
|
param: 'isEnabled',
|
|
2216
2208
|
defaultValue: false
|
|
2217
2209
|
}),
|
|
2218
|
-
// Added 2026-07-24
|
|
2219
|
-
platform_editor_nest_expand_in_panel: createBooleanExperiment({
|
|
2220
|
-
productKeys: {
|
|
2221
|
-
confluence: 'platform_editor_nest_expand_in_panel'
|
|
2222
|
-
},
|
|
2223
|
-
param: 'isEnabled',
|
|
2224
|
-
defaultValue: false
|
|
2225
|
-
}),
|
|
2226
2210
|
// Added 2026-05-20
|
|
2227
2211
|
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2228
2212
|
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;
|
|
@@ -2146,14 +2146,6 @@ export var editorExperimentsConfig = {
|
|
|
2146
2146
|
param: 'isEnabled',
|
|
2147
2147
|
defaultValue: false
|
|
2148
2148
|
}),
|
|
2149
|
-
// Added 2026-05-20
|
|
2150
|
-
platform_editor_ai_tablecell_localids: createBooleanExperiment({
|
|
2151
|
-
productKeys: {
|
|
2152
|
-
confluence: 'platform_editor_ai_tablecell_localids'
|
|
2153
|
-
},
|
|
2154
|
-
param: 'isEnabled',
|
|
2155
|
-
defaultValue: false
|
|
2156
|
-
}),
|
|
2157
2149
|
// Added 2026-06-05
|
|
2158
2150
|
fix_copy_paste_external_media_renderer_to_editor: createBooleanExperiment({
|
|
2159
2151
|
productKeys: {
|
|
@@ -2215,14 +2207,6 @@ export var editorExperimentsConfig = {
|
|
|
2215
2207
|
param: 'isEnabled',
|
|
2216
2208
|
defaultValue: false
|
|
2217
2209
|
}),
|
|
2218
|
-
// Added 2026-07-24
|
|
2219
|
-
platform_editor_nest_expand_in_panel: createBooleanExperiment({
|
|
2220
|
-
productKeys: {
|
|
2221
|
-
confluence: 'platform_editor_nest_expand_in_panel'
|
|
2222
|
-
},
|
|
2223
|
-
param: 'isEnabled',
|
|
2224
|
-
defaultValue: false
|
|
2225
|
-
}),
|
|
2226
2210
|
// Added 2026-05-20
|
|
2227
2211
|
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2228
2212
|
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;
|
|
@@ -1538,12 +1538,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1538
1538
|
productKeys?: ProductKeys;
|
|
1539
1539
|
typeGuard: IsBooleanType;
|
|
1540
1540
|
};
|
|
1541
|
-
platform_editor_ai_tablecell_localids: {
|
|
1542
|
-
defaultValue: boolean;
|
|
1543
|
-
param: string;
|
|
1544
|
-
productKeys?: ProductKeys;
|
|
1545
|
-
typeGuard: IsBooleanType;
|
|
1546
|
-
};
|
|
1547
1541
|
confluence_fe_disable_comment_if_offline_fix: {
|
|
1548
1542
|
defaultValue: boolean;
|
|
1549
1543
|
param: string;
|
|
@@ -1641,12 +1635,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1641
1635
|
productKeys?: ProductKeys;
|
|
1642
1636
|
typeGuard: IsBooleanType;
|
|
1643
1637
|
};
|
|
1644
|
-
platform_editor_nest_expand_in_panel: {
|
|
1645
|
-
defaultValue: boolean;
|
|
1646
|
-
param: string;
|
|
1647
|
-
productKeys?: ProductKeys;
|
|
1648
|
-
typeGuard: IsBooleanType;
|
|
1649
|
-
};
|
|
1650
1638
|
platform_rovo_support_create_inline_comment: {
|
|
1651
1639
|
defaultValue: boolean;
|
|
1652
1640
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "146.0.1",
|
|
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": {
|