@atlaskit/tmp-editor-statsig 133.3.0 → 133.3.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 133.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`9120ffa5e7699`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9120ffa5e7699) -
|
|
8
|
+
Clean up experiment `agent-managed-blocks-stop-block-template`.
|
|
9
|
+
|
|
3
10
|
## 133.3.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -262,14 +262,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
262
262
|
param: 'isEnabled',
|
|
263
263
|
defaultValue: false
|
|
264
264
|
}),
|
|
265
|
-
// Added 2026-06-30
|
|
266
|
-
'agent-managed-blocks-stop-block-template': (0, _experimentBuilders.createBooleanExperiment)({
|
|
267
|
-
productKeys: {
|
|
268
|
-
confluence: 'agent-managed-blocks-stop-block-template'
|
|
269
|
-
},
|
|
270
|
-
param: 'isEnabled',
|
|
271
|
-
defaultValue: false
|
|
272
|
-
}),
|
|
273
265
|
// Added 2026-05-05
|
|
274
266
|
'databases-native-embeds-v2': (0, _experimentBuilders.createBooleanExperiment)({
|
|
275
267
|
productKeys: {
|
|
@@ -256,14 +256,6 @@ export const editorExperimentsConfig = {
|
|
|
256
256
|
param: 'isEnabled',
|
|
257
257
|
defaultValue: false
|
|
258
258
|
}),
|
|
259
|
-
// Added 2026-06-30
|
|
260
|
-
'agent-managed-blocks-stop-block-template': createBooleanExperiment({
|
|
261
|
-
productKeys: {
|
|
262
|
-
confluence: 'agent-managed-blocks-stop-block-template'
|
|
263
|
-
},
|
|
264
|
-
param: 'isEnabled',
|
|
265
|
-
defaultValue: false
|
|
266
|
-
}),
|
|
267
259
|
// Added 2026-05-05
|
|
268
260
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
269
261
|
productKeys: {
|
|
@@ -256,14 +256,6 @@ export var editorExperimentsConfig = {
|
|
|
256
256
|
param: 'isEnabled',
|
|
257
257
|
defaultValue: false
|
|
258
258
|
}),
|
|
259
|
-
// Added 2026-06-30
|
|
260
|
-
'agent-managed-blocks-stop-block-template': createBooleanExperiment({
|
|
261
|
-
productKeys: {
|
|
262
|
-
confluence: 'agent-managed-blocks-stop-block-template'
|
|
263
|
-
},
|
|
264
|
-
param: 'isEnabled',
|
|
265
|
-
defaultValue: false
|
|
266
|
-
}),
|
|
267
259
|
// Added 2026-05-05
|
|
268
260
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
269
261
|
productKeys: {
|
|
@@ -93,12 +93,6 @@ export declare const editorExperimentsConfig: {
|
|
|
93
93
|
productKeys?: ProductKeys;
|
|
94
94
|
typeGuard: IsBooleanType;
|
|
95
95
|
};
|
|
96
|
-
'agent-managed-blocks-stop-block-template': {
|
|
97
|
-
defaultValue: boolean;
|
|
98
|
-
param: string;
|
|
99
|
-
productKeys?: ProductKeys;
|
|
100
|
-
typeGuard: IsBooleanType;
|
|
101
|
-
};
|
|
102
96
|
cc_editor_ai_content_mode: {
|
|
103
97
|
defaultValue: 'control' | 'test';
|
|
104
98
|
param: string;
|
package/package.json
CHANGED