@atlaskit/tmp-editor-statsig 11.8.0 → 11.8.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 11.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1eba43a7b680d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1eba43a7b680d) -
|
|
8
|
+
ED-29000 - Add platform_editor_toolbar_aifc_patch_1 experiment
|
|
9
|
+
|
|
3
10
|
## 11.8.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -785,5 +785,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
785
785
|
},
|
|
786
786
|
param: 'isEnabled',
|
|
787
787
|
defaultValue: false
|
|
788
|
+
}),
|
|
789
|
+
// Added 2025-08-26
|
|
790
|
+
platform_editor_toolbar_aifc_patch_1: (0, _experimentBuilders.createBooleanExperiment)({
|
|
791
|
+
productKeys: {
|
|
792
|
+
confluence: 'platform_editor_toolbar_aifc_patch_1'
|
|
793
|
+
},
|
|
794
|
+
param: 'isEnabled',
|
|
795
|
+
defaultValue: false
|
|
788
796
|
})
|
|
789
797
|
};
|
|
@@ -779,5 +779,13 @@ export const editorExperimentsConfig = {
|
|
|
779
779
|
},
|
|
780
780
|
param: 'isEnabled',
|
|
781
781
|
defaultValue: false
|
|
782
|
+
}),
|
|
783
|
+
// Added 2025-08-26
|
|
784
|
+
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
785
|
+
productKeys: {
|
|
786
|
+
confluence: 'platform_editor_toolbar_aifc_patch_1'
|
|
787
|
+
},
|
|
788
|
+
param: 'isEnabled',
|
|
789
|
+
defaultValue: false
|
|
782
790
|
})
|
|
783
791
|
};
|
|
@@ -779,5 +779,13 @@ export var editorExperimentsConfig = {
|
|
|
779
779
|
},
|
|
780
780
|
param: 'isEnabled',
|
|
781
781
|
defaultValue: false
|
|
782
|
+
}),
|
|
783
|
+
// Added 2025-08-26
|
|
784
|
+
platform_editor_toolbar_aifc_patch_1: createBooleanExperiment({
|
|
785
|
+
productKeys: {
|
|
786
|
+
confluence: 'platform_editor_toolbar_aifc_patch_1'
|
|
787
|
+
},
|
|
788
|
+
param: 'isEnabled',
|
|
789
|
+
defaultValue: false
|
|
782
790
|
})
|
|
783
791
|
};
|
|
@@ -581,4 +581,10 @@ export declare const editorExperimentsConfig: {
|
|
|
581
581
|
param: string;
|
|
582
582
|
productKeys?: import("./types").ProductKeys;
|
|
583
583
|
};
|
|
584
|
+
platform_editor_toolbar_aifc_patch_1: {
|
|
585
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
586
|
+
defaultValue: boolean;
|
|
587
|
+
param: string;
|
|
588
|
+
productKeys?: import("./types").ProductKeys;
|
|
589
|
+
};
|
|
584
590
|
};
|
|
@@ -581,4 +581,10 @@ export declare const editorExperimentsConfig: {
|
|
|
581
581
|
param: string;
|
|
582
582
|
productKeys?: import("./types").ProductKeys;
|
|
583
583
|
};
|
|
584
|
+
platform_editor_toolbar_aifc_patch_1: {
|
|
585
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
586
|
+
defaultValue: boolean;
|
|
587
|
+
param: string;
|
|
588
|
+
productKeys?: import("./types").ProductKeys;
|
|
589
|
+
};
|
|
584
590
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "11.8.
|
|
3
|
+
"version": "11.8.1",
|
|
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",
|
|
@@ -31,15 +31,6 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
|
-
"af:exports": {
|
|
35
|
-
"./setup": "./src/setup.ts",
|
|
36
|
-
"./experiments": "./src/experiments.ts",
|
|
37
|
-
"./experiments-config": "./src/experiments-config.ts",
|
|
38
|
-
"./editor-experiments-test-utils": "./src/editor-experiments-test-utils.ts",
|
|
39
|
-
"./expVal": "./src/expVal.ts",
|
|
40
|
-
"./exp-val-equals": "./src/exp-val-equals.ts",
|
|
41
|
-
"./exp-val-equals-no-exposure": "./src/exp-val-equals-no-exposure.ts"
|
|
42
|
-
},
|
|
43
34
|
"dependencies": {
|
|
44
35
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
45
36
|
"@babel/runtime": "^7.0.0"
|