@atlaskit/tmp-editor-statsig 187.0.0 → 188.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 +13 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -9
- package/dist/types/experiments-config.d.ts +0 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 188.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`962e8dc0188bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/962e8dc0188bf) -
|
|
8
|
+
Clean up `platform_editor_offline_editing_web` with `isEnabled: true` for Confluence, keeping
|
|
9
|
+
offline editing and recovery behavior enabled. Remove the retired experiment from the editor
|
|
10
|
+
Statsig configuration; consumers must stop querying or overriding this experiment.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 187.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -36,7 +36,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
36
36
|
single_column_layouts: false,
|
|
37
37
|
platform_editor_ai_unsplash_page_header: false,
|
|
38
38
|
platform_editor_ai_edit_response_in_preview: false,
|
|
39
|
-
platform_editor_offline_editing_web: false,
|
|
40
39
|
platform_editor_tables_table_selector: false,
|
|
41
40
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
42
41
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -387,15 +387,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
387
387
|
values: ['control', 'variant_a', 'variant_b'],
|
|
388
388
|
defaultValue: 'control'
|
|
389
389
|
}),
|
|
390
|
-
// Added 2025-04-14
|
|
391
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
392
|
-
platform_editor_offline_editing_web: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
393
|
-
productKeys: {
|
|
394
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
395
|
-
},
|
|
396
|
-
param: 'isEnabled',
|
|
397
|
-
defaultValue: false
|
|
398
|
-
}),
|
|
399
390
|
// Added 2026-05-26
|
|
400
391
|
platform_editor_agent_mentions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
401
392
|
productKeys: {
|
|
@@ -30,7 +30,6 @@ export const testBooleanOverrides = {
|
|
|
30
30
|
single_column_layouts: false,
|
|
31
31
|
platform_editor_ai_unsplash_page_header: false,
|
|
32
32
|
platform_editor_ai_edit_response_in_preview: false,
|
|
33
|
-
platform_editor_offline_editing_web: false,
|
|
34
33
|
platform_editor_tables_table_selector: false,
|
|
35
34
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
36
35
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -381,15 +381,6 @@ export const editorExperimentsConfig = {
|
|
|
381
381
|
values: ['control', 'variant_a', 'variant_b'],
|
|
382
382
|
defaultValue: 'control'
|
|
383
383
|
}),
|
|
384
|
-
// Added 2025-04-14
|
|
385
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
386
|
-
platform_editor_offline_editing_web: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
384
|
// Added 2026-05-26
|
|
394
385
|
platform_editor_agent_mentions: createBooleanExperiment({
|
|
395
386
|
productKeys: {
|
|
@@ -30,7 +30,6 @@ export var testBooleanOverrides = {
|
|
|
30
30
|
single_column_layouts: false,
|
|
31
31
|
platform_editor_ai_unsplash_page_header: false,
|
|
32
32
|
platform_editor_ai_edit_response_in_preview: false,
|
|
33
|
-
platform_editor_offline_editing_web: false,
|
|
34
33
|
platform_editor_tables_table_selector: false,
|
|
35
34
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
36
35
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
@@ -381,15 +381,6 @@ export var editorExperimentsConfig = {
|
|
|
381
381
|
values: ['control', 'variant_a', 'variant_b'],
|
|
382
382
|
defaultValue: 'control'
|
|
383
383
|
}),
|
|
384
|
-
// Added 2025-04-14
|
|
385
|
-
// https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
|
|
386
|
-
platform_editor_offline_editing_web: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_offline_editing_web'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
384
|
// Added 2026-05-26
|
|
394
385
|
platform_editor_agent_mentions: createBooleanExperiment({
|
|
395
386
|
productKeys: {
|
|
@@ -442,12 +442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
442
442
|
productKeys?: ProductKeys;
|
|
443
443
|
typeGuard: IsBooleanType;
|
|
444
444
|
};
|
|
445
|
-
platform_editor_offline_editing_web: {
|
|
446
|
-
defaultValue: boolean;
|
|
447
|
-
param: string;
|
|
448
|
-
productKeys?: ProductKeys;
|
|
449
|
-
typeGuard: IsBooleanType;
|
|
450
|
-
};
|
|
451
445
|
platform_editor_agent_mentions: {
|
|
452
446
|
defaultValue: boolean;
|
|
453
447
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "188.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.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.10.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|