@atlaskit/tmp-editor-statsig 13.20.0 → 13.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`28ba94dae8f9a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28ba94dae8f9a) -
|
|
8
|
+
[ux] EDITOR-2458 Replace usage of \_\_suppressAllToolbars with userIntentPlugin
|
|
9
|
+
|
|
3
10
|
## 13.20.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -989,6 +989,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
989
989
|
param: 'isEnabled',
|
|
990
990
|
defaultValue: false
|
|
991
991
|
}),
|
|
992
|
+
// Added 2025-10-24
|
|
993
|
+
platform_editor_lovability_user_intent: (0, _experimentBuilders.createBooleanExperiment)({
|
|
994
|
+
productKeys: {
|
|
995
|
+
confluence: 'platform_editor_lovability_user_intent'
|
|
996
|
+
},
|
|
997
|
+
param: 'isEnabled',
|
|
998
|
+
defaultValue: false
|
|
999
|
+
}),
|
|
992
1000
|
// Added 2025-09-17
|
|
993
1001
|
cc_complexit_fe_emoji_stability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
994
1002
|
productKeys: {
|
|
@@ -983,6 +983,14 @@ export const editorExperimentsConfig = {
|
|
|
983
983
|
param: 'isEnabled',
|
|
984
984
|
defaultValue: false
|
|
985
985
|
}),
|
|
986
|
+
// Added 2025-10-24
|
|
987
|
+
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
988
|
+
productKeys: {
|
|
989
|
+
confluence: 'platform_editor_lovability_user_intent'
|
|
990
|
+
},
|
|
991
|
+
param: 'isEnabled',
|
|
992
|
+
defaultValue: false
|
|
993
|
+
}),
|
|
986
994
|
// Added 2025-09-17
|
|
987
995
|
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
988
996
|
productKeys: {
|
|
@@ -983,6 +983,14 @@ export var editorExperimentsConfig = {
|
|
|
983
983
|
param: 'isEnabled',
|
|
984
984
|
defaultValue: false
|
|
985
985
|
}),
|
|
986
|
+
// Added 2025-10-24
|
|
987
|
+
platform_editor_lovability_user_intent: createBooleanExperiment({
|
|
988
|
+
productKeys: {
|
|
989
|
+
confluence: 'platform_editor_lovability_user_intent'
|
|
990
|
+
},
|
|
991
|
+
param: 'isEnabled',
|
|
992
|
+
defaultValue: false
|
|
993
|
+
}),
|
|
986
994
|
// Added 2025-09-17
|
|
987
995
|
cc_complexit_fe_emoji_stability: createBooleanExperiment({
|
|
988
996
|
productKeys: {
|
|
@@ -724,6 +724,12 @@ export declare const editorExperimentsConfig: {
|
|
|
724
724
|
param: string;
|
|
725
725
|
productKeys?: import("./types").ProductKeys;
|
|
726
726
|
};
|
|
727
|
+
platform_editor_lovability_user_intent: {
|
|
728
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
729
|
+
defaultValue: boolean;
|
|
730
|
+
param: string;
|
|
731
|
+
productKeys?: import("./types").ProductKeys;
|
|
732
|
+
};
|
|
727
733
|
cc_complexit_fe_emoji_stability: {
|
|
728
734
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
729
735
|
defaultValue: boolean;
|
|
@@ -724,6 +724,12 @@ export declare const editorExperimentsConfig: {
|
|
|
724
724
|
param: string;
|
|
725
725
|
productKeys?: import("./types").ProductKeys;
|
|
726
726
|
};
|
|
727
|
+
platform_editor_lovability_user_intent: {
|
|
728
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
729
|
+
defaultValue: boolean;
|
|
730
|
+
param: string;
|
|
731
|
+
productKeys?: import("./types").ProductKeys;
|
|
732
|
+
};
|
|
727
733
|
cc_complexit_fe_emoji_stability: {
|
|
728
734
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
729
735
|
defaultValue: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.21.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^4.
|
|
37
|
+
"@atlaskit/react-ufo": "^4.13.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|