@atlaskit/tmp-editor-statsig 81.3.0 → 82.1.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 +18 -0
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 82.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`e481e48b7f35f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e481e48b7f35f) -
|
|
8
|
+
Cleaned up platform_editor_ai_aifc_listitem_indentation_fix experiment.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 82.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`79c9ce8cbf593`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79c9ce8cbf593) -
|
|
19
|
+
FFCLEANUP-84819 - Clean up platform_editor_localid_ime_composition_fix
|
|
20
|
+
|
|
3
21
|
## 81.3.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -1078,14 +1078,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1078
1078
|
param: 'isEnabled',
|
|
1079
1079
|
defaultValue: false
|
|
1080
1080
|
}),
|
|
1081
|
-
// Added 2025-12-22
|
|
1082
|
-
platform_editor_localid_ime_composition_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1083
|
-
productKeys: {
|
|
1084
|
-
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1085
|
-
},
|
|
1086
|
-
param: 'isEnabled',
|
|
1087
|
-
defaultValue: false
|
|
1088
|
-
}),
|
|
1089
1081
|
// Added 2026-04-13
|
|
1090
1082
|
platform_editor_hide_extension_renderer_support: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1091
1083
|
productKeys: {
|
|
@@ -1922,14 +1914,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1922
1914
|
param: 'isEnabled',
|
|
1923
1915
|
defaultValue: false
|
|
1924
1916
|
}),
|
|
1925
|
-
// Added 2026-04-02
|
|
1926
|
-
platform_editor_ai_aifc_listitem_indentation_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1927
|
-
productKeys: {
|
|
1928
|
-
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1929
|
-
},
|
|
1930
|
-
param: 'isEnabled',
|
|
1931
|
-
defaultValue: false
|
|
1932
|
-
}),
|
|
1933
1917
|
// Added 2026-04-09
|
|
1934
1918
|
platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1935
1919
|
productKeys: {
|
|
@@ -1072,14 +1072,6 @@ export const editorExperimentsConfig = {
|
|
|
1072
1072
|
param: 'isEnabled',
|
|
1073
1073
|
defaultValue: false
|
|
1074
1074
|
}),
|
|
1075
|
-
// Added 2025-12-22
|
|
1076
|
-
platform_editor_localid_ime_composition_fix: createBooleanExperiment({
|
|
1077
|
-
productKeys: {
|
|
1078
|
-
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1079
|
-
},
|
|
1080
|
-
param: 'isEnabled',
|
|
1081
|
-
defaultValue: false
|
|
1082
|
-
}),
|
|
1083
1075
|
// Added 2026-04-13
|
|
1084
1076
|
platform_editor_hide_extension_renderer_support: createBooleanExperiment({
|
|
1085
1077
|
productKeys: {
|
|
@@ -1916,14 +1908,6 @@ export const editorExperimentsConfig = {
|
|
|
1916
1908
|
param: 'isEnabled',
|
|
1917
1909
|
defaultValue: false
|
|
1918
1910
|
}),
|
|
1919
|
-
// Added 2026-04-02
|
|
1920
|
-
platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
|
|
1921
|
-
productKeys: {
|
|
1922
|
-
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1923
|
-
},
|
|
1924
|
-
param: 'isEnabled',
|
|
1925
|
-
defaultValue: false
|
|
1926
|
-
}),
|
|
1927
1911
|
// Added 2026-04-09
|
|
1928
1912
|
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1929
1913
|
productKeys: {
|
|
@@ -1072,14 +1072,6 @@ export var editorExperimentsConfig = {
|
|
|
1072
1072
|
param: 'isEnabled',
|
|
1073
1073
|
defaultValue: false
|
|
1074
1074
|
}),
|
|
1075
|
-
// Added 2025-12-22
|
|
1076
|
-
platform_editor_localid_ime_composition_fix: createBooleanExperiment({
|
|
1077
|
-
productKeys: {
|
|
1078
|
-
confluence: 'platform_editor_localid_ime_composition_fix'
|
|
1079
|
-
},
|
|
1080
|
-
param: 'isEnabled',
|
|
1081
|
-
defaultValue: false
|
|
1082
|
-
}),
|
|
1083
1075
|
// Added 2026-04-13
|
|
1084
1076
|
platform_editor_hide_extension_renderer_support: createBooleanExperiment({
|
|
1085
1077
|
productKeys: {
|
|
@@ -1916,14 +1908,6 @@ export var editorExperimentsConfig = {
|
|
|
1916
1908
|
param: 'isEnabled',
|
|
1917
1909
|
defaultValue: false
|
|
1918
1910
|
}),
|
|
1919
|
-
// Added 2026-04-02
|
|
1920
|
-
platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
|
|
1921
|
-
productKeys: {
|
|
1922
|
-
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1923
|
-
},
|
|
1924
|
-
param: 'isEnabled',
|
|
1925
|
-
defaultValue: false
|
|
1926
|
-
}),
|
|
1927
1911
|
// Added 2026-04-09
|
|
1928
1912
|
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1929
1913
|
productKeys: {
|
|
@@ -506,12 +506,6 @@ export declare const editorExperimentsConfig: {
|
|
|
506
506
|
productKeys?: ProductKeys;
|
|
507
507
|
typeGuard: IsBooleanType;
|
|
508
508
|
};
|
|
509
|
-
platform_editor_ai_aifc_listitem_indentation_fix: {
|
|
510
|
-
defaultValue: boolean;
|
|
511
|
-
param: string;
|
|
512
|
-
productKeys?: ProductKeys;
|
|
513
|
-
typeGuard: IsBooleanType;
|
|
514
|
-
};
|
|
515
509
|
platform_editor_lovability_distribute_column_fix: {
|
|
516
510
|
defaultValue: boolean;
|
|
517
511
|
param: string;
|
|
@@ -827,12 +821,6 @@ export declare const editorExperimentsConfig: {
|
|
|
827
821
|
productKeys?: ProductKeys;
|
|
828
822
|
typeGuard: IsBooleanType;
|
|
829
823
|
};
|
|
830
|
-
platform_editor_localid_ime_composition_fix: {
|
|
831
|
-
defaultValue: boolean;
|
|
832
|
-
param: string;
|
|
833
|
-
productKeys?: ProductKeys;
|
|
834
|
-
typeGuard: IsBooleanType;
|
|
835
|
-
};
|
|
836
824
|
platform_editor_hide_extension_renderer_support: {
|
|
837
825
|
defaultValue: boolean;
|
|
838
826
|
param: string;
|
|
@@ -506,12 +506,6 @@ export declare const editorExperimentsConfig: {
|
|
|
506
506
|
productKeys?: ProductKeys;
|
|
507
507
|
typeGuard: IsBooleanType;
|
|
508
508
|
};
|
|
509
|
-
platform_editor_ai_aifc_listitem_indentation_fix: {
|
|
510
|
-
defaultValue: boolean;
|
|
511
|
-
param: string;
|
|
512
|
-
productKeys?: ProductKeys;
|
|
513
|
-
typeGuard: IsBooleanType;
|
|
514
|
-
};
|
|
515
509
|
platform_editor_lovability_distribute_column_fix: {
|
|
516
510
|
defaultValue: boolean;
|
|
517
511
|
param: string;
|
|
@@ -827,12 +821,6 @@ export declare const editorExperimentsConfig: {
|
|
|
827
821
|
productKeys?: ProductKeys;
|
|
828
822
|
typeGuard: IsBooleanType;
|
|
829
823
|
};
|
|
830
|
-
platform_editor_localid_ime_composition_fix: {
|
|
831
|
-
defaultValue: boolean;
|
|
832
|
-
param: string;
|
|
833
|
-
productKeys?: ProductKeys;
|
|
834
|
-
typeGuard: IsBooleanType;
|
|
835
|
-
};
|
|
836
824
|
platform_editor_hide_extension_renderer_support: {
|
|
837
825
|
defaultValue: boolean;
|
|
838
826
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "82.1.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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^
|
|
38
|
+
"@atlaskit/react-ufo": "^6.0.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|