@aragon/gov-ui-kit 1.0.67 → 1.0.69
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 +20 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsFooter/proposalActionsFooter.d.ts +4 -0
- package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsItem/proposalActionsItem.api.d.ts +4 -0
- package/dist/types/src/modules/components/proposal/proposalActions/proposalActionsRoot/proposalActionsRoot.d.ts +8 -0
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.69] - 2025-03-03
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Update `ProposalActions` module components to support controlled accordion state
|
|
15
|
+
- Update `NumberFormat.TOKEN_AMOUNT_SHORT` to round to two decimal places for small values
|
|
16
|
+
- Disable `postinstall` scripts by default
|
|
17
|
+
- Update minor and patch NPM dependencies
|
|
18
|
+
|
|
19
|
+
## [1.0.68] - 2025-02-21
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Fix `InputNumber` core component so that it properly handles decimals when there is a default values set
|
|
24
|
+
- Fix cancel button type of `InputFileAvatar` core component
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- Update minor and patch NPM dependencies
|
|
29
|
+
|
|
10
30
|
## [1.0.67] - 2025-02-18
|
|
11
31
|
|
|
12
32
|
### Changed
|