@atlaskit/tmp-editor-statsig 177.0.1 → 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,23 @@
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
+
13
+ ## 178.0.0
14
+
15
+ ### Major Changes
16
+
17
+ - [`a793c755467e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a793c755467e1) -
18
+ Clean up experiment `cc_smarts_concise_page_summary_migration`. The Concise Page Summary request
19
+ now always routes to the cc-smarts streaming endpoint.
20
+
3
21
  ## 177.0.1
4
22
 
5
23
  ### Patch 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: {
@@ -1722,13 +1706,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1722
1706
  param: 'isEnabled',
1723
1707
  defaultValue: false
1724
1708
  }),
1725
- cc_smarts_concise_page_summary_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
1726
- productKeys: {
1727
- confluence: 'cc_smarts_concise_page_summary_migration'
1728
- },
1729
- param: 'useCcSmarts',
1730
- defaultValue: false
1731
- }),
1732
1709
  // Added 2026-07-20
1733
1710
  platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
1734
1711
  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: {
@@ -1716,13 +1700,6 @@ export const editorExperimentsConfig = {
1716
1700
  param: 'isEnabled',
1717
1701
  defaultValue: false
1718
1702
  }),
1719
- cc_smarts_concise_page_summary_migration: createBooleanExperiment({
1720
- productKeys: {
1721
- confluence: 'cc_smarts_concise_page_summary_migration'
1722
- },
1723
- param: 'useCcSmarts',
1724
- defaultValue: false
1725
- }),
1726
1703
  // Added 2026-07-20
1727
1704
  platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1728
1705
  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: {
@@ -1716,13 +1700,6 @@ export var editorExperimentsConfig = {
1716
1700
  param: 'isEnabled',
1717
1701
  defaultValue: false
1718
1702
  }),
1719
- cc_smarts_concise_page_summary_migration: createBooleanExperiment({
1720
- productKeys: {
1721
- confluence: 'cc_smarts_concise_page_summary_migration'
1722
- },
1723
- param: 'useCcSmarts',
1724
- defaultValue: false
1725
- }),
1726
1703
  // Added 2026-07-20
1727
1704
  platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1728
1705
  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;
@@ -1245,12 +1233,6 @@ export declare const editorExperimentsConfig: {
1245
1233
  productKeys?: ProductKeys;
1246
1234
  typeGuard: IsBooleanType;
1247
1235
  };
1248
- cc_smarts_concise_page_summary_migration: {
1249
- defaultValue: boolean;
1250
- param: string;
1251
- productKeys?: ProductKeys;
1252
- typeGuard: IsBooleanType;
1253
- };
1254
1236
  platform_editor_lovability_breakout_resizing_fixes: {
1255
1237
  defaultValue: boolean;
1256
1238
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "177.0.1",
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",