@brokerize/elements 1.0.2 → 1.0.4
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 +12 -1
- package/dist/bundle.es.js +5702 -5689
- package/dist/bundle.umd.js +70 -70
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
# 1.0.
|
|
3
|
+
# 1.0.4 (released 2024-10-28)
|
|
4
|
+
|
|
5
|
+
- `FIXED` passing an order validity in the OrderForm `initialOrder` property was overwritten by default values
|
|
6
|
+
- `CHANGED` OrderForm errors are now displayed closer to the input form
|
|
7
|
+
|
|
8
|
+
# 1.0.3 (released 2024-10-16)
|
|
9
|
+
|
|
10
|
+
- `FIXED` the display of available size to sell from a position in the order form
|
|
11
|
+
- `FIXED` the execution size display in order receipts
|
|
12
|
+
|
|
13
|
+
# 1.0.1, 1.0.2 (released 2024-10-04)
|
|
14
|
+
|
|
4
15
|
These releases are only small documentation and tag changes related to the switch to public npm.
|
|
5
16
|
|
|
6
17
|
# 1.0.0 (released 2024-10-04)
|