@aragon/gov-ui-kit 1.0.51 → 1.0.53
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 +28 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/modules/assets/copy/modulesCopy.d.ts +4 -0
- package/dist/types/src/modules/components/proposal/proposalUtils.d.ts +3 -1
- package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingContainer/proposalVotingContainer.d.ts +5 -1
- package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStage/proposalVotingStage.d.ts +2 -8
- package/dist/types/src/modules/components/proposal/proposalVoting/proposalVotingStageStatus/proposalVotingStageStatus.d.ts +1 -1
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,34 @@ 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.53] - 2024-11-05
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Update `ProposalVoting.Container` module component to make stages accordion controlled and support updating the
|
|
15
|
+
current active stage programmatically
|
|
16
|
+
- Fix `VoteProposalDataListItem` module component to truncate long proposal IDs
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Bump `softprops/action-gh-release` from 2.0.8 to 2.0.9
|
|
21
|
+
- Update minor and patch NPM dependencies
|
|
22
|
+
|
|
23
|
+
## [1.0.52] - 2024-10-30
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Update `ProposalVotingStage` module component to support undefined `startDate` and `endDate` properties
|
|
28
|
+
- Update minor and patch Github dependencies
|
|
29
|
+
- Update minor and patch NPM dependencies
|
|
30
|
+
- Bump `elliptic` from 6.5.7 to 6.6.0
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
- Update `ProposalVotingStageStatus` module component to support `vetoed` and `expired` statuses
|
|
35
|
+
- Update Figma documentation links in Storybook components
|
|
36
|
+
- Rename default modules context values to use `guk` prefix
|
|
37
|
+
|
|
10
38
|
## [1.0.51] - 2024-10-23
|
|
11
39
|
|
|
12
40
|
### Fixed
|