Skip to content

Releases: aragon/ods

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

v1.0.18

29 Feb 10:16
Compare
Choose a tag to compare

Fixed

  • Usage of Dropdown component inside a Dialog component
  • Remove auto-focus to Dropdown trigger to avoid closing dialogs on DropdownItem click

v1.0.17

28 Feb 15:38
Compare
Choose a tag to compare

Added

  • Implement DataList component
  • Handling of responsive sizes to Progress component

Changed

  • Update eslint rules to enforce no circular dependencies

Fixed

  • CardEmptyState component to horizontally center content
  • Spacings of EmptyState component when being stacked and having an object illustration
  • Typos on documentation and comments

Removed

  • ActionItem component

v1.0.16

27 Feb 13:58
Compare
Choose a tag to compare

Added

  • Add customTrigger and align properties to Dropdown component
  • Implement DialogAlert and Dialog components

Fixed

  • Icon styling to prevent shrinking
  • Correct IconType.MINUS icon for InputNumber component