@atlaskit/tmp-editor-statsig 84.3.2 → 85.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,20 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 85.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`b0378b1a1762f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b0378b1a1762f) -
8
+ Cleanup platform_sl_fix_cache_unresolved
9
+
10
+ ## 84.4.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`0ded3f82666cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0ded3f82666cb) -
15
+ Remove platform_editor_ai_disable_bridge_without_ai experiment gate. The bridge now always
16
+ requires aiExperience and aiStreamingOrchestrator to be present before initializing.
17
+
3
18
  ## 84.3.2
4
19
 
5
20
  ### Patch Changes
@@ -1167,14 +1167,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1167
1167
  param: 'isEnabled',
1168
1168
  defaultValue: false
1169
1169
  }),
1170
- // Added 2026-02-02
1171
- platform_editor_ai_disable_bridge_without_ai: (0, _experimentBuilders.createBooleanExperiment)({
1172
- productKeys: {
1173
- confluence: 'platform_editor_ai_disable_bridge_without_ai'
1174
- },
1175
- param: 'isEnabled',
1176
- defaultValue: false
1177
- }),
1178
1170
  // Added 2026-01-27 - AI create-page expand collapse fix
1179
1171
  platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
1180
1172
  productKeys: {
@@ -2143,14 +2135,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2143
2135
  param: 'isEnabled',
2144
2136
  defaultValue: false
2145
2137
  }),
2146
- // Added 2026-04-27
2147
- platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
2148
- productKeys: {
2149
- confluence: 'platform_sl_fix_cache_unresolved'
2150
- },
2151
- param: 'isEnabled',
2152
- defaultValue: false
2153
- }),
2154
2138
  // Added 2026-04-30
2155
2139
  confluence_fe_disable_comment_if_offline_fix: (0, _experimentBuilders.createBooleanExperiment)({
2156
2140
  productKeys: {
@@ -1161,14 +1161,6 @@ export const editorExperimentsConfig = {
1161
1161
  param: 'isEnabled',
1162
1162
  defaultValue: false
1163
1163
  }),
1164
- // Added 2026-02-02
1165
- platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
1166
- productKeys: {
1167
- confluence: 'platform_editor_ai_disable_bridge_without_ai'
1168
- },
1169
- param: 'isEnabled',
1170
- defaultValue: false
1171
- }),
1172
1164
  // Added 2026-01-27 - AI create-page expand collapse fix
1173
1165
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1174
1166
  productKeys: {
@@ -2137,14 +2129,6 @@ export const editorExperimentsConfig = {
2137
2129
  param: 'isEnabled',
2138
2130
  defaultValue: false
2139
2131
  }),
2140
- // Added 2026-04-27
2141
- platform_sl_fix_cache_unresolved: createBooleanExperiment({
2142
- productKeys: {
2143
- confluence: 'platform_sl_fix_cache_unresolved'
2144
- },
2145
- param: 'isEnabled',
2146
- defaultValue: false
2147
- }),
2148
2132
  // Added 2026-04-30
2149
2133
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
2150
2134
  productKeys: {
@@ -1161,14 +1161,6 @@ export var editorExperimentsConfig = {
1161
1161
  param: 'isEnabled',
1162
1162
  defaultValue: false
1163
1163
  }),
1164
- // Added 2026-02-02
1165
- platform_editor_ai_disable_bridge_without_ai: createBooleanExperiment({
1166
- productKeys: {
1167
- confluence: 'platform_editor_ai_disable_bridge_without_ai'
1168
- },
1169
- param: 'isEnabled',
1170
- defaultValue: false
1171
- }),
1172
1164
  // Added 2026-01-27 - AI create-page expand collapse fix
1173
1165
  platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
1174
1166
  productKeys: {
@@ -2137,14 +2129,6 @@ export var editorExperimentsConfig = {
2137
2129
  param: 'isEnabled',
2138
2130
  defaultValue: false
2139
2131
  }),
2140
- // Added 2026-04-27
2141
- platform_sl_fix_cache_unresolved: createBooleanExperiment({
2142
- productKeys: {
2143
- confluence: 'platform_sl_fix_cache_unresolved'
2144
- },
2145
- param: 'isEnabled',
2146
- defaultValue: false
2147
- }),
2148
2132
  // Added 2026-04-30
2149
2133
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
2150
2134
  productKeys: {
@@ -833,12 +833,6 @@ export declare const editorExperimentsConfig: {
833
833
  productKeys?: ProductKeys;
834
834
  typeGuard: IsBooleanType;
835
835
  };
836
- platform_editor_ai_disable_bridge_without_ai: {
837
- defaultValue: boolean;
838
- param: string;
839
- productKeys?: ProductKeys;
840
- typeGuard: IsBooleanType;
841
- };
842
836
  platform_editor_aifc_sync_block_stream_fix: {
843
837
  defaultValue: boolean;
844
838
  param: string;
@@ -1579,12 +1573,6 @@ export declare const editorExperimentsConfig: {
1579
1573
  productKeys?: ProductKeys;
1580
1574
  typeGuard: IsBooleanType;
1581
1575
  };
1582
- platform_sl_fix_cache_unresolved: {
1583
- defaultValue: boolean;
1584
- param: string;
1585
- productKeys?: ProductKeys;
1586
- typeGuard: IsBooleanType;
1587
- };
1588
1576
  confluence_fe_disable_comment_if_offline_fix: {
1589
1577
  defaultValue: boolean;
1590
1578
  param: string;
@@ -833,12 +833,6 @@ export declare const editorExperimentsConfig: {
833
833
  productKeys?: ProductKeys;
834
834
  typeGuard: IsBooleanType;
835
835
  };
836
- platform_editor_ai_disable_bridge_without_ai: {
837
- defaultValue: boolean;
838
- param: string;
839
- productKeys?: ProductKeys;
840
- typeGuard: IsBooleanType;
841
- };
842
836
  platform_editor_aifc_sync_block_stream_fix: {
843
837
  defaultValue: boolean;
844
838
  param: string;
@@ -1579,12 +1573,6 @@ export declare const editorExperimentsConfig: {
1579
1573
  productKeys?: ProductKeys;
1580
1574
  typeGuard: IsBooleanType;
1581
1575
  };
1582
- platform_sl_fix_cache_unresolved: {
1583
- defaultValue: boolean;
1584
- param: string;
1585
- productKeys?: ProductKeys;
1586
- typeGuard: IsBooleanType;
1587
- };
1588
1576
  confluence_fe_disable_comment_if_offline_fix: {
1589
1577
  defaultValue: boolean;
1590
1578
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "84.3.2",
3
+ "version": "85.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",