@atlaskit/tmp-editor-statsig 13.15.0 → 13.15.1
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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.15.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5f70b8e74f5f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5f70b8e74f5f3) -
|
|
8
|
+
tidy up feature flag platform_editor_tables_scaling_css
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 13.15.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -768,14 +768,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
768
768
|
param: 'isEnabled',
|
|
769
769
|
defaultValue: false
|
|
770
770
|
}),
|
|
771
|
-
// Added 2025-08-05
|
|
772
|
-
platform_editor_tables_scaling_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
773
|
-
productKeys: {
|
|
774
|
-
confluence: 'platform_editor_tables_scaling_css'
|
|
775
|
-
},
|
|
776
|
-
param: 'isEnabled',
|
|
777
|
-
defaultValue: false
|
|
778
|
-
}),
|
|
779
771
|
// Added 2025-08-28
|
|
780
772
|
editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
781
773
|
productKeys: {
|
|
@@ -762,14 +762,6 @@ export const editorExperimentsConfig = {
|
|
|
762
762
|
param: 'isEnabled',
|
|
763
763
|
defaultValue: false
|
|
764
764
|
}),
|
|
765
|
-
// Added 2025-08-05
|
|
766
|
-
platform_editor_tables_scaling_css: createBooleanExperiment({
|
|
767
|
-
productKeys: {
|
|
768
|
-
confluence: 'platform_editor_tables_scaling_css'
|
|
769
|
-
},
|
|
770
|
-
param: 'isEnabled',
|
|
771
|
-
defaultValue: false
|
|
772
|
-
}),
|
|
773
765
|
// Added 2025-08-28
|
|
774
766
|
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
775
767
|
productKeys: {
|
|
@@ -762,14 +762,6 @@ export var editorExperimentsConfig = {
|
|
|
762
762
|
param: 'isEnabled',
|
|
763
763
|
defaultValue: false
|
|
764
764
|
}),
|
|
765
|
-
// Added 2025-08-05
|
|
766
|
-
platform_editor_tables_scaling_css: createBooleanExperiment({
|
|
767
|
-
productKeys: {
|
|
768
|
-
confluence: 'platform_editor_tables_scaling_css'
|
|
769
|
-
},
|
|
770
|
-
param: 'isEnabled',
|
|
771
|
-
defaultValue: false
|
|
772
|
-
}),
|
|
773
765
|
// Added 2025-08-28
|
|
774
766
|
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
775
767
|
productKeys: {
|
|
@@ -561,12 +561,6 @@ export declare const editorExperimentsConfig: {
|
|
|
561
561
|
param: string;
|
|
562
562
|
productKeys?: import("./types").ProductKeys;
|
|
563
563
|
};
|
|
564
|
-
platform_editor_tables_scaling_css: {
|
|
565
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
566
|
-
defaultValue: boolean;
|
|
567
|
-
param: string;
|
|
568
|
-
productKeys?: import("./types").ProductKeys;
|
|
569
|
-
};
|
|
570
564
|
editor_enable_image_alignment_in_expand: {
|
|
571
565
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
572
566
|
defaultValue: boolean;
|
|
@@ -561,12 +561,6 @@ export declare const editorExperimentsConfig: {
|
|
|
561
561
|
param: string;
|
|
562
562
|
productKeys?: import("./types").ProductKeys;
|
|
563
563
|
};
|
|
564
|
-
platform_editor_tables_scaling_css: {
|
|
565
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
566
|
-
defaultValue: boolean;
|
|
567
|
-
param: string;
|
|
568
|
-
productKeys?: import("./types").ProductKeys;
|
|
569
|
-
};
|
|
570
564
|
editor_enable_image_alignment_in_expand: {
|
|
571
565
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
572
566
|
defaultValue: boolean;
|
package/package.json
CHANGED