Skip to content

Releases: aragon/gov-ui-kit

v1.0.37

08 Jul 14:03
Compare
Choose a tag to compare

Changed

  • Format dates with formatterUtils within components
  • Update minor and patch NPM dependencies

v1.0.36

28 Jun 15:50
Compare
Choose a tag to compare

Changed

  • Reduce the use of controlled components in stories to improve code visibility in Storybook
  • Export DateFormat and additional types for handling dates with the FormatterUtils
  • Update required parameters of useBlockExplorer hook, implement enum for chain entity types

v1.0.35

28 Jun 08:36
Compare
Choose a tag to compare

Added

  • Implement VoteProposalDataListItem with Structure and Skeleton module
  • Add useBlockExplorer hook to generate block explorer links
  • Add formatDate utility function to formatterUtils to format dates
  • Add support for copy customization
  • Add contentClassNames property to Dropdown.Container component to support custom max width

Changed

  • Remove Radix props dependency
  • Update minor and patch Github action dependencies
  • Update minor and patch NPM dependencies
  • Revert to using react-docgen-typescript for Storybook documentation generation

v1.0.34

21 Jun 14:47
Compare
Choose a tag to compare

Fixed

  • Ensure MemberAvatar component only creates the blockies url on client environment

Changed

  • Bump @rollup/plugin-commonjs from 25.0.8 to 26.0.1
  • Update minor and patch dependencies of Github workflows
  • Update minor and patch NPM dependencies
  • Update yarn version to 4.3.0
  • Update unit tests to use userEvent instead of fireEvent
  • Move all form items under a forms folder
  • Upgrade storybook to v8
  • Update MemberDataListItem component to support votingPower property set as string

Added

  • Handle new layoutClassnames property on DataList.Container component to simplify implementation of custom
    DataList layouts
  • Create ssrUtils core utilities

v1.0.33

06 Jun 11:30
Compare
Choose a tag to compare

Fixed

  • Correctly export Collapsible core component

v1.0.32

04 Jun 13:49
Compare
Choose a tag to compare

Added

  • Implement Wallet module component
  • Implement VoteDataListItem with Structure and Skeleton module
  • Implement ghost variant for Button component
  • Implement primaryInverted variant for Spinner component

Changed

  • Update minor and patch NPM dependencies
  • Update yarn version from 4.1.1 to 4.2.2
  • Bump @testing-library/react from 15.0.7 to 16.0.0
  • Update sizes of Avatar core component
  • Update style of Button, CheckboxCard, InputContainer, RadioCard, Spinner and Switch components
  • Cleanup size class definitions to use size-* instead of h-* w-*
  • Cleanup shink-0 class usage across components
  • Add data-testid attribute to svg files

Fixed

  • Fix responsiveness classes and utilities to support style for screens below sm breakpoint
  • Export module utilities

v1.0.31

24 May 14:12
Compare
Choose a tag to compare

Fixed

  • Update library exports to support require calls

v1.0.30

24 May 11:19
Compare
Choose a tag to compare

Fixed

  • Export DefinitionList core component

v1.0.29

24 May 10:51
Compare
Choose a tag to compare

Added

  • Implement DefinitionList core component
  • Implement TransactionDataListItem.Skeleton module component
  • Implement OdsCoreProvider, LinkBase and AvatarBase core components to support Link and Image NextJs
    components.

Changed

  • Bump NPM minor and patch dependencies
  • Bump minor and patch dependencies of Github workflows
  • Expose onValueChange property on Accordion core component
  • Update type extensions for Tabs.Root core component to allow forward ref
  • Update OdsModulesProvider component to render the OdsCoreProvider context.

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