@aragon/gov-ui-kit 1.0.66 → 1.0.68
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/package.json +22 -22
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.68] - 2025-02-21
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Fix `InputNumber` core component so that it properly handles decimals when there is a default values set
|
|
15
|
+
- Fix cancel button type of `InputFileAvatar` core component
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Update minor and patch NPM dependencies
|
|
20
|
+
|
|
21
|
+
## [1.0.67] - 2025-02-18
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- Update `Tabs.List` component to only render when used with multiple tabs
|
|
26
|
+
- Bump `elliptic` to 6.6.1
|
|
27
|
+
- Update minor and patch NPM dependencies
|
|
28
|
+
- Restore Figma previews on primitive variables documentation pages
|
|
29
|
+
|
|
10
30
|
## [1.0.66] - 2025-02-11
|
|
11
31
|
|
|
12
32
|
### Changed
|