Releases: aragon/gov-ui-kit
Releases · aragon/gov-ui-kit
v1.0.24
Added
- Implement
ProposalDataListItemSkeleton
module component - Extend
addressUtils
withisAddressEqual
method
Changed
- Remove padding from
DataListContainer
,DataListFilterStatus
,DataListPagination
andDataListRoot
- Add
stageId
andstageTitle
properties toIApprovalThresholdResult
&IMajorityVotingResult
interfaces - Add
id
and optionaltag
properties toProposalDataListItemStructure
- Remove
publisherProfileLink
andprotocolUpdate
properties fromProposalDataListItemStructure
- Update
date
andresult
properties ofProposalDataListItemStructure
to be optional andpublisher
to allow for
multiple publishers
Fixed
Link
core component to truncate on overflow
v1.0.23
Added
- Implement
Breadcrumbs
,StateSkeletonBar
, andStateSkeletonCircular
core components - Added
slash
icon file
Changed
- Update minor and patch dependencies
- Update
@testing-library/react
to v15 - Adjusted active and hover start styling on
AssetTransfer
module component - Export all components to allow usage without dot-notation
v1.0.22
Added
- Implement
AssetTransfer
module component
Changed
- Update
README
logo - Bump
tar
from 6.2.0 to 6.2.1 - Drop
common-js
support
v1.0.21
Added
- Implement
DaoDataListItem.Structure
,ProposalDataListItem.Structure
,TransactionDataListItem.Structure
,
MemberDataListItem.Structure
,AssetDataListItem.Structure
andAddressInput
module components - Implement
StatePingAnimation
core component - Implement
addressUtils
andensUtils
module utilities - Implement
useDebouncedValue
core hook andclipboardUtils
core utility - Support
withSign
option on formatter
Changed
- Update
Tag
component primary variant styling - Update Eslint rules to align usage of boolean properties
- Update default query-client options to set a stale time greater than 0
- Bump
webpack-dev-middleware
from 6.1.1 to 6.1.2 - Bump
express
from 4.18.2 to 4.19.2 #132
Fixed
- Reexport module components
- Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g.
wagmi/chains
) - Formatter utility to support negative numbers
v1.0.20
Fixed
- Fix library build to avoid bundling peer dependencies
- Remove export of module components until the Aragon App migrates to Wagmi v2
v1.0.19
Added
- Implement animations for
Dialog
andDialogAlert
components - Implement
DaoAvatar
andMemberAvatar
module components - Implement
OdsModulesProvider
for using wagmi hooks on modules components - Introduce component customisations for the z-index property of the
Dropdown
andDialogs
components
Changed
- Update library structure to support module components
- Update documentation about how to install the library
- Update minor and patch dependencies
- Update
@typescript-eslint
andeslint-plugin-storybook
dependencies - Set minimum required node version to 18.18.0 (required by
@typescript-eslint
v7) - Update documentation on modules components
- Update required dependencies, move
react
andreact-dom
to peer dependencies
v1.0.18
Fixed
- Usage of
Dropdown
component inside aDialog
component - Remove auto-focus to
Dropdown
trigger to avoid closing dialogs onDropdownItem
click
v1.0.17
Added
- Implement
DataList
component - Handling of responsive sizes to
Progress
component
Changed
- Update
eslint
rules to enforce no circular dependencies
Fixed
CardEmptyState
component to horizontally center content- Spacings of
EmptyState
component when being stacked and having an object illustration - Typos on documentation and comments
Removed
ActionItem
component
v1.0.16
Added
- Add
customTrigger
andalign
properties to Dropdown component - Implement
DialogAlert
andDialog
components
Fixed
Icon
styling to prevent shrinking- Correct
IconType.MINUS
icon for InputNumber component
v1.0.15
Changed
- Add
disabled
andisLoading
properties to Button component, removestate
property - Update
AlertCard
component to accept any ReactNode asdescription
property - Rename
isDisabled
property of input components todisabled
- Bump
ip
library from 2.0.0 to 2.0.1