@atlaskit/tmp-editor-statsig 112.0.0 → 114.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,21 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 114.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`a8c135d0b7bfb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8c135d0b7bfb) -
8
+ Cleanup experiment `confluence_load_editor_title_on_transition`. The placeholder loading spinner
9
+ and the collab-not-ready placeholder skip during transitions are now always enabled, and the
10
+ experiment definition has been removed from the editor statsig config.
11
+
12
+ ## 113.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - [`0aced23fb1739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0aced23fb1739) -
17
+ Clean up experiment platform_editor_fix_selection_wrapped_media_embed
18
+
3
19
  ## 112.0.0
4
20
 
5
21
  ### Major Changes
@@ -66,14 +66,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
66
66
  param: 'isEnabled',
67
67
  defaultValue: false
68
68
  }),
69
- // Added 22-12-2025
70
- confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
71
- productKeys: {
72
- confluence: 'confluence_load_editor_title_on_transition'
73
- },
74
- param: 'contentPlaceholder',
75
- defaultValue: false
76
- }),
77
69
  // Added 02-12-2025
78
70
  cc_fix_hydration_ttvc: (0, _experimentBuilders.createBooleanExperiment)({
79
71
  productKeys: {
@@ -1812,15 +1804,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1812
1804
  param: 'isEnabled',
1813
1805
  defaultValue: false
1814
1806
  }),
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
1807
  // Added 2026-06-11
1825
1808
  platform_editor_external_embed_grid_fix: (0, _experimentBuilders.createBooleanExperiment)({
1826
1809
  productKeys: {
@@ -60,14 +60,6 @@ export const editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 22-12-2025
64
- confluence_load_editor_title_on_transition: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'confluence_load_editor_title_on_transition'
67
- },
68
- param: 'contentPlaceholder',
69
- defaultValue: false
70
- }),
71
63
  // Added 02-12-2025
72
64
  cc_fix_hydration_ttvc: createBooleanExperiment({
73
65
  productKeys: {
@@ -1806,15 +1798,6 @@ export const editorExperimentsConfig = {
1806
1798
  param: 'isEnabled',
1807
1799
  defaultValue: false
1808
1800
  }),
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
1801
  // Added 2026-06-11
1819
1802
  platform_editor_external_embed_grid_fix: createBooleanExperiment({
1820
1803
  productKeys: {
@@ -60,14 +60,6 @@ export var editorExperimentsConfig = {
60
60
  param: 'isEnabled',
61
61
  defaultValue: false
62
62
  }),
63
- // Added 22-12-2025
64
- confluence_load_editor_title_on_transition: createBooleanExperiment({
65
- productKeys: {
66
- confluence: 'confluence_load_editor_title_on_transition'
67
- },
68
- param: 'contentPlaceholder',
69
- defaultValue: false
70
- }),
71
63
  // Added 02-12-2025
72
64
  cc_fix_hydration_ttvc: createBooleanExperiment({
73
65
  productKeys: {
@@ -1806,15 +1798,6 @@ export var editorExperimentsConfig = {
1806
1798
  param: 'isEnabled',
1807
1799
  defaultValue: false
1808
1800
  }),
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
1801
  // Added 2026-06-11
1819
1802
  platform_editor_external_embed_grid_fix: createBooleanExperiment({
1820
1803
  productKeys: {
@@ -125,12 +125,6 @@ export declare const editorExperimentsConfig: {
125
125
  productKeys?: ProductKeys;
126
126
  typeGuard: IsBooleanType;
127
127
  };
128
- confluence_load_editor_title_on_transition: {
129
- defaultValue: boolean;
130
- param: string;
131
- productKeys?: ProductKeys;
132
- typeGuard: IsBooleanType;
133
- };
134
128
  platform_editor_ai_headingautocomplete: {
135
129
  defaultValue: boolean;
136
130
  param: string;
@@ -1280,12 +1274,6 @@ export declare const editorExperimentsConfig: {
1280
1274
  productKeys?: ProductKeys;
1281
1275
  typeGuard: IsBooleanType;
1282
1276
  };
1283
- platform_editor_fix_selection_wrapped_media_embed: {
1284
- defaultValue: boolean;
1285
- param: string;
1286
- productKeys?: ProductKeys;
1287
- typeGuard: IsBooleanType;
1288
- };
1289
1277
  platform_editor_external_embed_grid_fix: {
1290
1278
  defaultValue: boolean;
1291
1279
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "112.0.0",
3
+ "version": "114.0.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",