Skip to content

Releases: aragon/gov-ui-kit

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

v1.0.60

18 Dec 15:12
Compare
Choose a tag to compare

Changed

  • Update Storybook branding and repository readme file
  • Bump softprops/action-gh-release from 2.1.0 to 2.2.0
  • Bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0
  • Update minor and patch NPM dependencies
  • Update AssetDataListItemStructure module component to remove the priceChange property and related logic for calculating percentage change

v1.0.59

11 Dec 14:43
Compare
Choose a tag to compare

Fixed

  • Fix color of body name on <ProposalVoting.BodyContext /> module component
  • Fix re-render issue on <AddressInput /> module component when onAccept prop changes on every render
  • Update <CheckboxCard /> core component to set full-width to children property wrapper
  • Update <ProposalActions.Item /> module component to display correct feedback for actions with data and value and disable decoded view for actions without parameters

Changed

  • Update <ProposalActionUpdateMetadata /> module component to support "UpdatePluginMetadata" native action
  • Update minor and patch NPM dependencies
  • Bump nanoid from 3.3.7 to 3.3.8
  • Bump react and react-dom internal dependencies to v19

v1.0.58

06 Dec 16:34
Compare
Choose a tag to compare

Added

  • Update ProposalActions module component to improve rendering of decoded parameters and support and "edit" mode through the editMode property

Changed

  • Update minor and patch NPM dependencies
  • Support type property on the buttons of the <Dialog.Footer /> core component

v1.0.57

29 Nov 09:58
Compare
Choose a tag to compare

Added

  • Add new ProposalVoting module components (ProposalVotingBodyContent, ProposalVotingBodySummary,
    ProposalVotingBodySummaryList and ProposalVotingBodySummaryListItem)
  • Add story and export ProposalVotingProgress module component

Changed

  • Update ProposalVotingStage module component to accept new optional bodyList prop and update rendering logic to handle multi body proposals per stage.

v1.0.56

26 Nov 14:11
Compare
Choose a tag to compare

Added

  • Update peer dependencies to allow React 19

Fixed

  • Fix command to publish library to correctly mark as latest the latest library version
  • Fix empty-state style of ProposalAction module component
  • Add default shadow style to Card core component
  • Fix issue with Accodion.ItemContent animations blocking dynamic content resizing

Changed

  • Remove "forceMount" usage on Accordion.ItemContent throughout the library
  • Bump eslint-plugin-testing-library from 6.4.0 to 7.0.0
  • Update minor and patch NPM dependencies