@atlaskit/tmp-editor-statsig 63.0.0 → 64.1.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 +18 -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/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 64.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`64134fd6d8fee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/64134fd6d8fee) -
|
|
8
|
+
clean up platform_editor_block_control_optimise_render
|
|
9
|
+
|
|
10
|
+
## 64.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`79124c226e2f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79124c226e2f4) -
|
|
15
|
+
NO-ISSUE Clean up platform_editor_ai_edit_unsupported_content
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 63.0.0
|
|
4
22
|
|
|
5
23
|
### Major Changes
|
|
@@ -27,7 +27,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
27
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
28
28
|
platform_editor_preview_panel_responsiveness: false,
|
|
29
29
|
platform_editor_toolbar_aifc: false,
|
|
30
|
-
platform_editor_block_control_optimise_render: false,
|
|
31
30
|
'test-new-experiments-package': false,
|
|
32
31
|
platform_editor_exp_lazy_node_views: false,
|
|
33
32
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -247,14 +247,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
247
247
|
param: 'isEnabled',
|
|
248
248
|
defaultValue: false
|
|
249
249
|
}),
|
|
250
|
-
// Added 2025-06-02
|
|
251
|
-
platform_editor_block_control_optimise_render: (0, _experimentBuilders.createBooleanExperiment)({
|
|
252
|
-
productKeys: {
|
|
253
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
254
|
-
},
|
|
255
|
-
param: 'isEnabled',
|
|
256
|
-
defaultValue: false
|
|
257
|
-
}),
|
|
258
250
|
// Added 2024-08-08
|
|
259
251
|
'example-boolean': (0, _experimentBuilders.createBooleanExperiment)({
|
|
260
252
|
productKeys: {
|
|
@@ -1179,14 +1171,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1179
1171
|
param: 'isEnabled',
|
|
1180
1172
|
defaultValue: false
|
|
1181
1173
|
}),
|
|
1182
|
-
// Added 2026-01-16
|
|
1183
|
-
platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
|
-
productKeys: {
|
|
1185
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1186
|
-
},
|
|
1187
|
-
param: 'isEnabled',
|
|
1188
|
-
defaultValue: false
|
|
1189
|
-
}),
|
|
1190
1174
|
// Added 2026-01-19
|
|
1191
1175
|
platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
1176
|
productKeys: {
|
|
@@ -21,7 +21,6 @@ export const testBooleanOverrides = {
|
|
|
21
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
22
22
|
platform_editor_preview_panel_responsiveness: false,
|
|
23
23
|
platform_editor_toolbar_aifc: false,
|
|
24
|
-
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
platform_editor_exp_lazy_node_views: false,
|
|
27
26
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -241,14 +241,6 @@ export const editorExperimentsConfig = {
|
|
|
241
241
|
param: 'isEnabled',
|
|
242
242
|
defaultValue: false
|
|
243
243
|
}),
|
|
244
|
-
// Added 2025-06-02
|
|
245
|
-
platform_editor_block_control_optimise_render: createBooleanExperiment({
|
|
246
|
-
productKeys: {
|
|
247
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
248
|
-
},
|
|
249
|
-
param: 'isEnabled',
|
|
250
|
-
defaultValue: false
|
|
251
|
-
}),
|
|
252
244
|
// Added 2024-08-08
|
|
253
245
|
'example-boolean': createBooleanExperiment({
|
|
254
246
|
productKeys: {
|
|
@@ -1173,14 +1165,6 @@ export const editorExperimentsConfig = {
|
|
|
1173
1165
|
param: 'isEnabled',
|
|
1174
1166
|
defaultValue: false
|
|
1175
1167
|
}),
|
|
1176
|
-
// Added 2026-01-16
|
|
1177
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1178
|
-
productKeys: {
|
|
1179
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1180
|
-
},
|
|
1181
|
-
param: 'isEnabled',
|
|
1182
|
-
defaultValue: false
|
|
1183
|
-
}),
|
|
1184
1168
|
// Added 2026-01-19
|
|
1185
1169
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1186
1170
|
productKeys: {
|
|
@@ -21,7 +21,6 @@ export var testBooleanOverrides = {
|
|
|
21
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
22
22
|
platform_editor_preview_panel_responsiveness: false,
|
|
23
23
|
platform_editor_toolbar_aifc: false,
|
|
24
|
-
platform_editor_block_control_optimise_render: false,
|
|
25
24
|
'test-new-experiments-package': false,
|
|
26
25
|
platform_editor_exp_lazy_node_views: false,
|
|
27
26
|
platform_renderer_table_sticky_scrollbar: false,
|
|
@@ -241,14 +241,6 @@ export var editorExperimentsConfig = {
|
|
|
241
241
|
param: 'isEnabled',
|
|
242
242
|
defaultValue: false
|
|
243
243
|
}),
|
|
244
|
-
// Added 2025-06-02
|
|
245
|
-
platform_editor_block_control_optimise_render: createBooleanExperiment({
|
|
246
|
-
productKeys: {
|
|
247
|
-
confluence: 'platform_editor_block_control_optimise_render'
|
|
248
|
-
},
|
|
249
|
-
param: 'isEnabled',
|
|
250
|
-
defaultValue: false
|
|
251
|
-
}),
|
|
252
244
|
// Added 2024-08-08
|
|
253
245
|
'example-boolean': createBooleanExperiment({
|
|
254
246
|
productKeys: {
|
|
@@ -1173,14 +1165,6 @@ export var editorExperimentsConfig = {
|
|
|
1173
1165
|
param: 'isEnabled',
|
|
1174
1166
|
defaultValue: false
|
|
1175
1167
|
}),
|
|
1176
|
-
// Added 2026-01-16
|
|
1177
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1178
|
-
productKeys: {
|
|
1179
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1180
|
-
},
|
|
1181
|
-
param: 'isEnabled',
|
|
1182
|
-
defaultValue: false
|
|
1183
|
-
}),
|
|
1184
1168
|
// Added 2026-01-19
|
|
1185
1169
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1186
1170
|
productKeys: {
|
|
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
|
|
|
318
318
|
productKeys?: ProductKeys;
|
|
319
319
|
typeGuard: IsBooleanType;
|
|
320
320
|
};
|
|
321
|
-
platform_editor_block_control_optimise_render: {
|
|
322
|
-
defaultValue: boolean;
|
|
323
|
-
param: string;
|
|
324
|
-
productKeys?: ProductKeys;
|
|
325
|
-
typeGuard: IsBooleanType;
|
|
326
|
-
};
|
|
327
321
|
platform_editor_media_name_fallback: {
|
|
328
322
|
defaultValue: boolean;
|
|
329
323
|
param: string;
|
|
@@ -863,12 +857,6 @@ export declare const editorExperimentsConfig: {
|
|
|
863
857
|
productKeys?: ProductKeys;
|
|
864
858
|
typeGuard: IsBooleanType;
|
|
865
859
|
};
|
|
866
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
867
|
-
defaultValue: boolean;
|
|
868
|
-
param: string;
|
|
869
|
-
productKeys?: ProductKeys;
|
|
870
|
-
typeGuard: IsBooleanType;
|
|
871
|
-
};
|
|
872
860
|
platform_editor_copy_paste_issue_fix: {
|
|
873
861
|
defaultValue: boolean;
|
|
874
862
|
param: string;
|
|
@@ -318,12 +318,6 @@ export declare const editorExperimentsConfig: {
|
|
|
318
318
|
productKeys?: ProductKeys;
|
|
319
319
|
typeGuard: IsBooleanType;
|
|
320
320
|
};
|
|
321
|
-
platform_editor_block_control_optimise_render: {
|
|
322
|
-
defaultValue: boolean;
|
|
323
|
-
param: string;
|
|
324
|
-
productKeys?: ProductKeys;
|
|
325
|
-
typeGuard: IsBooleanType;
|
|
326
|
-
};
|
|
327
321
|
platform_editor_media_name_fallback: {
|
|
328
322
|
defaultValue: boolean;
|
|
329
323
|
param: string;
|
|
@@ -863,12 +857,6 @@ export declare const editorExperimentsConfig: {
|
|
|
863
857
|
productKeys?: ProductKeys;
|
|
864
858
|
typeGuard: IsBooleanType;
|
|
865
859
|
};
|
|
866
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
867
|
-
defaultValue: boolean;
|
|
868
|
-
param: string;
|
|
869
|
-
productKeys?: ProductKeys;
|
|
870
|
-
typeGuard: IsBooleanType;
|
|
871
|
-
};
|
|
872
860
|
platform_editor_copy_paste_issue_fix: {
|
|
873
861
|
defaultValue: boolean;
|
|
874
862
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "64.1.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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.16.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|