Releases: aragon/gov-ui-kit
Releases · aragon/gov-ui-kit
v1.0.37
Changed
- Format dates with
formatterUtils
within components - Update minor and patch NPM dependencies
v1.0.36
Changed
- Reduce the use of controlled components in stories to improve code visibility in Storybook
- Export
DateFormat
and additional types for handling dates with theFormatterUtils
- Update required parameters of
useBlockExplorer
hook, implement enum for chain entity types
v1.0.35
Added
- Implement
VoteProposalDataListItem
with Structure and Skeleton module - Add
useBlockExplorer
hook to generate block explorer links - Add
formatDate
utility function toformatterUtils
to format dates - Add support for copy customization
- Add
contentClassNames
property toDropdown.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
Fixed
- Ensure
MemberAvatar
component only creates the blockies url on client environment
Changed
- Bump
@rollup/plugin-commonjs
from25.0.8
to26.0.1
- Update minor and patch dependencies of Github workflows
- Update minor and patch NPM dependencies
- Update
yarn
version to4.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 supportvotingPower
property set as string
Added
- Handle new
layoutClassnames
property onDataList.Container
component to simplify implementation of custom
DataList
layouts - Create
ssrUtils
core utilities
v1.0.33
Fixed
- Correctly export
Collapsible
core component
v1.0.32
Added
- Implement
Wallet
module component - Implement
VoteDataListItem
with Structure and Skeleton module - Implement
ghost
variant forButton
component - Implement
primaryInverted
variant forSpinner
component
Changed
- Update minor and patch NPM dependencies
- Update
yarn
version from4.1.1
to4.2.2
- Bump
@testing-library/react
from15.0.7
to16.0.0
- Update sizes of
Avatar
core component - Update style of
Button
,CheckboxCard
,InputContainer
,RadioCard
,Spinner
andSwitch
components - Cleanup size class definitions to use
size-*
instead ofh-* 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
Fixed
- Update library exports to support
require
calls
v1.0.30
Fixed
- Export
DefinitionList
core component
v1.0.29
Added
- Implement
DefinitionList
core component - Implement
TransactionDataListItem.Skeleton
module component - Implement
OdsCoreProvider
,LinkBase
andAvatarBase
core components to supportLink
andImage
NextJs
components.
Changed
- Bump NPM minor and patch dependencies
- Bump minor and patch dependencies of Github workflows
- Expose
onValueChange
property onAccordion
core component - Update type extensions for
Tabs.Root
core component to allow forward ref - Update
OdsModulesProvider
component to render theOdsCoreProvider
context.
v1.0.28
Added
- Implement
MemberDataListItem.Skeleton
,AssetDataListItem.Skeleton
, andDaoDataListItem.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