@atlaskit/tmp-editor-statsig 12.25.0 → 12.25.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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.25.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6b6eca9cee16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b6eca9cee16d) -
|
|
8
|
+
Switch from platform_editor_preview_panel_responsiveness to confluence_preview_panels_exp to roll
|
|
9
|
+
out to GA under Confluence experiment.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 12.25.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -542,7 +542,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
542
542
|
// Added 2025-07-15
|
|
543
543
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
544
544
|
productKeys: {
|
|
545
|
-
confluence: '
|
|
545
|
+
confluence: 'confluence_preview_panels_exp'
|
|
546
546
|
},
|
|
547
547
|
param: 'isEnabled',
|
|
548
548
|
defaultValue: false
|
|
@@ -536,7 +536,7 @@ export const editorExperimentsConfig = {
|
|
|
536
536
|
// Added 2025-07-15
|
|
537
537
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
538
538
|
productKeys: {
|
|
539
|
-
confluence: '
|
|
539
|
+
confluence: 'confluence_preview_panels_exp'
|
|
540
540
|
},
|
|
541
541
|
param: 'isEnabled',
|
|
542
542
|
defaultValue: false
|
|
@@ -536,7 +536,7 @@ export var editorExperimentsConfig = {
|
|
|
536
536
|
// Added 2025-07-15
|
|
537
537
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
538
538
|
productKeys: {
|
|
539
|
-
confluence: '
|
|
539
|
+
confluence: 'confluence_preview_panels_exp'
|
|
540
540
|
},
|
|
541
541
|
param: 'isEnabled',
|
|
542
542
|
defaultValue: false
|
package/package.json
CHANGED