Skip to content

Releases: aragon/gov-ui-kit

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

v1.0.55

22 Nov 16:07
Compare
Choose a tag to compare

Added

  • Update VoteDataListItem component to add "Voted" string and possibility to customise it through the
    confirmationLabel property
  • Update formatterUtils documentation to add number formatting examples

Fixed

  • Update layout of DataListItem core component and layouts of components using it (Asset, Dao, Member, Proposal,
    Transaction, Vote)
  • Update implementation of DataListItem skeleton components for better parity and no layout shift
  • Improve responsiveness for DefinitionList container and items for middle breakpoints
  • Update DaoAvatar to correctly set text size depending on size property
  • Include styles on AccordionItemHeader for stronger visual cue when expanded
  • Fix critical icon on AlertCard and AlertInline core components

Changed

  • Remove plugin property from DaoDataListItem module component
  • Update minor and patch dependencies
  • Refactor ProposalActions component, split it into Root, Container, Item and Footer components
  • Update eslint to v9
  • Bump cross-spawn from 7.0.3 to 7.0.5
  • Bump @eslint/plugin-kit from 0.2.2 to 0.2.3
  • Bump softprops/action-gh-release from 2.0.9 to 2.1.0
  • Removed xs size variant from Avatar component
  • Update eslint rules to enforce consistent type imports and exports

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