@wealthfolio/addon-sdk 3.7.0 → 3.8.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
@@ -4,6 +4,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to
5
5
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [Unreleased]
8
+
9
+ ### Added
10
+
11
+ - Optional `ActivityImport.isExternal` boundary override for transfer and credit
12
+ imports.
13
+ - `ExchangeRatesAPI.getRatesForDates(pairs)` for batched date-specific FX-rate
14
+ lookups, with per-pair errors and Wealthfolio's standard FX resolution rules.
15
+ - `ctx.api.spending` (`SpendingAPI`) — `isEnabled()`, `getCategories()`,
16
+ `getRules()`, `saveRule()`, `deleteRule()`, `rerunRules()`, letting addons
17
+ classify activities into the user's existing spend-category taxonomy via
18
+ Wealthfolio's categorization-rules engine. Requires a Wealthfolio release that
19
+ ships this bridge (unreleased at the time of writing). See the
20
+ [Spend Categorization API reference](../../docs/addons/addon-api-reference.md#spend-categorization-api).
21
+ - `registerTranslations()` and `useAddonTranslation()` for translating addon UI
22
+ strings. Resources live on a dedicated i18next instance inside the addon
23
+ sandbox, isolated from the host catalog; the language follows the host
24
+ setting. Requires a Wealthfolio release that ships this sandbox runtime
25
+ (unreleased at the time of writing). See the
26
+ [Addon Localization guide](../../docs/addons/addon-localization.md).
27
+ - Optional `status` and `needsReview` fields on `ActivityCreate` and
28
+ `ActivityUpdate`.
29
+
30
+ ### Changed
31
+
32
+ - `ActivityUpdate.asset` now has explicit patch semantics: omit it to preserve
33
+ the current asset, or pass an empty object to clear the asset association.
34
+ - Host-provided `@wealthfolio/addon-sdk` and `@wealthfolio/ui` dependency ranges
35
+ are now `^3.8.0`.
36
+
7
37
  ## [3.7.0] - 2026-08-10
8
38
 
9
39
  Wealthfolio 3.7 adds private packaged assets while preserving the documented