Releases: aragon/gov-ui-kit
Releases · aragon/gov-ui-kit
v1.0.60
Changed
- Update Storybook branding and repository readme file
- Bump
softprops/action-gh-release
from 2.1.0 to 2.2.0 - Bump
@rollup/plugin-node-resolve
from 15.3.0 to 16.0.0 - Update minor and patch NPM dependencies
- Update
AssetDataListItemStructure
module component to remove thepriceChange
property and related logic for
calculating percentage change
v1.0.59
Fixed
- Fix color of body name on
<ProposalVoting.BodyContext />
module component - Fix re-render issue on
<AddressInput />
module component whenonAccept
prop changes on every render - Update
<CheckboxCard />
core component to set full-width tochildren
property wrapper - Update
<ProposalActions.Item />
module component to display correct feedback for actions with data and value and
disable decoded view for actions without parameters
Changed
- Update
<ProposalActionUpdateMetadata />
module component to support "UpdatePluginMetadata" native action - Update minor and patch NPM dependencies
- Bump
nanoid
from 3.3.7 to 3.3.8 - Bump
react
andreact-dom
internal dependencies to v19
v1.0.58
Added
- Update
ProposalActions
module component to improve rendering of decoded parameters and support and "edit" mode
through theeditMode
property
Changed
- Update minor and patch NPM dependencies
- Support
type
property on the buttons of the<Dialog.Footer />
core component
v1.0.57
Added
- Add new
ProposalVoting
module components (ProposalVotingBodyContent
,ProposalVotingBodySummary
,
ProposalVotingBodySummaryList
andProposalVotingBodySummaryListItem
) - Add story and export
ProposalVotingProgress
module component
Changed
- Update
ProposalVotingStage
module component to accept new optionalbodyList
prop and update rendering logic to handle multi body proposals per stage.
v1.0.56
Added
- Update peer dependencies to allow React 19
Fixed
- Fix command to publish library to correctly mark as
latest
the latest library version - Fix empty-state style of
ProposalAction
module component - Add default shadow style to
Card
core component - Fix issue with
Accodion.ItemContent
animations blocking dynamic content resizing
Changed
- Remove "forceMount" usage on
Accordion.ItemContent
throughout the library - Bump
eslint-plugin-testing-library
from 6.4.0 to 7.0.0 - Update minor and patch NPM dependencies
v1.0.55
Added
- Update
VoteDataListItem
component to add "Voted" string and possibility to customise it through theconfirmationLabel
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 onsize
property - Include styles on
AccordionItemHeader
for stronger visual cue when expanded - Fix critical icon on
AlertCard
andAlertInline
core components
Changed
- Remove
plugin
property fromDaoDataListItem
module component - Update minor and patch dependencies
- Refactor
ProposalActions
component, split it intoRoot
,Container
,Item
andFooter
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 fromAvatar
component - Update eslint rules to enforce consistent type imports and exports
v1.0.54
Changed
- Added missing export for
IAddressInputResolvedValue
interface
Fixed
- Fix layout of
ProposalActionChangeMembers
module component
v1.0.53
Fixed
- Update
ProposalVoting.Container
module component to make stages accordion controlled and support updating the current active stage programmatically - Fix
VoteProposalDataListItem
module component to truncate long proposal IDs
Changed
- Bump
softprops/action-gh-release
from 2.0.8 to 2.0.9 - Update minor and patch NPM dependencies
v1.0.52
Changed
- Update
ProposalVotingStage
module component to support undefinedstartDate
andendDate
properties - Update minor and patch Github dependencies
- Update minor and patch NPM dependencies
- Bump
elliptic
from 6.5.7 to 6.6.0
Fixed
- Update
ProposalVotingStageStatus
module component to supportvetoed
andexpired
statuses - Update Figma documentation links in Storybook components
- Rename default modules context values to use
guk
prefix
v1.0.51
Fixed
- Rename default core context values to use
guk
prefix - Update
<DefinitionListItem />
and<Breadcrumbs />
core components to truncate long strings - Fix
<InputNumber >
core component to triggeronChange
callback on + / - button click