@brokerize/elements 1.0.4 → 1.1.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,12 @@
1
1
  # Changelog
2
2
 
3
+ # 1.1.0 (released 2024-12-06)
4
+ - `CHANGED` opening a sessionTanForm now automatically requests the TAN from the API if there is exactly one method available with `flow=DECOUPLED`.
5
+ - `ADDED` support for switching between the brokerize and DonauCapital order endpoints via the `tradingViaCryptoService` flag. If your client supports crypto trading, you have to add a `basePathCryptoService` option next to `basePath` in the `BrokerizeConfig`. The URLs will be provided to you. The elements will then automatically direct createTrade, changeOrder and cancelOrder requests to that service and display the corresponding provider logo in the UI.
6
+ - `FIXED` hide cash account select when there is actually nothing to choose for the user.
7
+ - `FIXED` number input behavior if the input is restricted to have 0 decimal places.
8
+ - `CHANGED` `getQuote` is now called with the selected `sellPositionId`, if applicable.
9
+
3
10
  # 1.0.4 (released 2024-10-28)
4
11
 
5
12
  - `FIXED` passing an order validity in the OrderForm `initialOrder` property was overwritten by default values