@atlaskit/tmp-editor-statsig 12.23.0 → 12.24.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
|
+
## 12.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e24c73c66f022`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e24c73c66f022) -
|
|
8
|
+
[ux] ED-29268 [SoftServ] Toolbar doesn’t move with text when text alignment change
|
|
9
|
+
|
|
3
10
|
## 12.23.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -997,5 +997,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
997
997
|
},
|
|
998
998
|
param: 'isEnabled',
|
|
999
999
|
defaultValue: false
|
|
1000
|
+
}),
|
|
1001
|
+
// Added 2025-09-15
|
|
1002
|
+
platform_editor_toolbar_aifc_patch_5: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1003
|
+
productKeys: {
|
|
1004
|
+
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
1005
|
+
},
|
|
1006
|
+
param: 'isEnabled',
|
|
1007
|
+
defaultValue: false
|
|
1000
1008
|
})
|
|
1001
1009
|
};
|
|
@@ -991,5 +991,13 @@ export const editorExperimentsConfig = {
|
|
|
991
991
|
},
|
|
992
992
|
param: 'isEnabled',
|
|
993
993
|
defaultValue: false
|
|
994
|
+
}),
|
|
995
|
+
// Added 2025-09-15
|
|
996
|
+
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
997
|
+
productKeys: {
|
|
998
|
+
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
999
|
+
},
|
|
1000
|
+
param: 'isEnabled',
|
|
1001
|
+
defaultValue: false
|
|
994
1002
|
})
|
|
995
1003
|
};
|
|
@@ -991,5 +991,13 @@ export var editorExperimentsConfig = {
|
|
|
991
991
|
},
|
|
992
992
|
param: 'isEnabled',
|
|
993
993
|
defaultValue: false
|
|
994
|
+
}),
|
|
995
|
+
// Added 2025-09-15
|
|
996
|
+
platform_editor_toolbar_aifc_patch_5: createBooleanExperiment({
|
|
997
|
+
productKeys: {
|
|
998
|
+
confluence: 'platform_editor_toolbar_aifc_patch_5'
|
|
999
|
+
},
|
|
1000
|
+
param: 'isEnabled',
|
|
1001
|
+
defaultValue: false
|
|
994
1002
|
})
|
|
995
1003
|
};
|
|
@@ -732,4 +732,10 @@ export declare const editorExperimentsConfig: {
|
|
|
732
732
|
param: string;
|
|
733
733
|
productKeys?: import("./types").ProductKeys;
|
|
734
734
|
};
|
|
735
|
+
platform_editor_toolbar_aifc_patch_5: {
|
|
736
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
737
|
+
defaultValue: boolean;
|
|
738
|
+
param: string;
|
|
739
|
+
productKeys?: import("./types").ProductKeys;
|
|
740
|
+
};
|
|
735
741
|
};
|
|
@@ -732,4 +732,10 @@ export declare const editorExperimentsConfig: {
|
|
|
732
732
|
param: string;
|
|
733
733
|
productKeys?: import("./types").ProductKeys;
|
|
734
734
|
};
|
|
735
|
+
platform_editor_toolbar_aifc_patch_5: {
|
|
736
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
737
|
+
defaultValue: boolean;
|
|
738
|
+
param: string;
|
|
739
|
+
productKeys?: import("./types").ProductKeys;
|
|
740
|
+
};
|
|
735
741
|
};
|
package/package.json
CHANGED