@atlaskit/tmp-editor-statsig 185.0.0 → 186.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 +12 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -8
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -8
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +0 -8
- package/dist/types/experiments-config.d.ts +0 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 186.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`aca1f7aaf3fd6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aca1f7aaf3fd6) -
|
|
8
|
+
Remove the retired platform_editor_exp_lazy_node_views experiment from the legacy test
|
|
9
|
+
configuration.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 185.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -31,7 +31,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
31
31
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
32
32
|
platform_editor_toolbar_aifc: false,
|
|
33
33
|
'test-new-experiments-package': false,
|
|
34
|
-
platform_editor_exp_lazy_node_views: false,
|
|
35
34
|
platform_renderer_table_sticky_scrollbar: false,
|
|
36
35
|
comment_on_bodied_extensions: false,
|
|
37
36
|
advanced_layouts: false,
|
|
@@ -281,14 +281,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
281
281
|
param: 'isEnabled',
|
|
282
282
|
defaultValue: false
|
|
283
283
|
}),
|
|
284
|
-
// Added 2024-09-07
|
|
285
|
-
platform_editor_exp_lazy_node_views: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
286
|
-
productKeys: {
|
|
287
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
288
|
-
},
|
|
289
|
-
param: 'isEnabled',
|
|
290
|
-
defaultValue: false
|
|
291
|
-
}),
|
|
292
284
|
// Added 2024-09-18
|
|
293
285
|
platform_renderer_table_sticky_scrollbar: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
294
286
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export const testBooleanOverrides = {
|
|
|
25
25
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
26
|
platform_editor_toolbar_aifc: false,
|
|
27
27
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
29
|
comment_on_bodied_extensions: false,
|
|
31
30
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export const editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -25,7 +25,6 @@ export var testBooleanOverrides = {
|
|
|
25
25
|
'enghealth-53346_fix_redaction_marker_editor': false,
|
|
26
26
|
platform_editor_toolbar_aifc: false,
|
|
27
27
|
'test-new-experiments-package': false,
|
|
28
|
-
platform_editor_exp_lazy_node_views: false,
|
|
29
28
|
platform_renderer_table_sticky_scrollbar: false,
|
|
30
29
|
comment_on_bodied_extensions: false,
|
|
31
30
|
advanced_layouts: false,
|
|
@@ -275,14 +275,6 @@ export var editorExperimentsConfig = {
|
|
|
275
275
|
param: 'isEnabled',
|
|
276
276
|
defaultValue: false
|
|
277
277
|
}),
|
|
278
|
-
// Added 2024-09-07
|
|
279
|
-
platform_editor_exp_lazy_node_views: createBooleanExperiment({
|
|
280
|
-
productKeys: {
|
|
281
|
-
confluence: 'platform_editor_exp_lazy_node_views'
|
|
282
|
-
},
|
|
283
|
-
param: 'isEnabled',
|
|
284
|
-
defaultValue: false
|
|
285
|
-
}),
|
|
286
278
|
// Added 2024-09-18
|
|
287
279
|
platform_renderer_table_sticky_scrollbar: createBooleanExperiment({
|
|
288
280
|
productKeys: {
|
|
@@ -388,12 +388,6 @@ export declare const editorExperimentsConfig: {
|
|
|
388
388
|
productKeys?: ProductKeys;
|
|
389
389
|
typeGuard: IsBooleanType;
|
|
390
390
|
};
|
|
391
|
-
platform_editor_exp_lazy_node_views: {
|
|
392
|
-
defaultValue: boolean;
|
|
393
|
-
param: string;
|
|
394
|
-
productKeys?: ProductKeys;
|
|
395
|
-
typeGuard: IsBooleanType;
|
|
396
|
-
};
|
|
397
391
|
jira_editor_a11y_toolbar_fixes: {
|
|
398
392
|
defaultValue: boolean;
|
|
399
393
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "186.0.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.9.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|