Releases: aragon/gov-ui-kit
Releases · aragon/gov-ui-kit
v1.0.14
Added
- Implement
Heading
,InputFileAvatar
andDropdown
components - All SVGs have new designs/code implemented with "currentColor" fill, 16x16 mask
- Added
richtext-heading
,blockchain-block
,app-transactions
,logout
,critical
andsort-desc
icon files - Ref property handling on
Button
component
Removed
- Removed
radio-pause
,switch
,tx-failure
,turn-off
andupdate
icon files
Changed
- Renamed
menu-vertical
todots-vertical
- Renamed
menu-horizontal
todots-horizontal
- Renamed
menu-default
tomenu
- Renamed
sort
tosort-asc
- Renamed
add
toplus
- Renamed
remove
tominus
- Renamed
question
tohelp
- Renamed
radio-cancel
toremove
- Renamed
radio-default
toradio
- Renamed
radio-check
tosuccess
- Renamed
checkbox-multi
tocheckbox-indeterminate
- Renamed
checkbox-default
tocheckbox
- Renamed
tx-smart-contract
toblockchain-smartcontract
- Renamed
tx-deposit
todeposit
- Renamed
tx-withdraw
towithdraw
- Renamed
app-finance
toapp-assets
- Renamed
app-governance
toapp-proposals
- Renamed
app-community
toapp-members
- Renamed
explore
toapp-explore
- Renamed
dashboard
toapp-dashboard
- Renamed
blockchain
toblockchain-blockchain
- Renamed
gas-fee
toblockchain-gasfee
- Renamed
wysiwyg-bold
torichtext-bold
- Renamed
wysiwyg-italic
torichtext-italic
- Renamed
wysiwyg-link-set
torichtext-link-add
- Renamed
wysiwyg-link-unset
torichtext-link-remove
- Renamed
wysiwyg-list-ordered
torichtext-list-ordered
- Renamed
wysiwyg-list-unordered
torichtext-list-unordered
v1.0.13
Added
- Implement
Tooltip
component
Changed
- Update minor and patch versions of dependencies
Fixed
- Style of
Progress
component to make it full width
v1.0.12
Added
- Implement
CardEmptyState
,EmptyState
,Checkbox
,CheckboxGroup
,CheckboxCard
,RadioGroup
,Radio
, and
RadioCard
components - Export all component types
- Handle style transitions on
ActionItem
,Button
andToggle
components - Property
defaultValue
toToggleGroup
component to set an initial value for uncontrolled usage shadow-info
Tailwind CSS utility class and documentationonents- Ref forwarding to
InputNumber
,InputSearch
,InputText
andTextArea
components
Fixed
- Storybook stories to only use the component's required properties on
default
stories Button
component to render a button element when thehref
property is set toundefined
- Hide clear icon on
InputSearch
component when disabled
Changed
- Implement new style for
AlertCard
,Spinner
,Switch
,InputContainer
,Toggle
andTag
components - Mark variant property of
AlertInline
andAlertCard
components as optional and set it toinfo
by default - Remove border color from
Card
component, update style ofCardSummary
component as for new design - Set default properties to
Button
andSpinner
components - Hide date picker indicator when
InputDate
component is disabled - Update
InputNumber
component to handle prefix and suffix properties throughreact-imask
- Align cursor style of disabled components
- Update line-height and height of
TextArea
andTextAreaRichText
components
v1.0.11
Fixed
- Properly export ESM/CJS library depending on current environment and fix CJS build
v1.0.10
Added
- Implement
Link
,InputNumber
InputTime
,TextArea
andTextAreaRichText
components - Implement Addon element for
InputText
component - Handle size property on
Progress
component border-none
Tailwind CSS utility class
Changed
- Update minor and patch versions of dependencies
- Update
husky
to v9 - Add
wrapperClassName
property toInputContainer
component to customise the input wrapper - Update
InputContainer
props to accept any HTML div property and support textarea elements
Fixed
- Fix styling conflict in
InputText
introduced by Addon element
v1.0.9
Fixed
- Minimum
tailwindcss
version required - Fix disabled input style on Firefox
- Max Length on inputs is restyled and only shows if no alert
- Fix
Toggle
component shadow styling
Added
- Implement
InputDate
,Avatar
andInputNumberMax
components - Add
AvatarIcon
documentation and tests
v1.0.8
Fixed
- Fix label size of
Switch
component
Changed
- Update minor and patch versions of dependencies
v1.0.7
Added
- Implement
Card
,CardSummary
,Switch
,Toggle
andToggleGroup
components
Changed
- Update
Spinner
andButton
components to handle responsive sizes - Update
Icon
andAvatarIcon
components to handle xl and 2xl responsive sizes
Fixed
- Update
InputSearch
component to fix server-side rendering
v1.0.6
Added
- Implement
Tag
,InputContainer
,InputText
andInputSearch
components - Documentation on how to handle library dependencies
shadow-none
andshake
Tailwind CSS utility classes
Changed
- Update library documentation
- Output
build.css
file to be able to use ODS library without TailwindCSS - Relax
dependencies
andpeerDependencies
versions - Prettier configuration to propertly format markdown files
- Bump
@adobe/css-tools
from 4.3.1 to 4.3.2
Fixed
- Correctly format
README.md
links on Storybook - Handling of value length for controlled inputs
v1.0.5
Changed
- Update
lint-staged
to v15 - Update
babel
,rollup
,storybook
dependencies
Fixed
- Introduce
@svgr/rollup
to correctly bundle SVGs - Remove redundant
jackspeak
dependency resolution - Move
"@svgr/rollup
dependency to dev dependencies
Removed
- Remove redundant
postcss
step and dependency - Do not include
tailwindcss
configuration utilities into bundle
Changed
- Bundle
tslib
utilities into library by removingimportHelpers
TypeScript configuration