@atlaskit/tmp-editor-statsig 73.0.0 → 74.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,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 74.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`ab837b5646256`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab837b5646256) -
|
|
8
|
+
[ux] EDITOR-6274 Clean up platform_editor_element_drag_and_drop_multiselect
|
|
9
|
+
|
|
10
|
+
### Minor Changes
|
|
11
|
+
|
|
12
|
+
- [`1c1f0af056fcb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1c1f0af056fcb) -
|
|
13
|
+
migrate react components from emotion to compiled for link, panel and layoutColumn
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 73.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -388,14 +388,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
388
388
|
param: 'isEnabled',
|
|
389
389
|
defaultValue: false
|
|
390
390
|
}),
|
|
391
|
-
// Added 2025-01-13
|
|
392
|
-
platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
|
|
393
|
-
productKeys: {
|
|
394
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
395
|
-
},
|
|
396
|
-
param: 'isEnabled',
|
|
397
|
-
defaultValue: false
|
|
398
|
-
}),
|
|
399
391
|
// Added 2026-03-30
|
|
400
392
|
platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
|
|
401
393
|
productKeys: {
|
|
@@ -1971,8 +1963,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1971
1963
|
// Added 2026-04-10
|
|
1972
1964
|
platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
1965
|
productKeys: {
|
|
1974
|
-
confluence: '
|
|
1975
|
-
|
|
1966
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1967
|
+
},
|
|
1968
|
+
param: 'isEnabled',
|
|
1969
|
+
defaultValue: false
|
|
1970
|
+
}),
|
|
1971
|
+
// Added 2026-04-30
|
|
1972
|
+
platform_editor_renderer_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1973
|
+
productKeys: {
|
|
1974
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1976
1975
|
},
|
|
1977
1976
|
param: 'isEnabled',
|
|
1978
1977
|
defaultValue: false
|
|
@@ -382,14 +382,6 @@ export const editorExperimentsConfig = {
|
|
|
382
382
|
param: 'isEnabled',
|
|
383
383
|
defaultValue: false
|
|
384
384
|
}),
|
|
385
|
-
// Added 2025-01-13
|
|
386
|
-
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
385
|
// Added 2026-03-30
|
|
394
386
|
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
395
387
|
productKeys: {
|
|
@@ -1965,8 +1957,15 @@ export const editorExperimentsConfig = {
|
|
|
1965
1957
|
// Added 2026-04-10
|
|
1966
1958
|
platform_editor_static_css: createBooleanExperiment({
|
|
1967
1959
|
productKeys: {
|
|
1968
|
-
confluence: '
|
|
1969
|
-
|
|
1960
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1964
|
+
}),
|
|
1965
|
+
// Added 2026-04-30
|
|
1966
|
+
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1967
|
+
productKeys: {
|
|
1968
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1970
1969
|
},
|
|
1971
1970
|
param: 'isEnabled',
|
|
1972
1971
|
defaultValue: false
|
|
@@ -382,14 +382,6 @@ export var editorExperimentsConfig = {
|
|
|
382
382
|
param: 'isEnabled',
|
|
383
383
|
defaultValue: false
|
|
384
384
|
}),
|
|
385
|
-
// Added 2025-01-13
|
|
386
|
-
platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
|
|
387
|
-
productKeys: {
|
|
388
|
-
confluence: 'platform_editor_element_drag_and_drop_multiselect'
|
|
389
|
-
},
|
|
390
|
-
param: 'isEnabled',
|
|
391
|
-
defaultValue: false
|
|
392
|
-
}),
|
|
393
385
|
// Added 2026-03-30
|
|
394
386
|
platform_editor_editor_ssr_streaming: createBooleanExperiment({
|
|
395
387
|
productKeys: {
|
|
@@ -1965,8 +1957,15 @@ export var editorExperimentsConfig = {
|
|
|
1965
1957
|
// Added 2026-04-10
|
|
1966
1958
|
platform_editor_static_css: createBooleanExperiment({
|
|
1967
1959
|
productKeys: {
|
|
1968
|
-
confluence: '
|
|
1969
|
-
|
|
1960
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1961
|
+
},
|
|
1962
|
+
param: 'isEnabled',
|
|
1963
|
+
defaultValue: false
|
|
1964
|
+
}),
|
|
1965
|
+
// Added 2026-04-30
|
|
1966
|
+
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1967
|
+
productKeys: {
|
|
1968
|
+
confluence: 'platform_editor_renderer_static_css'
|
|
1970
1969
|
},
|
|
1971
1970
|
param: 'isEnabled',
|
|
1972
1971
|
defaultValue: false
|
|
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
401
|
-
defaultValue: boolean;
|
|
402
|
-
param: string;
|
|
403
|
-
productKeys?: ProductKeys;
|
|
404
|
-
typeGuard: IsBooleanType;
|
|
405
|
-
};
|
|
406
400
|
platform_editor_enable_single_player_step_merging: {
|
|
407
401
|
defaultValue: boolean;
|
|
408
402
|
param: string;
|
|
@@ -1416,6 +1410,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1416
1410
|
productKeys?: ProductKeys;
|
|
1417
1411
|
typeGuard: IsBooleanType;
|
|
1418
1412
|
};
|
|
1413
|
+
platform_editor_renderer_static_css: {
|
|
1414
|
+
defaultValue: boolean;
|
|
1415
|
+
param: string;
|
|
1416
|
+
productKeys?: ProductKeys;
|
|
1417
|
+
typeGuard: IsBooleanType;
|
|
1418
|
+
};
|
|
1419
1419
|
platform_editor_ai_no_stream_skip_pacer: {
|
|
1420
1420
|
defaultValue: boolean;
|
|
1421
1421
|
param: string;
|
|
@@ -397,12 +397,6 @@ export declare const editorExperimentsConfig: {
|
|
|
397
397
|
productKeys?: ProductKeys;
|
|
398
398
|
typeGuard: IsBooleanType;
|
|
399
399
|
};
|
|
400
|
-
platform_editor_element_drag_and_drop_multiselect: {
|
|
401
|
-
defaultValue: boolean;
|
|
402
|
-
param: string;
|
|
403
|
-
productKeys?: ProductKeys;
|
|
404
|
-
typeGuard: IsBooleanType;
|
|
405
|
-
};
|
|
406
400
|
platform_editor_enable_single_player_step_merging: {
|
|
407
401
|
defaultValue: boolean;
|
|
408
402
|
param: string;
|
|
@@ -1416,6 +1410,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1416
1410
|
productKeys?: ProductKeys;
|
|
1417
1411
|
typeGuard: IsBooleanType;
|
|
1418
1412
|
};
|
|
1413
|
+
platform_editor_renderer_static_css: {
|
|
1414
|
+
defaultValue: boolean;
|
|
1415
|
+
param: string;
|
|
1416
|
+
productKeys?: ProductKeys;
|
|
1417
|
+
typeGuard: IsBooleanType;
|
|
1418
|
+
};
|
|
1419
1419
|
platform_editor_ai_no_stream_skip_pacer: {
|
|
1420
1420
|
defaultValue: boolean;
|
|
1421
1421
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "74.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",
|
|
@@ -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.18.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|