@atlaskit/tmp-editor-statsig 16.19.0 → 16.21.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`04d96dd658eea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/04d96dd658eea) -
|
|
8
|
+
EDITOR-4534 - Inline Bodied Macro: register experiment
|
|
9
|
+
platform_editor_render_bodied_extension_as_inline
|
|
10
|
+
|
|
11
|
+
## 16.20.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`c9c11b2544f4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9c11b2544f4e) -
|
|
16
|
+
Remove platform_editor_toolbar_aifc_template_editor feature flag
|
|
17
|
+
|
|
3
18
|
## 16.19.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -837,14 +837,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
837
837
|
param: 'isEnabled',
|
|
838
838
|
defaultValue: false
|
|
839
839
|
}),
|
|
840
|
-
// Added 2025-08-25
|
|
841
|
-
platform_editor_toolbar_aifc_template_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
842
|
-
productKeys: {
|
|
843
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
844
|
-
},
|
|
845
|
-
param: 'isEnabled',
|
|
846
|
-
defaultValue: false
|
|
847
|
-
}),
|
|
848
840
|
// Added 2025-09-16
|
|
849
841
|
platform_editor_prevent_taskitem_remount: (0, _experimentBuilders.createBooleanExperiment)({
|
|
850
842
|
productKeys: {
|
|
@@ -870,6 +862,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
870
862
|
values: ['control', 'test'],
|
|
871
863
|
defaultValue: 'control'
|
|
872
864
|
}),
|
|
865
|
+
// Added 2026-01-09
|
|
866
|
+
platform_editor_render_bodied_extension_as_inline: (0, _experimentBuilders.createBooleanExperiment)({
|
|
867
|
+
productKeys: {
|
|
868
|
+
confluence: 'platform_editor_render_bodied_extension_as_inline'
|
|
869
|
+
},
|
|
870
|
+
param: 'isEnabled',
|
|
871
|
+
defaultValue: false
|
|
872
|
+
}),
|
|
873
873
|
// Added 2025-12-04
|
|
874
874
|
confluence_compact_text_format: (0, _experimentBuilders.createBooleanExperiment)({
|
|
875
875
|
productKeys: {
|
|
@@ -831,14 +831,6 @@ export const editorExperimentsConfig = {
|
|
|
831
831
|
param: 'isEnabled',
|
|
832
832
|
defaultValue: false
|
|
833
833
|
}),
|
|
834
|
-
// Added 2025-08-25
|
|
835
|
-
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
836
|
-
productKeys: {
|
|
837
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
838
|
-
},
|
|
839
|
-
param: 'isEnabled',
|
|
840
|
-
defaultValue: false
|
|
841
|
-
}),
|
|
842
834
|
// Added 2025-09-16
|
|
843
835
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
844
836
|
productKeys: {
|
|
@@ -864,6 +856,14 @@ export const editorExperimentsConfig = {
|
|
|
864
856
|
values: ['control', 'test'],
|
|
865
857
|
defaultValue: 'control'
|
|
866
858
|
}),
|
|
859
|
+
// Added 2026-01-09
|
|
860
|
+
platform_editor_render_bodied_extension_as_inline: createBooleanExperiment({
|
|
861
|
+
productKeys: {
|
|
862
|
+
confluence: 'platform_editor_render_bodied_extension_as_inline'
|
|
863
|
+
},
|
|
864
|
+
param: 'isEnabled',
|
|
865
|
+
defaultValue: false
|
|
866
|
+
}),
|
|
867
867
|
// Added 2025-12-04
|
|
868
868
|
confluence_compact_text_format: createBooleanExperiment({
|
|
869
869
|
productKeys: {
|
|
@@ -831,14 +831,6 @@ export var editorExperimentsConfig = {
|
|
|
831
831
|
param: 'isEnabled',
|
|
832
832
|
defaultValue: false
|
|
833
833
|
}),
|
|
834
|
-
// Added 2025-08-25
|
|
835
|
-
platform_editor_toolbar_aifc_template_editor: createBooleanExperiment({
|
|
836
|
-
productKeys: {
|
|
837
|
-
confluence: 'platform_editor_toolbar_aifc_template_editor'
|
|
838
|
-
},
|
|
839
|
-
param: 'isEnabled',
|
|
840
|
-
defaultValue: false
|
|
841
|
-
}),
|
|
842
834
|
// Added 2025-09-16
|
|
843
835
|
platform_editor_prevent_taskitem_remount: createBooleanExperiment({
|
|
844
836
|
productKeys: {
|
|
@@ -864,6 +856,14 @@ export var editorExperimentsConfig = {
|
|
|
864
856
|
values: ['control', 'test'],
|
|
865
857
|
defaultValue: 'control'
|
|
866
858
|
}),
|
|
859
|
+
// Added 2026-01-09
|
|
860
|
+
platform_editor_render_bodied_extension_as_inline: createBooleanExperiment({
|
|
861
|
+
productKeys: {
|
|
862
|
+
confluence: 'platform_editor_render_bodied_extension_as_inline'
|
|
863
|
+
},
|
|
864
|
+
param: 'isEnabled',
|
|
865
|
+
defaultValue: false
|
|
866
|
+
}),
|
|
867
867
|
// Added 2025-12-04
|
|
868
868
|
confluence_compact_text_format: createBooleanExperiment({
|
|
869
869
|
productKeys: {
|
|
@@ -118,6 +118,12 @@ export declare const editorExperimentsConfig: {
|
|
|
118
118
|
productKeys?: ProductKeys;
|
|
119
119
|
typeGuard: IsBooleanType;
|
|
120
120
|
};
|
|
121
|
+
platform_editor_render_bodied_extension_as_inline: {
|
|
122
|
+
defaultValue: boolean;
|
|
123
|
+
param: string;
|
|
124
|
+
productKeys?: ProductKeys;
|
|
125
|
+
typeGuard: IsBooleanType;
|
|
126
|
+
};
|
|
121
127
|
confluence_compact_text_format: {
|
|
122
128
|
defaultValue: boolean;
|
|
123
129
|
param: string;
|
|
@@ -681,12 +687,6 @@ export declare const editorExperimentsConfig: {
|
|
|
681
687
|
productKeys?: ProductKeys;
|
|
682
688
|
typeGuard: IsBooleanType;
|
|
683
689
|
};
|
|
684
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
685
|
-
defaultValue: boolean;
|
|
686
|
-
param: string;
|
|
687
|
-
productKeys?: ProductKeys;
|
|
688
|
-
typeGuard: IsBooleanType;
|
|
689
|
-
};
|
|
690
690
|
platform_editor_usesharedpluginstateselector: {
|
|
691
691
|
defaultValue: boolean;
|
|
692
692
|
param: string;
|
|
@@ -118,6 +118,12 @@ export declare const editorExperimentsConfig: {
|
|
|
118
118
|
productKeys?: ProductKeys;
|
|
119
119
|
typeGuard: IsBooleanType;
|
|
120
120
|
};
|
|
121
|
+
platform_editor_render_bodied_extension_as_inline: {
|
|
122
|
+
defaultValue: boolean;
|
|
123
|
+
param: string;
|
|
124
|
+
productKeys?: ProductKeys;
|
|
125
|
+
typeGuard: IsBooleanType;
|
|
126
|
+
};
|
|
121
127
|
confluence_compact_text_format: {
|
|
122
128
|
defaultValue: boolean;
|
|
123
129
|
param: string;
|
|
@@ -681,12 +687,6 @@ export declare const editorExperimentsConfig: {
|
|
|
681
687
|
productKeys?: ProductKeys;
|
|
682
688
|
typeGuard: IsBooleanType;
|
|
683
689
|
};
|
|
684
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
685
|
-
defaultValue: boolean;
|
|
686
|
-
param: string;
|
|
687
|
-
productKeys?: ProductKeys;
|
|
688
|
-
typeGuard: IsBooleanType;
|
|
689
|
-
};
|
|
690
690
|
platform_editor_usesharedpluginstateselector: {
|
|
691
691
|
defaultValue: boolean;
|
|
692
692
|
param: string;
|
package/package.json
CHANGED