Skip to content

Releases: aragon/gov-ui-kit

v1.0.70

11 Mar 16:11
Compare
Choose a tag to compare

Added

  • Update <DaoDataListItem.Structure /> module component to support new isExternal property
  • Support xs size on <Avatar /> core component
  • Add variant property to <ToggleGroup /> core component to support space-between spacing
  • Update <AssetDataListItem /> module component to support hideValue property

Changed

  • Update Manrope font weight for Regular variant from 500 to 400
  • Update minor and patch NPM dependencies

v1.0.69

03 Mar 16:23
Compare
Choose a tag to compare

Changed

  • Update ProposalActions module components to support controlled accordion state
  • Update NumberFormat.TOKEN_AMOUNT_SHORT to round to two decimal places for small values
  • Disable postinstall scripts by default
  • Update minor and patch NPM dependencies

v1.0.68

21 Feb 11:24
Compare
Choose a tag to compare

Fixed

  • Fix InputNumber core component so that it properly handles decimals when there is a default values set
  • Fix cancel button type of InputFileAvatar core component

Changed

  • Update minor and patch NPM dependencies

v1.0.67

18 Feb 10:06
Compare
Choose a tag to compare

Changed

  • Update Tabs.List component to only render when used with multiple tabs
  • Bump elliptic to 6.6.1
  • Update minor and patch NPM dependencies
  • Restore Figma previews on primitive variables documentation pages

v1.0.66

11 Feb 13:03
Compare
Choose a tag to compare

Changed

  • Bump actions/setup-python to 5.4.0
  • Update minor and patch NPM dependencies
  • Improve code coverage on core and modules components

Fixed

  • Fix documentation pages on primitive variables
  • Use correct token symbol in asset transfer warning for supported chains

v1.0.65

30 Jan 14:54
Compare
Choose a tag to compare

Changed

  • Bump actions/setup-node to 4.2.0
  • Update minor and patch NPM dependencies
  • BREAKING: Update implementation of Dialog component:
    • Remove showBackButton property from Header component
    • Move description property from Header to Content component
    • Rename onCloseClick to onClose, hide close button when property is not specified
    • Remove alert property from Footer component
    • Update Footer component to support new variant and hasError properties
    • Update Content component to support new noInset property
  • BREAKING: Update implementation of DialogAlert component:
    • Remove description property from Header in favour of new hiddenDescription property on Root component
    • Update Content component to support new noInset property

v1.0.64

23 Jan 10:54
Compare
Choose a tag to compare

Added

  • Add size prop to <Dialog /> core component with max-w t-shirt sizing

Changed

  • Update minor and patch NPM dependencies
  • Bump framer-motion from 11.17.1 to 12.0.0
  • Update pull-request template

Fixed

  • Updated minimum height of <AddressInput /> to resolve displacement of placeholder text on mount

v1.0.63

15 Jan 15:51
Compare
Choose a tag to compare

Changed

  • Update InputFileAvatar core component to remove onFileSelect and onFileError properties and use value and onChange properties instead
  • Update IProposalActionUpdateMetadataDaoMetadata interface logo property to avatar to better align with actions
  • Bump softprops/action-gh-release from 2.2.0 to 2.2.1
  • Update minor and patch NPM dependencies
  • Update <ProposalDataListItem /> module component to include statusContext property and support ADVANCEABLE status
  • Remove <MajorityVotingResult /> and <ApprovalThresholdResult /> sub-components for <ProposalDataListItem />

v1.0.62

08 Jan 09:21
Compare
Choose a tag to compare

Fixed

  • Fix AssetTransfer module component to not link to the block explorer for native transfers

Changed

  • Update <DialogHeader /> core component to not truncate description strings
  • Update style of <ProposalActionItem /> module component, render link to block explorer for target address
  • Rename tokenPrice property to amountUsd on <TransactionDataListItem /> module component
  • Update workflow to deploy Storybook application to Github pages
  • Update minor and patch NPM dependencies
  • Update Yarn version to 4.6.0

v1.0.61

29 Dec 12:07
Compare
Choose a tag to compare

Added

  • Implement StyleBlock component to document the components-specific customisations

Changed

  • Remove hash property on the AssetTransfer module component and add optional assetAddress property
  • Add link to the block explorer for members on the ProposalActionChangeMembers module component
  • Add receiver block explorer link to the ProposalActionTokenMint module component
  • Update minor and patch NPM dependencies