@atlaskit/tmp-editor-statsig 137.0.0 → 138.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 138.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`febd7e6f80cd1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/febd7e6f80cd1) - -
|
|
8
|
+
`collab-provider` Cleanup experiment platform_editor_to_use_pmr_for_collab_edit_none_ic
|
|
9
|
+
- `editor-core` Update collaborative editing example so non dev connections have to provide PMR
|
|
10
|
+
path
|
|
11
|
+
- `tmp-editor-statsig` Remove platform_editor_to_use_pmr_for_collab_edit_none_ic from config
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 137.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -1146,14 +1146,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1146
1146
|
param: 'isEnabled',
|
|
1147
1147
|
defaultValue: false
|
|
1148
1148
|
}),
|
|
1149
|
-
// Added 2025-01-23
|
|
1150
|
-
platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1151
|
-
productKeys: {
|
|
1152
|
-
confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
|
|
1153
|
-
},
|
|
1154
|
-
param: 'isEnabled',
|
|
1155
|
-
defaultValue: false
|
|
1156
|
-
}),
|
|
1157
1149
|
// Added 2026-04-16
|
|
1158
1150
|
platform_editor_inline_media_replacement: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1159
1151
|
productKeys: {
|
|
@@ -1140,14 +1140,6 @@ export const editorExperimentsConfig = {
|
|
|
1140
1140
|
param: 'isEnabled',
|
|
1141
1141
|
defaultValue: false
|
|
1142
1142
|
}),
|
|
1143
|
-
// Added 2025-01-23
|
|
1144
|
-
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1145
|
-
productKeys: {
|
|
1146
|
-
confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
|
|
1147
|
-
},
|
|
1148
|
-
param: 'isEnabled',
|
|
1149
|
-
defaultValue: false
|
|
1150
|
-
}),
|
|
1151
1143
|
// Added 2026-04-16
|
|
1152
1144
|
platform_editor_inline_media_replacement: createBooleanExperiment({
|
|
1153
1145
|
productKeys: {
|
|
@@ -1140,14 +1140,6 @@ export var editorExperimentsConfig = {
|
|
|
1140
1140
|
param: 'isEnabled',
|
|
1141
1141
|
defaultValue: false
|
|
1142
1142
|
}),
|
|
1143
|
-
// Added 2025-01-23
|
|
1144
|
-
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1145
|
-
productKeys: {
|
|
1146
|
-
confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
|
|
1147
|
-
},
|
|
1148
|
-
param: 'isEnabled',
|
|
1149
|
-
defaultValue: false
|
|
1150
|
-
}),
|
|
1151
1143
|
// Added 2026-04-16
|
|
1152
1144
|
platform_editor_inline_media_replacement: createBooleanExperiment({
|
|
1153
1145
|
productKeys: {
|
|
@@ -870,12 +870,6 @@ export declare const editorExperimentsConfig: {
|
|
|
870
870
|
productKeys?: ProductKeys;
|
|
871
871
|
typeGuard: IsBooleanType;
|
|
872
872
|
};
|
|
873
|
-
platform_editor_to_use_pmr_for_collab_edit_none_ic: {
|
|
874
|
-
defaultValue: boolean;
|
|
875
|
-
param: string;
|
|
876
|
-
productKeys?: ProductKeys;
|
|
877
|
-
typeGuard: IsBooleanType;
|
|
878
|
-
};
|
|
879
873
|
'test-new-experiments-package': {
|
|
880
874
|
defaultValue: boolean;
|
|
881
875
|
param: string;
|
package/package.json
CHANGED