Releases: aragon/gov-ui-kit
Releases · aragon/gov-ui-kit
v1.0.54
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
v1.0.50
Changed
- Convert ODS repo & package to Governance UI Kit brand name + docs
- Update name of
OdsCoreProvider
toGukCoreProvider
to match new naming scheme - Update name of
OdsModulesProvider
toGukModulesProvider
to match new naming scheme - Update all
--ods-*
CSS variables to--guk-*
to match new naming scheme - Bump
eslint-plugin-react-hooks
from 4.6.2 to 5.0.0 - Bump
secp256k1
from 5.0.0 to 5.0.1 - Update minor and patch NPM dependencies
v1.0.49
Added
- Add optional
children
property toRadioCard
andCheckboxCard
core components displayed only when component is
selected
Changed
- Update
RadioCard
andCheckboxCard
core components to have optional description property, fix alignment when no
description provided - Update
<ProposalDataListItem.Structure >
module component to make proposal type property optional and support
custom proposal results - Bump
actions/checkout
from 4.2.0 to 4.2.1 - Update minor and patch NPM dependencies
v1.0.48
Added
- Update
Tabs
core component to handle disabled tab trigger state - Support
forceMount
property onAccordion
core component andProposalVotingStage
module component to correctly
render dynamic content on proposal stages.
Fixed
- Fix truncation issue on
VoteProposalDataListItem
module component - Update
AddressInput
module component to forwardchainId
andwagmiConfig
toMemberAvatar
component
Changed
- Update
<ProposalVotingTabs />
module component to disableBreakdown
andVotes
tabs when voting status is not
active - Bump
actions/setup-node
from 4.0.3 to 4.0.4 - Bump
actions/checkout
from 4.1.7 to 4.2.0 - Update minor and patch dependencies
- Bump
@rollup/plugin-typescript
from v11 to v12 and@rollup/plugin-commonjs
from v26 to v28
v1.0.47
Added
- Add optional
confirmationLabel
prop to theVoteProposalDataListItem
component in order to pass a custom string
when needed. - Add new
xs
size for coreAvatar
component
v1.0.46
Added
- Add
IconType.BLOCKCHAIN_WALLETCONNECT
and associated asset - Add
EmptyState
fallback to ProposalActions when no actions provided - Support
dropdownItems
property onProposalActions
module component to display custom actions - Update
ProposalActions
component to supportactionKey
property and forwardindex
property to sub action
components
Changed
- Update layout of
EmptyState
for centering - Update
AccordionItem
border classes for usage within bordered containers - Update
ProposalAction
to handle anEmptyState
fallback for no actions passed, improve layout of children with
"Expand all" (eg. 'Execute actions' button, etc) - Update
DataListItem
component to support button rendering and standalone usage - Make
IProposalAction
type generic on ProposalAction module component to support actions with additional parameters
when used inside a form (e.g. actions with an additionalindex
parameter) - Update minor and patch versions of NPM dependencies
- Bump
micromatch
from 4.0.7 to 4.0.8 - Bump
webpack
from 5.91.0 to 5.94.0 - Bump
actions/setup-python
from 5.1.1 to 5.2.0 - Bump
express
from 4.19.2 to 4.21.0
Fixed
- Fix the
TextAreaRichText
core component to expose empty string as default value instead of empty paragraph - Update
DropdownItem
style to correctly render items with icons aligned on the left
v1.0.45
Added
- Update illustration SVGs with custom CSS color customizations
- Add
isLoading
property to<Spinner />
core component to render static spinners - Update the interfaces of the
<Dialog.Footer />
and<DialogAlert.Footer />
core components to support the
disabled
andisLoading
properties for the footer buttons
Fixed
- Use correct percentage formatting on
<AssetDataListItem />
module component