Skip to content

v1.0.55

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 16:07
· 10 commits to main since this release

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