@brokerize/elements 1.4.2 → 1.5.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,16 @@
1
1
  # Changelog
2
2
 
3
+ # 1.5.0 (released 2025-12-01)
4
+
5
+ - `ADDED` option for switching between order size in `pieces` vs. monetary amount (available automatically if a `SecurityQuotesProvider` provides quotes)
6
+ - `FIXED` styling issue (light font on light background) in the `PortfolioSelect` dropdown
7
+ - `CLEANUP` update `@brokerize/client` package to `v1.3.7` (cf. https://github.com/brokerize/client-js/compare/v1.3.0...v1.3.7)
8
+
9
+ # 1.4.2 (released 2025-09-26)
10
+
11
+ - `ADDED` `preferredExchangeId` can now be provided in the `BrokerizeMain` config
12
+ - `ADDED` `zl-brokerlist` font size variables for more granular theming
13
+
3
14
  # 1.4.1 (released 2025-09-08)
4
15
 
5
16
  - `FIXED` In some environments, `crypto.randomUUID()` is not available. This was used for generating IDs in the previous version and is now replaced with `nanoid`