@atlaskit/tmp-editor-statsig 13.17.0 → 13.18.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
|
+
## 13.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`f3e7f3af81cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3e7f3af81cee) -
|
|
8
|
+
[ux] NO-ISSUE clean up platform_editor_create_link_on_blur
|
|
9
|
+
|
|
3
10
|
## 13.17.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -695,14 +695,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
695
695
|
param: 'isEnabled',
|
|
696
696
|
defaultValue: false
|
|
697
697
|
}),
|
|
698
|
-
// Added 2025-07-28
|
|
699
|
-
platform_editor_create_link_on_blur: (0, _experimentBuilders.createBooleanExperiment)({
|
|
700
|
-
productKeys: {
|
|
701
|
-
jira: 'platform_editor_create_link_on_blur'
|
|
702
|
-
},
|
|
703
|
-
param: 'isEnabled',
|
|
704
|
-
defaultValue: false
|
|
705
|
-
}),
|
|
706
698
|
// Added 2025-07-31
|
|
707
699
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
708
700
|
productKeys: {
|
|
@@ -689,14 +689,6 @@ export const editorExperimentsConfig = {
|
|
|
689
689
|
param: 'isEnabled',
|
|
690
690
|
defaultValue: false
|
|
691
691
|
}),
|
|
692
|
-
// Added 2025-07-28
|
|
693
|
-
platform_editor_create_link_on_blur: createBooleanExperiment({
|
|
694
|
-
productKeys: {
|
|
695
|
-
jira: 'platform_editor_create_link_on_blur'
|
|
696
|
-
},
|
|
697
|
-
param: 'isEnabled',
|
|
698
|
-
defaultValue: false
|
|
699
|
-
}),
|
|
700
692
|
// Added 2025-07-31
|
|
701
693
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
702
694
|
productKeys: {
|
|
@@ -689,14 +689,6 @@ export var editorExperimentsConfig = {
|
|
|
689
689
|
param: 'isEnabled',
|
|
690
690
|
defaultValue: false
|
|
691
691
|
}),
|
|
692
|
-
// Added 2025-07-28
|
|
693
|
-
platform_editor_create_link_on_blur: createBooleanExperiment({
|
|
694
|
-
productKeys: {
|
|
695
|
-
jira: 'platform_editor_create_link_on_blur'
|
|
696
|
-
},
|
|
697
|
-
param: 'isEnabled',
|
|
698
|
-
defaultValue: false
|
|
699
|
-
}),
|
|
700
692
|
// Added 2025-07-31
|
|
701
693
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
702
694
|
productKeys: {
|
|
@@ -507,12 +507,6 @@ export declare const editorExperimentsConfig: {
|
|
|
507
507
|
param: string;
|
|
508
508
|
productKeys?: import("./types").ProductKeys;
|
|
509
509
|
};
|
|
510
|
-
platform_editor_create_link_on_blur: {
|
|
511
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
512
|
-
defaultValue: boolean;
|
|
513
|
-
param: string;
|
|
514
|
-
productKeys?: import("./types").ProductKeys;
|
|
515
|
-
};
|
|
516
510
|
platform_editor_breakout_interaction_rerender: {
|
|
517
511
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
518
512
|
defaultValue: boolean;
|
|
@@ -507,12 +507,6 @@ export declare const editorExperimentsConfig: {
|
|
|
507
507
|
param: string;
|
|
508
508
|
productKeys?: import("./types").ProductKeys;
|
|
509
509
|
};
|
|
510
|
-
platform_editor_create_link_on_blur: {
|
|
511
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
512
|
-
defaultValue: boolean;
|
|
513
|
-
param: string;
|
|
514
|
-
productKeys?: import("./types").ProductKeys;
|
|
515
|
-
};
|
|
516
510
|
platform_editor_breakout_interaction_rerender: {
|
|
517
511
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
518
512
|
defaultValue: boolean;
|
package/package.json
CHANGED