Skip to content

v1.0.42

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 16:42
· 33 commits to main since this release

Fixed

  • Hide minimum participation details on ProposalVotingBreakdownToken module component when minParticipation is set to zero
  • Correctly forward web3 params (e.g. chainId) to native ProposalActions components
  • Fix ENS name truncation on <Wallet /> module component
  • Update <Wallet /> module component to only resolve user ENS name when name property is not set
  • Fix expand behaviour of TextAreaRichText core component when used inside a dialog and hide the input label
  • Fix NumberInput component to correctly update values on plus / minus buttons click
  • Fix ProposalVotingBreakdownToken module component to display correct progress variant when min-participation and support are equal to the threshold required

Added

  • Update <Wallet /> module component to support custom chainId and wagmi configurations
  • Add z-index property customisation for TextAreaRichText core component when expanded
  • Handle useFocusTrap property on dialog components to support disabling default focus-trap behaviour
  • Add AlertCard to ProposalActionsAction to alert user when action will send native currency
  • Update ICompositeAddress interface and components using it to support custom avatar
  • Make ProposalStatus strings customisable
  • Implement and export proposalStatusToVotingStatus utility
  • Add 'Raw' and 'Decoded' views to ProposalActions module component

Changed

  • Update minor and patch NPM dependencies
  • Bump postcss from 8.4.40 to 8.4.41
  • Update ProposalStatus type to enum to align it with ProposalVotingStatus enum