@atlaskit/tmp-editor-statsig 13.12.1 → 13.13.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0560b4dfd1361`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0560b4dfd1361) -
|
|
8
|
+
Experiment with disabling prosemirror rendering in SSR
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`b4c5701e7f2be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b4c5701e7f2be) -
|
|
13
|
+
Adds a PR task to to ensure that if an override was added/removed, it was a safe change.
|
|
14
|
+
|
|
3
15
|
## 13.12.1
|
|
4
16
|
|
|
5
17
|
### 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: {
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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;
|
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.13.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",
|
|
@@ -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",
|