@atlaskit/tmp-editor-statsig 138.1.0 → 139.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 139.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`72f7cec91a1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f7cec91a1d4) -
|
|
8
|
+
Remove the `editor_synced_block_perf` experiment. The lazy node-view init and cached
|
|
9
|
+
status-decoration apply path are now always on, and the legacy full-document `descendants()`
|
|
10
|
+
decoration walk has been removed.
|
|
11
|
+
- [`72f7cec91a1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72f7cec91a1d4) -
|
|
12
|
+
Remove the `platform_synced_block_use_new_source_nodeview` experiment. The new source node view is
|
|
13
|
+
now always used and the superseded implementation has been deleted.
|
|
14
|
+
|
|
3
15
|
## 138.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -928,15 +928,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
928
928
|
param: 'isEnabled',
|
|
929
929
|
defaultValue: false
|
|
930
930
|
}),
|
|
931
|
-
// Added 2026-03-05
|
|
932
|
-
platform_synced_block_use_new_source_nodeview: (0, _experimentBuilders.createBooleanExperiment)({
|
|
933
|
-
productKeys: {
|
|
934
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
935
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
936
|
-
},
|
|
937
|
-
param: 'isEnabled',
|
|
938
|
-
defaultValue: false
|
|
939
|
-
}),
|
|
940
931
|
// Added 2025-08-18
|
|
941
932
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
942
933
|
productKeys: {
|
|
@@ -2202,14 +2193,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2202
2193
|
param: 'isEnabled',
|
|
2203
2194
|
defaultValue: false
|
|
2204
2195
|
}),
|
|
2205
|
-
// Added 2026-05-05
|
|
2206
|
-
editor_synced_block_perf: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2207
|
-
productKeys: {
|
|
2208
|
-
confluence: 'editor_synced_block_perf'
|
|
2209
|
-
},
|
|
2210
|
-
param: 'isEnabled',
|
|
2211
|
-
defaultValue: false
|
|
2212
|
-
}),
|
|
2213
2196
|
// Added 2026-07-09
|
|
2214
2197
|
platform_editor_sync_block_activation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2215
2198
|
productKeys: {
|
|
@@ -922,15 +922,6 @@ export const editorExperimentsConfig = {
|
|
|
922
922
|
param: 'isEnabled',
|
|
923
923
|
defaultValue: false
|
|
924
924
|
}),
|
|
925
|
-
// Added 2026-03-05
|
|
926
|
-
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
927
|
-
productKeys: {
|
|
928
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
929
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
930
|
-
},
|
|
931
|
-
param: 'isEnabled',
|
|
932
|
-
defaultValue: false
|
|
933
|
-
}),
|
|
934
925
|
// Added 2025-08-18
|
|
935
926
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
936
927
|
productKeys: {
|
|
@@ -2196,14 +2187,6 @@ export const editorExperimentsConfig = {
|
|
|
2196
2187
|
param: 'isEnabled',
|
|
2197
2188
|
defaultValue: false
|
|
2198
2189
|
}),
|
|
2199
|
-
// Added 2026-05-05
|
|
2200
|
-
editor_synced_block_perf: createBooleanExperiment({
|
|
2201
|
-
productKeys: {
|
|
2202
|
-
confluence: 'editor_synced_block_perf'
|
|
2203
|
-
},
|
|
2204
|
-
param: 'isEnabled',
|
|
2205
|
-
defaultValue: false
|
|
2206
|
-
}),
|
|
2207
2190
|
// Added 2026-07-09
|
|
2208
2191
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
2209
2192
|
productKeys: {
|
|
@@ -922,15 +922,6 @@ export var editorExperimentsConfig = {
|
|
|
922
922
|
param: 'isEnabled',
|
|
923
923
|
defaultValue: false
|
|
924
924
|
}),
|
|
925
|
-
// Added 2026-03-05
|
|
926
|
-
platform_synced_block_use_new_source_nodeview: createBooleanExperiment({
|
|
927
|
-
productKeys: {
|
|
928
|
-
confluence: 'platform_synced_block_use_new_source_nodeview',
|
|
929
|
-
jira: 'platform_synced_block_use_new_source_nodeview'
|
|
930
|
-
},
|
|
931
|
-
param: 'isEnabled',
|
|
932
|
-
defaultValue: false
|
|
933
|
-
}),
|
|
934
925
|
// Added 2025-08-18
|
|
935
926
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
936
927
|
productKeys: {
|
|
@@ -2196,14 +2187,6 @@ export var editorExperimentsConfig = {
|
|
|
2196
2187
|
param: 'isEnabled',
|
|
2197
2188
|
defaultValue: false
|
|
2198
2189
|
}),
|
|
2199
|
-
// Added 2026-05-05
|
|
2200
|
-
editor_synced_block_perf: createBooleanExperiment({
|
|
2201
|
-
productKeys: {
|
|
2202
|
-
confluence: 'editor_synced_block_perf'
|
|
2203
|
-
},
|
|
2204
|
-
param: 'isEnabled',
|
|
2205
|
-
defaultValue: false
|
|
2206
|
-
}),
|
|
2207
2190
|
// Added 2026-07-09
|
|
2208
2191
|
platform_editor_sync_block_activation: createBooleanExperiment({
|
|
2209
2192
|
productKeys: {
|
|
@@ -834,24 +834,12 @@ export declare const editorExperimentsConfig: {
|
|
|
834
834
|
productKeys?: ProductKeys;
|
|
835
835
|
typeGuard: IsBooleanType;
|
|
836
836
|
};
|
|
837
|
-
platform_synced_block_use_new_source_nodeview: {
|
|
838
|
-
defaultValue: boolean;
|
|
839
|
-
param: string;
|
|
840
|
-
productKeys?: ProductKeys;
|
|
841
|
-
typeGuard: IsBooleanType;
|
|
842
|
-
};
|
|
843
837
|
platform_editor_sync_block_activation: {
|
|
844
838
|
defaultValue: boolean;
|
|
845
839
|
param: string;
|
|
846
840
|
productKeys?: ProductKeys;
|
|
847
841
|
typeGuard: IsBooleanType;
|
|
848
842
|
};
|
|
849
|
-
editor_synced_block_perf: {
|
|
850
|
-
defaultValue: boolean;
|
|
851
|
-
param: string;
|
|
852
|
-
productKeys?: ProductKeys;
|
|
853
|
-
typeGuard: IsBooleanType;
|
|
854
|
-
};
|
|
855
843
|
platform_use_llm_space_recommendations: {
|
|
856
844
|
defaultValue: boolean;
|
|
857
845
|
param: string;
|
package/package.json
CHANGED