@atlaskit/tmp-editor-statsig 16.12.0 → 16.14.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 +20 -0
- package/dist/cjs/experiments-config.js +15 -9
- package/dist/es2019/experiments-config.js +15 -9
- package/dist/esm/experiments-config.js +15 -9
- package/dist/types/experiments-config.d.ts +10 -4
- package/dist/types-ts4.5/experiments-config.d.ts +10 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`7c8501566cbe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7c8501566cbe0) -
|
|
8
|
+
improve task item styles by using 1 inline svg instead of 2
|
|
9
|
+
|
|
10
|
+
## 16.13.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`1265c260f9bad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1265c260f9bad) -
|
|
15
|
+
[ED-29455] clean up experiment platform_editor_toolbar_migrate_loom
|
|
16
|
+
- [`2154ee4210e97`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2154ee4210e97) -
|
|
17
|
+
Fix pasting emoji from HTML turning into media single
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 16.12.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -602,6 +602,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
602
602
|
param: 'isEnabled',
|
|
603
603
|
defaultValue: false
|
|
604
604
|
}),
|
|
605
|
+
// Added 2026-01-10
|
|
606
|
+
platform_editor_task_item_styles: (0, _experimentBuilders.createBooleanExperiment)({
|
|
607
|
+
productKeys: {
|
|
608
|
+
confluence: 'platform_editor_task_item_styles'
|
|
609
|
+
},
|
|
610
|
+
param: 'isEnabled',
|
|
611
|
+
defaultValue: false
|
|
612
|
+
}),
|
|
605
613
|
// Added 2025-08-17
|
|
606
614
|
platform_hover_card_preview_panel: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
607
615
|
productKeys: {
|
|
@@ -839,15 +847,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
839
847
|
param: 'isEnabled',
|
|
840
848
|
defaultValue: false
|
|
841
849
|
}),
|
|
842
|
-
// Added 2025-08-26
|
|
843
|
-
platform_editor_toolbar_migrate_loom: (0, _experimentBuilders.createBooleanExperiment)({
|
|
844
|
-
productKeys: {
|
|
845
|
-
confluence: 'platform_editor_toolbar_migrate_loom',
|
|
846
|
-
jira: 'platform_editor_toolbar_migrate_loom'
|
|
847
|
-
},
|
|
848
|
-
param: 'isEnabled',
|
|
849
|
-
defaultValue: false
|
|
850
|
-
}),
|
|
851
850
|
// Added 2025-09-16
|
|
852
851
|
platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
|
|
853
852
|
productKeys: {
|
|
@@ -1048,6 +1047,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1048
1047
|
param: 'isEnabled',
|
|
1049
1048
|
defaultValue: false
|
|
1050
1049
|
}),
|
|
1050
|
+
platform_editor_fix_emoji_paste_html: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1051
|
+
productKeys: {
|
|
1052
|
+
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1053
|
+
},
|
|
1054
|
+
param: 'isEnabled',
|
|
1055
|
+
defaultValue: false
|
|
1056
|
+
}),
|
|
1051
1057
|
// Added 2025-12-18
|
|
1052
1058
|
platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1053
1059
|
productKeys: {
|
|
@@ -596,6 +596,14 @@ export const editorExperimentsConfig = {
|
|
|
596
596
|
param: 'isEnabled',
|
|
597
597
|
defaultValue: false
|
|
598
598
|
}),
|
|
599
|
+
// Added 2026-01-10
|
|
600
|
+
platform_editor_task_item_styles: createBooleanExperiment({
|
|
601
|
+
productKeys: {
|
|
602
|
+
confluence: 'platform_editor_task_item_styles'
|
|
603
|
+
},
|
|
604
|
+
param: 'isEnabled',
|
|
605
|
+
defaultValue: false
|
|
606
|
+
}),
|
|
599
607
|
// Added 2025-08-17
|
|
600
608
|
platform_hover_card_preview_panel: createMultivariateExperiment({
|
|
601
609
|
productKeys: {
|
|
@@ -833,15 +841,6 @@ export const editorExperimentsConfig = {
|
|
|
833
841
|
param: 'isEnabled',
|
|
834
842
|
defaultValue: false
|
|
835
843
|
}),
|
|
836
|
-
// Added 2025-08-26
|
|
837
|
-
platform_editor_toolbar_migrate_loom: createBooleanExperiment({
|
|
838
|
-
productKeys: {
|
|
839
|
-
confluence: 'platform_editor_toolbar_migrate_loom',
|
|
840
|
-
jira: 'platform_editor_toolbar_migrate_loom'
|
|
841
|
-
},
|
|
842
|
-
param: 'isEnabled',
|
|
843
|
-
defaultValue: false
|
|
844
|
-
}),
|
|
845
844
|
// Added 2025-09-16
|
|
846
845
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
847
846
|
productKeys: {
|
|
@@ -1042,6 +1041,13 @@ export const editorExperimentsConfig = {
|
|
|
1042
1041
|
param: 'isEnabled',
|
|
1043
1042
|
defaultValue: false
|
|
1044
1043
|
}),
|
|
1044
|
+
platform_editor_fix_emoji_paste_html: createBooleanExperiment({
|
|
1045
|
+
productKeys: {
|
|
1046
|
+
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1047
|
+
},
|
|
1048
|
+
param: 'isEnabled',
|
|
1049
|
+
defaultValue: false
|
|
1050
|
+
}),
|
|
1045
1051
|
// Added 2025-12-18
|
|
1046
1052
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1047
1053
|
productKeys: {
|
|
@@ -596,6 +596,14 @@ export var editorExperimentsConfig = {
|
|
|
596
596
|
param: 'isEnabled',
|
|
597
597
|
defaultValue: false
|
|
598
598
|
}),
|
|
599
|
+
// Added 2026-01-10
|
|
600
|
+
platform_editor_task_item_styles: createBooleanExperiment({
|
|
601
|
+
productKeys: {
|
|
602
|
+
confluence: 'platform_editor_task_item_styles'
|
|
603
|
+
},
|
|
604
|
+
param: 'isEnabled',
|
|
605
|
+
defaultValue: false
|
|
606
|
+
}),
|
|
599
607
|
// Added 2025-08-17
|
|
600
608
|
platform_hover_card_preview_panel: createMultivariateExperiment({
|
|
601
609
|
productKeys: {
|
|
@@ -833,15 +841,6 @@ export var editorExperimentsConfig = {
|
|
|
833
841
|
param: 'isEnabled',
|
|
834
842
|
defaultValue: false
|
|
835
843
|
}),
|
|
836
|
-
// Added 2025-08-26
|
|
837
|
-
platform_editor_toolbar_migrate_loom: createBooleanExperiment({
|
|
838
|
-
productKeys: {
|
|
839
|
-
confluence: 'platform_editor_toolbar_migrate_loom',
|
|
840
|
-
jira: 'platform_editor_toolbar_migrate_loom'
|
|
841
|
-
},
|
|
842
|
-
param: 'isEnabled',
|
|
843
|
-
defaultValue: false
|
|
844
|
-
}),
|
|
845
844
|
// Added 2025-09-16
|
|
846
845
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
847
846
|
productKeys: {
|
|
@@ -1042,6 +1041,13 @@ export var editorExperimentsConfig = {
|
|
|
1042
1041
|
param: 'isEnabled',
|
|
1043
1042
|
defaultValue: false
|
|
1044
1043
|
}),
|
|
1044
|
+
platform_editor_fix_emoji_paste_html: createBooleanExperiment({
|
|
1045
|
+
productKeys: {
|
|
1046
|
+
confluence: 'platform_editor_fix_emoji_paste_html'
|
|
1047
|
+
},
|
|
1048
|
+
param: 'isEnabled',
|
|
1049
|
+
defaultValue: false
|
|
1050
|
+
}),
|
|
1045
1051
|
// Added 2025-12-18
|
|
1046
1052
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1047
1053
|
productKeys: {
|
|
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
|
|
|
106
106
|
productKeys?: ProductKeys;
|
|
107
107
|
typeGuard: IsBooleanType;
|
|
108
108
|
};
|
|
109
|
+
platform_editor_fix_emoji_paste_html: {
|
|
110
|
+
defaultValue: boolean;
|
|
111
|
+
param: string;
|
|
112
|
+
productKeys?: ProductKeys;
|
|
113
|
+
typeGuard: IsBooleanType;
|
|
114
|
+
};
|
|
109
115
|
confluence_compact_text_format: {
|
|
110
116
|
defaultValue: boolean;
|
|
111
117
|
param: string;
|
|
@@ -681,25 +687,25 @@ export declare const editorExperimentsConfig: {
|
|
|
681
687
|
productKeys?: ProductKeys;
|
|
682
688
|
typeGuard: IsBooleanType;
|
|
683
689
|
};
|
|
684
|
-
|
|
690
|
+
platform_editor_toolbar_support_custom_components: {
|
|
685
691
|
defaultValue: boolean;
|
|
686
692
|
param: string;
|
|
687
693
|
productKeys?: ProductKeys;
|
|
688
694
|
typeGuard: IsBooleanType;
|
|
689
695
|
};
|
|
690
|
-
|
|
696
|
+
platform_editor_usesharedpluginstateselector: {
|
|
691
697
|
defaultValue: boolean;
|
|
692
698
|
param: string;
|
|
693
699
|
productKeys?: ProductKeys;
|
|
694
700
|
typeGuard: IsBooleanType;
|
|
695
701
|
};
|
|
696
|
-
|
|
702
|
+
platform_editor_table_update_table_ref: {
|
|
697
703
|
defaultValue: boolean;
|
|
698
704
|
param: string;
|
|
699
705
|
productKeys?: ProductKeys;
|
|
700
706
|
typeGuard: IsBooleanType;
|
|
701
707
|
};
|
|
702
|
-
|
|
708
|
+
platform_editor_task_item_styles: {
|
|
703
709
|
defaultValue: boolean;
|
|
704
710
|
param: string;
|
|
705
711
|
productKeys?: ProductKeys;
|
|
@@ -106,6 +106,12 @@ export declare const editorExperimentsConfig: {
|
|
|
106
106
|
productKeys?: ProductKeys;
|
|
107
107
|
typeGuard: IsBooleanType;
|
|
108
108
|
};
|
|
109
|
+
platform_editor_fix_emoji_paste_html: {
|
|
110
|
+
defaultValue: boolean;
|
|
111
|
+
param: string;
|
|
112
|
+
productKeys?: ProductKeys;
|
|
113
|
+
typeGuard: IsBooleanType;
|
|
114
|
+
};
|
|
109
115
|
confluence_compact_text_format: {
|
|
110
116
|
defaultValue: boolean;
|
|
111
117
|
param: string;
|
|
@@ -681,25 +687,25 @@ export declare const editorExperimentsConfig: {
|
|
|
681
687
|
productKeys?: ProductKeys;
|
|
682
688
|
typeGuard: IsBooleanType;
|
|
683
689
|
};
|
|
684
|
-
|
|
690
|
+
platform_editor_toolbar_support_custom_components: {
|
|
685
691
|
defaultValue: boolean;
|
|
686
692
|
param: string;
|
|
687
693
|
productKeys?: ProductKeys;
|
|
688
694
|
typeGuard: IsBooleanType;
|
|
689
695
|
};
|
|
690
|
-
|
|
696
|
+
platform_editor_usesharedpluginstateselector: {
|
|
691
697
|
defaultValue: boolean;
|
|
692
698
|
param: string;
|
|
693
699
|
productKeys?: ProductKeys;
|
|
694
700
|
typeGuard: IsBooleanType;
|
|
695
701
|
};
|
|
696
|
-
|
|
702
|
+
platform_editor_table_update_table_ref: {
|
|
697
703
|
defaultValue: boolean;
|
|
698
704
|
param: string;
|
|
699
705
|
productKeys?: ProductKeys;
|
|
700
706
|
typeGuard: IsBooleanType;
|
|
701
707
|
};
|
|
702
|
-
|
|
708
|
+
platform_editor_task_item_styles: {
|
|
703
709
|
defaultValue: boolean;
|
|
704
710
|
param: string;
|
|
705
711
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.14.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": "^4.
|
|
37
|
+
"@atlaskit/react-ufo": "^4.17.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|