@atlaskit/tmp-editor-statsig 116.0.0 → 118.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 +17 -0
- package/compass.yml +38 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 118.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`46ee61dd53e91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ee61dd53e91) -
|
|
8
|
+
Remove stale experiment confluence_compact_text_format (FFCLEANUP-85812): inline final values
|
|
9
|
+
(flag enabled), simplify conditions, remove experiment config entries.
|
|
10
|
+
|
|
11
|
+
## 117.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`6e2538f8383a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e2538f8383a1) -
|
|
16
|
+
Clean up experiment `platform_editor_spotlight_migration`. The floating toolbar button is no
|
|
17
|
+
longer wrapped in the now-removed `SpotlightPulse` onboarding effect; the orphaned internal
|
|
18
|
+
`Pulse` component (the last `@atlaskit/onboarding` usage in editor-common) has been removed.
|
|
19
|
+
|
|
3
20
|
## 116.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
package/compass.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/80d90df9-b050-46f2-8563-aa320eca79e5
|
|
3
|
+
name: '@atlaskit/tmp-editor-statsig'
|
|
4
|
+
ownerId: ari:cloud:identity::team/e611522d-1773-43e4-85a5-e62f7cde47d6 # Editor - Core Experiences
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/C03ULQ29LJ0 # #team-cc-editor-ai
|
|
20
|
+
- name: Tmp Editor Statsig
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/editor/tmp-editor-statsig
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Editor
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/612646c53fe26c00694fbe6a # Chris Kimber
|
|
30
|
+
- name: Required Reviewers Opt In
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Reviewer Selection Mechanism
|
|
34
|
+
type: text
|
|
35
|
+
value: random(2)
|
|
36
|
+
- name: Required Reviewer Approvals
|
|
37
|
+
type: number
|
|
38
|
+
value: 1
|
|
@@ -50,7 +50,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
50
50
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
51
|
platform_editor_find_and_replace_improvements: false,
|
|
52
52
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
53
|
-
confluence_compact_text_format: false,
|
|
54
53
|
platform_editor_paste_actions_menu: false,
|
|
55
54
|
platform_editor_diff_plugin_extended: false,
|
|
56
55
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -903,14 +903,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
903
903
|
param: 'isEnabled',
|
|
904
904
|
defaultValue: false
|
|
905
905
|
}),
|
|
906
|
-
// Added 2025-12-04
|
|
907
|
-
confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
|
|
908
|
-
productKeys: {
|
|
909
|
-
confluence: 'confluence_compact_text_format'
|
|
910
|
-
},
|
|
911
|
-
param: 'isEnabled',
|
|
912
|
-
defaultValue: false
|
|
913
|
-
}),
|
|
914
906
|
// Added 2026-03-05
|
|
915
907
|
platform_editor_abort_ufo_on_user_interaction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
916
908
|
productKeys: {
|
|
@@ -1758,14 +1750,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1758
1750
|
defaultValue: false
|
|
1759
1751
|
}),
|
|
1760
1752
|
// Added 2026-03-30
|
|
1761
|
-
platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1762
|
-
productKeys: {
|
|
1763
|
-
confluence: 'platform_editor_spotlight_migration'
|
|
1764
|
-
},
|
|
1765
|
-
param: 'isEnabled',
|
|
1766
|
-
defaultValue: false
|
|
1767
|
-
}),
|
|
1768
|
-
// Added 2026-03-30
|
|
1769
1753
|
platform_editor_ai_xstate_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1770
1754
|
productKeys: {
|
|
1771
1755
|
confluence: 'platform_editor_ai_xstate_migration'
|
|
@@ -44,7 +44,6 @@ export const testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export const editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -1752,14 +1744,6 @@ export const editorExperimentsConfig = {
|
|
|
1752
1744
|
defaultValue: false
|
|
1753
1745
|
}),
|
|
1754
1746
|
// Added 2026-03-30
|
|
1755
|
-
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1756
|
-
productKeys: {
|
|
1757
|
-
confluence: 'platform_editor_spotlight_migration'
|
|
1758
|
-
},
|
|
1759
|
-
param: 'isEnabled',
|
|
1760
|
-
defaultValue: false
|
|
1761
|
-
}),
|
|
1762
|
-
// Added 2026-03-30
|
|
1763
1747
|
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1764
1748
|
productKeys: {
|
|
1765
1749
|
confluence: 'platform_editor_ai_xstate_migration'
|
|
@@ -44,7 +44,6 @@ export var testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
45
|
platform_editor_find_and_replace_improvements: false,
|
|
46
46
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
47
|
-
confluence_compact_text_format: false,
|
|
48
47
|
platform_editor_paste_actions_menu: false,
|
|
49
48
|
platform_editor_diff_plugin_extended: false,
|
|
50
49
|
platform_editor_ai_rename_add_polish: false,
|
|
@@ -897,14 +897,6 @@ export var editorExperimentsConfig = {
|
|
|
897
897
|
param: 'isEnabled',
|
|
898
898
|
defaultValue: false
|
|
899
899
|
}),
|
|
900
|
-
// Added 2025-12-04
|
|
901
|
-
confluence_compact_text_format: createBooleanExperiment({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'confluence_compact_text_format'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
900
|
// Added 2026-03-05
|
|
909
901
|
platform_editor_abort_ufo_on_user_interaction: createBooleanExperiment({
|
|
910
902
|
productKeys: {
|
|
@@ -1752,14 +1744,6 @@ export var editorExperimentsConfig = {
|
|
|
1752
1744
|
defaultValue: false
|
|
1753
1745
|
}),
|
|
1754
1746
|
// Added 2026-03-30
|
|
1755
|
-
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1756
|
-
productKeys: {
|
|
1757
|
-
confluence: 'platform_editor_spotlight_migration'
|
|
1758
|
-
},
|
|
1759
|
-
param: 'isEnabled',
|
|
1760
|
-
defaultValue: false
|
|
1761
|
-
}),
|
|
1762
|
-
// Added 2026-03-30
|
|
1763
1747
|
platform_editor_ai_xstate_migration: createBooleanExperiment({
|
|
1764
1748
|
productKeys: {
|
|
1765
1749
|
confluence: 'platform_editor_ai_xstate_migration'
|
|
@@ -173,12 +173,6 @@ export declare const editorExperimentsConfig: {
|
|
|
173
173
|
productKeys?: ProductKeys;
|
|
174
174
|
typeGuard: IsBooleanType;
|
|
175
175
|
};
|
|
176
|
-
confluence_compact_text_format: {
|
|
177
|
-
defaultValue: boolean;
|
|
178
|
-
param: string;
|
|
179
|
-
productKeys?: ProductKeys;
|
|
180
|
-
typeGuard: IsBooleanType;
|
|
181
|
-
};
|
|
182
176
|
ai_speech_to_text_in_editor: {
|
|
183
177
|
defaultValue: boolean;
|
|
184
178
|
param: string;
|
|
@@ -986,12 +980,6 @@ export declare const editorExperimentsConfig: {
|
|
|
986
980
|
productKeys?: ProductKeys;
|
|
987
981
|
typeGuard: IsBooleanType;
|
|
988
982
|
};
|
|
989
|
-
platform_editor_spotlight_migration: {
|
|
990
|
-
defaultValue: boolean;
|
|
991
|
-
param: string;
|
|
992
|
-
productKeys?: ProductKeys;
|
|
993
|
-
typeGuard: IsBooleanType;
|
|
994
|
-
};
|
|
995
983
|
platform_editor_fix_advanced_codeblocks_crlf_patch: {
|
|
996
984
|
defaultValue: boolean;
|
|
997
985
|
param: string;
|
package/package.json
CHANGED