@atlaskit/tmp-editor-statsig 13.12.1 → 13.13.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 +19 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`03153a278b044`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/03153a278b044) -
|
|
8
|
+
Add new mentions detection logic
|
|
9
|
+
|
|
10
|
+
## 13.13.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`0560b4dfd1361`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0560b4dfd1361) -
|
|
15
|
+
Experiment with disabling prosemirror rendering in SSR
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`b4c5701e7f2be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4c5701e7f2be) -
|
|
20
|
+
Adds a PR task to to ensure that if an override was added/removed, it was a safe change.
|
|
21
|
+
|
|
3
22
|
## 13.12.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -369,6 +369,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
369
369
|
param: 'isEnabled',
|
|
370
370
|
defaultValue: false
|
|
371
371
|
}),
|
|
372
|
+
// Added 2025-10-15
|
|
373
|
+
platform_editor_no_ssr: (0, _experimentBuilders.createBooleanExperiment)({
|
|
374
|
+
productKeys: {
|
|
375
|
+
confluence: 'platform_editor_no_ssr'
|
|
376
|
+
},
|
|
377
|
+
param: 'isEnabled',
|
|
378
|
+
defaultValue: false
|
|
379
|
+
}),
|
|
372
380
|
// Added 2025-08-14
|
|
373
381
|
platform_editor_jira_advanced_code_blocks: (0, _experimentBuilders.createBooleanExperiment)({
|
|
374
382
|
productKeys: {
|
|
@@ -1046,5 +1054,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1046
1054
|
},
|
|
1047
1055
|
param: 'isEnabled',
|
|
1048
1056
|
defaultValue: false
|
|
1057
|
+
}),
|
|
1058
|
+
// Added 2025-10-15
|
|
1059
|
+
platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1060
|
+
productKeys: {
|
|
1061
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1062
|
+
},
|
|
1063
|
+
param: 'isEnabled',
|
|
1064
|
+
defaultValue: false
|
|
1049
1065
|
})
|
|
1050
1066
|
};
|
|
@@ -363,6 +363,14 @@ export const editorExperimentsConfig = {
|
|
|
363
363
|
param: 'isEnabled',
|
|
364
364
|
defaultValue: false
|
|
365
365
|
}),
|
|
366
|
+
// Added 2025-10-15
|
|
367
|
+
platform_editor_no_ssr: createBooleanExperiment({
|
|
368
|
+
productKeys: {
|
|
369
|
+
confluence: 'platform_editor_no_ssr'
|
|
370
|
+
},
|
|
371
|
+
param: 'isEnabled',
|
|
372
|
+
defaultValue: false
|
|
373
|
+
}),
|
|
366
374
|
// Added 2025-08-14
|
|
367
375
|
platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
|
|
368
376
|
productKeys: {
|
|
@@ -1040,5 +1048,13 @@ export const editorExperimentsConfig = {
|
|
|
1040
1048
|
},
|
|
1041
1049
|
param: 'isEnabled',
|
|
1042
1050
|
defaultValue: false
|
|
1051
|
+
}),
|
|
1052
|
+
// Added 2025-10-15
|
|
1053
|
+
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1054
|
+
productKeys: {
|
|
1055
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1056
|
+
},
|
|
1057
|
+
param: 'isEnabled',
|
|
1058
|
+
defaultValue: false
|
|
1043
1059
|
})
|
|
1044
1060
|
};
|
|
@@ -363,6 +363,14 @@ export var editorExperimentsConfig = {
|
|
|
363
363
|
param: 'isEnabled',
|
|
364
364
|
defaultValue: false
|
|
365
365
|
}),
|
|
366
|
+
// Added 2025-10-15
|
|
367
|
+
platform_editor_no_ssr: createBooleanExperiment({
|
|
368
|
+
productKeys: {
|
|
369
|
+
confluence: 'platform_editor_no_ssr'
|
|
370
|
+
},
|
|
371
|
+
param: 'isEnabled',
|
|
372
|
+
defaultValue: false
|
|
373
|
+
}),
|
|
366
374
|
// Added 2025-08-14
|
|
367
375
|
platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
|
|
368
376
|
productKeys: {
|
|
@@ -1040,5 +1048,13 @@ export var editorExperimentsConfig = {
|
|
|
1040
1048
|
},
|
|
1041
1049
|
param: 'isEnabled',
|
|
1042
1050
|
defaultValue: false
|
|
1051
|
+
}),
|
|
1052
|
+
// Added 2025-10-15
|
|
1053
|
+
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1054
|
+
productKeys: {
|
|
1055
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1056
|
+
},
|
|
1057
|
+
param: 'isEnabled',
|
|
1058
|
+
defaultValue: false
|
|
1043
1059
|
})
|
|
1044
1060
|
};
|
|
@@ -265,6 +265,12 @@ export declare const editorExperimentsConfig: {
|
|
|
265
265
|
param: string;
|
|
266
266
|
productKeys?: import("./types").ProductKeys;
|
|
267
267
|
};
|
|
268
|
+
platform_editor_no_ssr: {
|
|
269
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
270
|
+
defaultValue: boolean;
|
|
271
|
+
param: string;
|
|
272
|
+
productKeys?: import("./types").ProductKeys;
|
|
273
|
+
};
|
|
268
274
|
platform_editor_jira_advanced_code_blocks: {
|
|
269
275
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
270
276
|
defaultValue: boolean;
|
|
@@ -766,4 +772,10 @@ export declare const editorExperimentsConfig: {
|
|
|
766
772
|
param: string;
|
|
767
773
|
productKeys?: import("./types").ProductKeys;
|
|
768
774
|
};
|
|
775
|
+
platform_editor_new_mentions_detection_logic: {
|
|
776
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
777
|
+
defaultValue: boolean;
|
|
778
|
+
param: string;
|
|
779
|
+
productKeys?: import("./types").ProductKeys;
|
|
780
|
+
};
|
|
769
781
|
};
|
|
@@ -265,6 +265,12 @@ export declare const editorExperimentsConfig: {
|
|
|
265
265
|
param: string;
|
|
266
266
|
productKeys?: import("./types").ProductKeys;
|
|
267
267
|
};
|
|
268
|
+
platform_editor_no_ssr: {
|
|
269
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
270
|
+
defaultValue: boolean;
|
|
271
|
+
param: string;
|
|
272
|
+
productKeys?: import("./types").ProductKeys;
|
|
273
|
+
};
|
|
268
274
|
platform_editor_jira_advanced_code_blocks: {
|
|
269
275
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
270
276
|
defaultValue: boolean;
|
|
@@ -766,4 +772,10 @@ export declare const editorExperimentsConfig: {
|
|
|
766
772
|
param: string;
|
|
767
773
|
productKeys?: import("./types").ProductKeys;
|
|
768
774
|
};
|
|
775
|
+
platform_editor_new_mentions_detection_logic: {
|
|
776
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
777
|
+
defaultValue: boolean;
|
|
778
|
+
param: string;
|
|
779
|
+
productKeys?: import("./types").ProductKeys;
|
|
780
|
+
};
|
|
769
781
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.13.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",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"category": "Components"
|
|
15
15
|
},
|
|
16
16
|
"prTasks": [
|
|
17
|
-
"New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change"
|
|
17
|
+
"New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change",
|
|
18
|
+
"I updated the table on https://hello.atlassian.net/wiki/spaces/EDITOR/pages/5257593537/Libra+testing+FG+override+expectations, tested my changes, and confirm that adding/removing the override is safe"
|
|
18
19
|
]
|
|
19
20
|
},
|
|
20
21
|
"repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
|