@atlaskit/tmp-editor-statsig 178.0.0 → 179.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,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 179.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`3422261e7a40e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3422261e7a40e) -
8
+ Clean up experiment `platform_editor_smartlink_local_cache`.
9
+ - [`35f8ff3c9ce4f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/35f8ff3c9ce4f) -
10
+ Clean up the released `platform_editor_improve_inline_diffs` experiment and remove the obsolete
11
+ editor experiment migration entry point.
12
+
3
13
  ## 178.0.0
4
14
 
5
15
  ### Major Changes
@@ -903,14 +903,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
903
903
  values: ['control', 'new-description', 'orig-description'],
904
904
  defaultValue: 'control'
905
905
  }),
906
- // Added 2026-01-28
907
- platform_editor_smartlink_local_cache: (0, _createBooleanExperiment.createBooleanExperiment)({
908
- productKeys: {
909
- confluence: 'platform_editor_smartlink_local_cache'
910
- },
911
- param: 'isEnabled',
912
- defaultValue: false
913
- }),
914
906
  // Added 2026-07-20
915
907
  platform_editor_fix_ai_streaming_race: (0, _createBooleanExperiment.createBooleanExperiment)({
916
908
  productKeys: {
@@ -1246,14 +1238,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1246
1238
  param: 'isEnabled',
1247
1239
  defaultValue: false
1248
1240
  }),
1249
- // Added 2026-07-17
1250
- platform_editor_improve_inline_diffs: (0, _createBooleanExperiment.createBooleanExperiment)({
1251
- productKeys: {
1252
- confluence: 'platform_editor_improve_inline_diffs'
1253
- },
1254
- param: 'isEnabled',
1255
- defaultValue: false
1256
- }),
1257
1241
  // Added 2026-03-10
1258
1242
  platform_editor_fix_media_toolbar_border_dropdown: (0, _createBooleanExperiment.createBooleanExperiment)({
1259
1243
  productKeys: {
@@ -897,14 +897,6 @@ export const editorExperimentsConfig = {
897
897
  values: ['control', 'new-description', 'orig-description'],
898
898
  defaultValue: 'control'
899
899
  }),
900
- // Added 2026-01-28
901
- platform_editor_smartlink_local_cache: createBooleanExperiment({
902
- productKeys: {
903
- confluence: 'platform_editor_smartlink_local_cache'
904
- },
905
- param: 'isEnabled',
906
- defaultValue: false
907
- }),
908
900
  // Added 2026-07-20
909
901
  platform_editor_fix_ai_streaming_race: createBooleanExperiment({
910
902
  productKeys: {
@@ -1240,14 +1232,6 @@ export const editorExperimentsConfig = {
1240
1232
  param: 'isEnabled',
1241
1233
  defaultValue: false
1242
1234
  }),
1243
- // Added 2026-07-17
1244
- platform_editor_improve_inline_diffs: createBooleanExperiment({
1245
- productKeys: {
1246
- confluence: 'platform_editor_improve_inline_diffs'
1247
- },
1248
- param: 'isEnabled',
1249
- defaultValue: false
1250
- }),
1251
1235
  // Added 2026-03-10
1252
1236
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1253
1237
  productKeys: {
@@ -897,14 +897,6 @@ export var editorExperimentsConfig = {
897
897
  values: ['control', 'new-description', 'orig-description'],
898
898
  defaultValue: 'control'
899
899
  }),
900
- // Added 2026-01-28
901
- platform_editor_smartlink_local_cache: createBooleanExperiment({
902
- productKeys: {
903
- confluence: 'platform_editor_smartlink_local_cache'
904
- },
905
- param: 'isEnabled',
906
- defaultValue: false
907
- }),
908
900
  // Added 2026-07-20
909
901
  platform_editor_fix_ai_streaming_race: createBooleanExperiment({
910
902
  productKeys: {
@@ -1240,14 +1232,6 @@ export var editorExperimentsConfig = {
1240
1232
  param: 'isEnabled',
1241
1233
  defaultValue: false
1242
1234
  }),
1243
- // Added 2026-07-17
1244
- platform_editor_improve_inline_diffs: createBooleanExperiment({
1245
- productKeys: {
1246
- confluence: 'platform_editor_improve_inline_diffs'
1247
- },
1248
- param: 'isEnabled',
1249
- defaultValue: false
1250
- }),
1251
1235
  // Added 2026-03-10
1252
1236
  platform_editor_fix_media_toolbar_border_dropdown: createBooleanExperiment({
1253
1237
  productKeys: {
@@ -685,12 +685,6 @@ export declare const editorExperimentsConfig: {
685
685
  productKeys?: ProductKeys;
686
686
  typeGuard: IsBooleanType;
687
687
  };
688
- platform_editor_smartlink_local_cache: {
689
- defaultValue: boolean;
690
- param: string;
691
- productKeys?: ProductKeys;
692
- typeGuard: IsBooleanType;
693
- };
694
688
  platform_editor_bodiedextension_layoutshift_fix: {
695
689
  defaultValue: boolean;
696
690
  param: string;
@@ -962,12 +956,6 @@ export declare const editorExperimentsConfig: {
962
956
  productKeys?: ProductKeys;
963
957
  typeGuard: IsBooleanType;
964
958
  };
965
- platform_editor_improve_inline_diffs: {
966
- defaultValue: boolean;
967
- param: string;
968
- productKeys?: ProductKeys;
969
- typeGuard: IsBooleanType;
970
- };
971
959
  platform_editor_fix_media_toolbar_border_dropdown: {
972
960
  defaultValue: boolean;
973
961
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "178.0.0",
3
+ "version": "179.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",