@atlaskit/tmp-editor-statsig 63.0.0 → 64.0.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 64.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`79124c226e2f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79124c226e2f4) -
|
|
8
|
+
NO-ISSUE Clean up platform_editor_ai_edit_unsupported_content
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 63.0.0
|
|
4
15
|
|
|
5
16
|
### Major Changes
|
|
@@ -1179,14 +1179,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1179
1179
|
param: 'isEnabled',
|
|
1180
1180
|
defaultValue: false
|
|
1181
1181
|
}),
|
|
1182
|
-
// Added 2026-01-16
|
|
1183
|
-
platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1184
|
-
productKeys: {
|
|
1185
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1186
|
-
},
|
|
1187
|
-
param: 'isEnabled',
|
|
1188
|
-
defaultValue: false
|
|
1189
|
-
}),
|
|
1190
1182
|
// Added 2026-01-19
|
|
1191
1183
|
platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
1184
|
productKeys: {
|
|
@@ -1173,14 +1173,6 @@ export const editorExperimentsConfig = {
|
|
|
1173
1173
|
param: 'isEnabled',
|
|
1174
1174
|
defaultValue: false
|
|
1175
1175
|
}),
|
|
1176
|
-
// Added 2026-01-16
|
|
1177
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1178
|
-
productKeys: {
|
|
1179
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1180
|
-
},
|
|
1181
|
-
param: 'isEnabled',
|
|
1182
|
-
defaultValue: false
|
|
1183
|
-
}),
|
|
1184
1176
|
// Added 2026-01-19
|
|
1185
1177
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1186
1178
|
productKeys: {
|
|
@@ -1173,14 +1173,6 @@ export var editorExperimentsConfig = {
|
|
|
1173
1173
|
param: 'isEnabled',
|
|
1174
1174
|
defaultValue: false
|
|
1175
1175
|
}),
|
|
1176
|
-
// Added 2026-01-16
|
|
1177
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1178
|
-
productKeys: {
|
|
1179
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1180
|
-
},
|
|
1181
|
-
param: 'isEnabled',
|
|
1182
|
-
defaultValue: false
|
|
1183
|
-
}),
|
|
1184
1176
|
// Added 2026-01-19
|
|
1185
1177
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1186
1178
|
productKeys: {
|
|
@@ -863,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
863
863
|
productKeys?: ProductKeys;
|
|
864
864
|
typeGuard: IsBooleanType;
|
|
865
865
|
};
|
|
866
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
867
|
-
defaultValue: boolean;
|
|
868
|
-
param: string;
|
|
869
|
-
productKeys?: ProductKeys;
|
|
870
|
-
typeGuard: IsBooleanType;
|
|
871
|
-
};
|
|
872
866
|
platform_editor_copy_paste_issue_fix: {
|
|
873
867
|
defaultValue: boolean;
|
|
874
868
|
param: string;
|
|
@@ -863,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
863
863
|
productKeys?: ProductKeys;
|
|
864
864
|
typeGuard: IsBooleanType;
|
|
865
865
|
};
|
|
866
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
867
|
-
defaultValue: boolean;
|
|
868
|
-
param: string;
|
|
869
|
-
productKeys?: ProductKeys;
|
|
870
|
-
typeGuard: IsBooleanType;
|
|
871
|
-
};
|
|
872
866
|
platform_editor_copy_paste_issue_fix: {
|
|
873
867
|
defaultValue: boolean;
|
|
874
868
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "64.0.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": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.16.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|