@atlaskit/tmp-editor-statsig 112.0.0 → 113.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 113.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0aced23fb1739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0aced23fb1739) -
|
|
8
|
+
Clean up experiment platform_editor_fix_selection_wrapped_media_embed
|
|
9
|
+
|
|
3
10
|
## 112.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1812,15 +1812,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1812
1812
|
param: 'isEnabled',
|
|
1813
1813
|
defaultValue: false
|
|
1814
1814
|
}),
|
|
1815
|
-
// Added 2026-04-09
|
|
1816
|
-
platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1817
|
-
productKeys: {
|
|
1818
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1819
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1820
|
-
},
|
|
1821
|
-
param: 'isEnabled',
|
|
1822
|
-
defaultValue: false
|
|
1823
|
-
}),
|
|
1824
1815
|
// Added 2026-06-11
|
|
1825
1816
|
platform_editor_external_embed_grid_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1826
1817
|
productKeys: {
|
|
@@ -1806,15 +1806,6 @@ export const editorExperimentsConfig = {
|
|
|
1806
1806
|
param: 'isEnabled',
|
|
1807
1807
|
defaultValue: false
|
|
1808
1808
|
}),
|
|
1809
|
-
// Added 2026-04-09
|
|
1810
|
-
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1811
|
-
productKeys: {
|
|
1812
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1813
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1814
|
-
},
|
|
1815
|
-
param: 'isEnabled',
|
|
1816
|
-
defaultValue: false
|
|
1817
|
-
}),
|
|
1818
1809
|
// Added 2026-06-11
|
|
1819
1810
|
platform_editor_external_embed_grid_fix: createBooleanExperiment({
|
|
1820
1811
|
productKeys: {
|
|
@@ -1806,15 +1806,6 @@ export var editorExperimentsConfig = {
|
|
|
1806
1806
|
param: 'isEnabled',
|
|
1807
1807
|
defaultValue: false
|
|
1808
1808
|
}),
|
|
1809
|
-
// Added 2026-04-09
|
|
1810
|
-
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1811
|
-
productKeys: {
|
|
1812
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1813
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1814
|
-
},
|
|
1815
|
-
param: 'isEnabled',
|
|
1816
|
-
defaultValue: false
|
|
1817
|
-
}),
|
|
1818
1809
|
// Added 2026-06-11
|
|
1819
1810
|
platform_editor_external_embed_grid_fix: createBooleanExperiment({
|
|
1820
1811
|
productKeys: {
|
|
@@ -1280,12 +1280,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1280
1280
|
productKeys?: ProductKeys;
|
|
1281
1281
|
typeGuard: IsBooleanType;
|
|
1282
1282
|
};
|
|
1283
|
-
platform_editor_fix_selection_wrapped_media_embed: {
|
|
1284
|
-
defaultValue: boolean;
|
|
1285
|
-
param: string;
|
|
1286
|
-
productKeys?: ProductKeys;
|
|
1287
|
-
typeGuard: IsBooleanType;
|
|
1288
|
-
};
|
|
1289
1283
|
platform_editor_external_embed_grid_fix: {
|
|
1290
1284
|
defaultValue: boolean;
|
|
1291
1285
|
param: string;
|
package/package.json
CHANGED