Skip to content

Releases: aragon/gov-ui-kit

v1.0.28

16 May 21:35
Compare
Choose a tag to compare

Added

  • Implement MemberDataListItem.Skeleton, AssetDataListItem.Skeleton, and DaoDataListItem.Skeleton module components
  • Implement Tabs core component
  • Custom CSS property added for Collapsible to adjust z-index

Fixed

  • Prose styling to match design system, better handling for <code> elements
  • Move z-index on Collapsible optional overlay to CSS as 'auto'
  • Fixed disabled styling of AvatarIcon for disabled AccordionItem

v1.0.27

08 May 16:09
Compare
Choose a tag to compare

Added

  • Implement Collapsible, and CardCollapsible core components

v1.0.26

06 May 12:06
Compare
Choose a tag to compare

Added

  • Implement DocumentParser and Accordion core component

Changed

  • Bump actions/checkout from 4.1.3 to 4.1.4
  • Bump peter-evans/find-comment from 2.4.0 to 3.1.0
  • Bump actions/github-script from 6.4.1 to 7.0.1
  • Bump ejs from 3.1.9 to 3.1.10
  • Bump minor and patch dependencies

v1.0.25

24 Apr 11:51
Compare
Choose a tag to compare

Added

  • Setup Dependabot to keep dependencies updated

Changed

  • Set yarn version to v4 and update publish workflow
  • Update Dependabot config to group Github actions dependencies and fix Storybook group
  • Bump mindsers/changelog-reader-action from 2.2.2 to 2.2.3
  • Bump peter-evans/create-or-update-comment from 2 to 4.0.0
  • Bump actions/setup-python from 4.6.1 to 5.1.0
  • Bump actions/setup-node from 3.6.0 to 4.0.2
  • Bump softprops/action-gh-release from 0.1.15 to 2.0.4
  • Bump dangoslen/changelog-enforcer from 3.5.0 to 3.6.1
  • Bump actions/checkout from 3.5.3 to 4.1.3
  • Bump minimum Node version required from 18.18 to 20
  • Bump minor and patch dependencies

Fixed

  • ProposalDataListItemStructure module component to clamp title to one line
  • Warnings on Github workflows for using deprecated yarn options
  • Warnings on tests because of @testing-library/dom version mismatch

v1.0.24

23 Apr 12:07
Compare
Choose a tag to compare

Added

  • Implement ProposalDataListItemSkeleton module component
  • Extend addressUtils with isAddressEqual method

Changed

  • Remove padding from DataListContainer, DataListFilterStatus, DataListPagination and DataListRoot
  • Add stageId and stageTitle properties to IApprovalThresholdResult & IMajorityVotingResult interfaces
  • Add id and optional tag properties to ProposalDataListItemStructure
  • Remove publisherProfileLink and protocolUpdate properties from ProposalDataListItemStructure
  • Update date and result properties of ProposalDataListItemStructure to be optional and publisher to allow for multiple publishers

Fixed

  • Link core component to truncate on overflow

v1.0.23

18 Apr 14:52
Compare
Choose a tag to compare

Added

  • Implement Breadcrumbs, StateSkeletonBar, and StateSkeletonCircular core components
  • Added slash icon file

Changed

  • Update minor and patch dependencies
  • Update @testing-library/react to v15
  • Adjusted active and hover start styling on AssetTransfer module component
  • Export all components to allow usage without dot-notation

v1.0.22

12 Apr 13:04
Compare
Choose a tag to compare

Added

  • Implement AssetTransfer module component

Changed

  • Update README logo
  • Bump tar from 6.2.0 to 6.2.1
  • Drop common-js support

v1.0.21

04 Apr 15:22
Compare
Choose a tag to compare

Added

  • Implement DaoDataListItem.Structure, ProposalDataListItem.Structure, TransactionDataListItem.Structure, MemberDataListItem.Structure, AssetDataListItem.Structure and AddressInput module components
  • Implement StatePingAnimation core component
  • Implement addressUtils and ensUtils module utilities
  • Implement useDebouncedValue core hook and clipboardUtils core utility
  • Support withSign option on formatter

Changed

  • Update Tag component primary variant styling
  • Update Eslint rules to align usage of boolean properties
  • Update default query-client options to set a stale time greater than 0
  • Bump webpack-dev-middleware from 6.1.1 to 6.1.2
  • Bump express from 4.18.2 to 4.19.2 #132

Fixed

  • Reexport module components
  • Library build process to avoid bundling dependencies and peer-dependencies when using subfolders import (e.g. wagmi/chains)
  • Formatter utility to support negative numbers

v1.0.20

13 Mar 11:18
Compare
Choose a tag to compare

Fixed

  • Fix library build to avoid bundling peer dependencies
  • Remove export of module components until the Aragon App migrates to Wagmi v2

v1.0.19

13 Mar 10:36
Compare
Choose a tag to compare

Added

  • Implement animations for Dialog and DialogAlert components
  • Implement DaoAvatar and MemberAvatar module components
  • Implement OdsModulesProvider for using wagmi hooks on modules components
  • Introduce component customisations for the z-index property of the Dropdown and Dialogs components

Changed

  • Update library structure to support module components
  • Update documentation about how to install the library
  • Update minor and patch dependencies
  • Update @typescript-eslint and eslint-plugin-storybook dependencies
  • Set minimum required node version to 18.18.0 (required by @typescript-eslint v7)
  • Update documentation on modules components
  • Update required dependencies, move react and react-dom to peer dependencies