Skip to content

Releases: aragon/gov-ui-kit

v1.0.54

11 Nov 09:45
Compare
Choose a tag to compare

Changed

  • Added missing export for IAddressInputResolvedValue interface

Fixed

  • Fix layout of ProposalActionChangeMembers module component

v1.0.53

05 Nov 12:14
Compare
Choose a tag to compare

Fixed

  • Update ProposalVoting.Container module component to make stages accordion controlled and support updating the
    current active stage programmatically
  • Fix VoteProposalDataListItem module component to truncate long proposal IDs

Changed

  • Bump softprops/action-gh-release from 2.0.8 to 2.0.9
  • Update minor and patch NPM dependencies

v1.0.52

30 Oct 11:37
Compare
Choose a tag to compare

Changed

  • Update ProposalVotingStage module component to support undefined startDate and endDate properties
  • Update minor and patch Github dependencies
  • Update minor and patch NPM dependencies
  • Bump elliptic from 6.5.7 to 6.6.0

Fixed

  • Update ProposalVotingStageStatus module component to support vetoed and expired statuses
  • Update Figma documentation links in Storybook components
  • Rename default modules context values to use guk prefix

v1.0.51

23 Oct 12:22
Compare
Choose a tag to compare

Fixed

  • Rename default core context values to use guk prefix
  • Update <DefinitionListItem /> and <Breadcrumbs /> core components to truncate long strings
  • Fix <InputNumber > core component to trigger onChange callback on + / - button click

v1.0.50

23 Oct 08:55
Compare
Choose a tag to compare

Changed

  • Convert ODS repo & package to Governance UI Kit brand name + docs
  • Update name of OdsCoreProvider to GukCoreProvider to match new naming scheme
  • Update name of OdsModulesProvider to GukModulesProvider to match new naming scheme
  • Update all --ods-* CSS variables to --guk-* to match new naming scheme
  • Bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0
  • Bump secp256k1 from 5.0.0 to 5.0.1
  • Update minor and patch NPM dependencies

v1.0.49

14 Oct 09:14
Compare
Choose a tag to compare

Added

  • Add optional children property to RadioCard and CheckboxCard core components displayed only when component is
    selected

Changed

  • Update RadioCard and CheckboxCard core components to have optional description property, fix alignment when no
    description provided
  • Update <ProposalDataListItem.Structure > module component to make proposal type property optional and support
    custom proposal results
  • Bump actions/checkout from 4.2.0 to 4.2.1
  • Update minor and patch NPM dependencies

v1.0.48

04 Oct 14:02
Compare
Choose a tag to compare

Added

  • Update Tabs core component to handle disabled tab trigger state
  • Support forceMount property on Accordion core component and ProposalVotingStage module component to correctly
    render dynamic content on proposal stages.

Fixed

  • Fix truncation issue on VoteProposalDataListItem module component
  • Update AddressInput module component to forward chainId and wagmiConfig to MemberAvatar component

Changed

  • Update <ProposalVotingTabs /> module component to disable Breakdown and Votes tabs when voting status is not
    active
  • Bump actions/setup-node from 4.0.3 to 4.0.4
  • Bump actions/checkout from 4.1.7 to 4.2.0
  • Update minor and patch dependencies
  • Bump @rollup/plugin-typescript from v11 to v12 and @rollup/plugin-commonjs from v26 to v28

v1.0.47

23 Sep 10:02
Compare
Choose a tag to compare

Added

  • Add optional confirmationLabel prop to the VoteProposalDataListItem component in order to pass a custom string
    when needed.
  • Add new xs size for core Avatar component

v1.0.46

21 Sep 09:13
Compare
Choose a tag to compare

Added

  • Add IconType.BLOCKCHAIN_WALLETCONNECT and associated asset
  • Add EmptyState fallback to ProposalActions when no actions provided
  • Support dropdownItems property on ProposalActions module component to display custom actions
  • Update ProposalActions component to support actionKey property and forward index property to sub action
    components

Changed

  • Update layout of EmptyState for centering
  • Update AccordionItem border classes for usage within bordered containers
  • Update ProposalAction to handle an EmptyState fallback for no actions passed, improve layout of children with
    "Expand all" (eg. 'Execute actions' button, etc)
  • Update DataListItem component to support button rendering and standalone usage
  • Make IProposalAction type generic on ProposalAction module component to support actions with additional parameters
    when used inside a form (e.g. actions with an additional index parameter)
  • Update minor and patch versions of NPM dependencies
  • Bump micromatch from 4.0.7 to 4.0.8
  • Bump webpack from 5.91.0 to 5.94.0
  • Bump actions/setup-python from 5.1.1 to 5.2.0
  • Bump express from 4.19.2 to 4.21.0

Fixed

  • Fix the TextAreaRichText core component to expose empty string as default value instead of empty paragraph
  • Update DropdownItem style to correctly render items with icons aligned on the left

v1.0.45

23 Aug 14:02
Compare
Choose a tag to compare

Added

  • Update illustration SVGs with custom CSS color customizations
  • Add isLoading property to <Spinner /> core component to render static spinners
  • Update the interfaces of the <Dialog.Footer /> and <DialogAlert.Footer /> core components to support the
    disabled and isLoading properties for the footer buttons

Fixed

  • Use correct percentage formatting on <AssetDataListItem /> module component