@atlaskit/tmp-editor-statsig 11.9.0 → 11.10.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 11.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bfec478c9e91b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bfec478c9e91b) -
|
|
8
|
+
Splits platform_editor_preview_panel_linking_exp into one for Jira and one for Confluence and
|
|
9
|
+
switches to editorExperiment util.
|
|
10
|
+
|
|
3
11
|
## 11.9.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -549,8 +549,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
549
549
|
// Added 2025-08-18
|
|
550
550
|
platform_editor_preview_panel_linking_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
551
551
|
productKeys: {
|
|
552
|
-
confluence: '
|
|
553
|
-
jira: '
|
|
552
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
553
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
554
554
|
},
|
|
555
555
|
param: 'isEnabled',
|
|
556
556
|
defaultValue: false
|
|
@@ -543,8 +543,8 @@ export const editorExperimentsConfig = {
|
|
|
543
543
|
// Added 2025-08-18
|
|
544
544
|
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
545
545
|
productKeys: {
|
|
546
|
-
confluence: '
|
|
547
|
-
jira: '
|
|
546
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
547
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
548
548
|
},
|
|
549
549
|
param: 'isEnabled',
|
|
550
550
|
defaultValue: false
|
|
@@ -543,8 +543,8 @@ export var editorExperimentsConfig = {
|
|
|
543
543
|
// Added 2025-08-18
|
|
544
544
|
platform_editor_preview_panel_linking_exp: createBooleanExperiment({
|
|
545
545
|
productKeys: {
|
|
546
|
-
confluence: '
|
|
547
|
-
jira: '
|
|
546
|
+
confluence: 'platform_editor_preview_panel_linking_exp_conf',
|
|
547
|
+
jira: 'platform_editor_preview_panel_linking_exp_jira'
|
|
548
548
|
},
|
|
549
549
|
param: 'isEnabled',
|
|
550
550
|
defaultValue: false
|
package/package.json
CHANGED