@atlaskit/tmp-editor-statsig 16.19.0 → 16.20.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c9c11b2544f4e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9c11b2544f4e) -
|
|
8
|
+
Remove platform_editor_toolbar_aifc_template_editor feature flag
|
|
9
|
+
|
|
3
10
|
## 16.19.0
|
|
4
11
|
|
|
5
12
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -681,12 +681,6 @@ export declare const editorExperimentsConfig: {
|
|
|
681
681
|
productKeys?: ProductKeys;
|
|
682
682
|
typeGuard: IsBooleanType;
|
|
683
683
|
};
|
|
684
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
685
|
-
defaultValue: boolean;
|
|
686
|
-
param: string;
|
|
687
|
-
productKeys?: ProductKeys;
|
|
688
|
-
typeGuard: IsBooleanType;
|
|
689
|
-
};
|
|
690
684
|
platform_editor_usesharedpluginstateselector: {
|
|
691
685
|
defaultValue: boolean;
|
|
692
686
|
param: string;
|
|
@@ -681,12 +681,6 @@ export declare const editorExperimentsConfig: {
|
|
|
681
681
|
productKeys?: ProductKeys;
|
|
682
682
|
typeGuard: IsBooleanType;
|
|
683
683
|
};
|
|
684
|
-
platform_editor_toolbar_aifc_template_editor: {
|
|
685
|
-
defaultValue: boolean;
|
|
686
|
-
param: string;
|
|
687
|
-
productKeys?: ProductKeys;
|
|
688
|
-
typeGuard: IsBooleanType;
|
|
689
|
-
};
|
|
690
684
|
platform_editor_usesharedpluginstateselector: {
|
|
691
685
|
defaultValue: boolean;
|
|
692
686
|
param: string;
|
package/package.json
CHANGED