This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Releases: sonnat/sonnat-ui
Releases · sonnat/sonnat-ui
v1.2.3
Core Changes
- [Breadcrumb][💄][🐛]: make the
text-overflow: ellipsis
work - [Button][💄][🐛]: make the
raised
prop work on large buttons - [Inputs][🐛]: add fallback for
e.persist()
- [Text][🐛] fix a bug related to the
display
prop - [TextField][TextArea][🐛] fix the misuse of
useControlled
hook - [FormControl][💄] update the spacings
v1.2.2
v1.2.1
Core Changes
- [Typography][💄] fix typography variants
- [Core][✏️] fix typos in
createTypography
- [RemovableChip][🐛][💄]: fix a bug related to the mouse hover
- [InputBase][💄]: update
rounded
andlegendLabel
relevant styles - [Button][🐛]: fix a bug related to the wrong error throwing
v1.2.0
Core Changes
- [Tooltip][✨]: Add
onOutsideClick
property - [Text][✨]: Add
weight
property - [Tag][✨]:
- Dense mode
- With semantic colors
- Removable (closable)
- [Button][💄]: Refine the UI of the
disabled
state - [Chips][💄]: Refine the UI of the
disabled
state - [TextArea][✨] Add auto resize feature.
- [Components][✨]: Fix components'
size
variations (large, medium, small) - [Components][✨]: Add the missing
size
properties - [Typography][♻️] Define a specific
line-height
for each typography variant - [Typescript]:
- Move
utils/typings
totypings
- Fix the overridable props typing
- Fix
ref
typing - Specify mandatory/required props
- Fix
makeStyles
typings - Fix
createTheme
input types - Add overridable typings for
createTheme
- Move
- [Components][⭐]:
- Add Table component
- Add Dialog component
- Add Card component
- Add Image component
v1.2.0-canary.7
Core Changes
- [Typescript] fix
Colors
typings - [Text][🐛] add
!important
to weights to override default values - [Badge][🐛] fix a typo that caused name duplication
v1.2.0-canary.6
Core Changes
[Typescript] fix rootNode and elementProps typings
v1.2.0-canary.5
Core Changes
[Core][✨] introduce new component sizing system
v1.2.0-canary.4
Core Changes
- [Theming][✨] make createTheme extensible
- [Typescript][✨] specify mandatory props
v1.2.0-canary.3
Core Changes
- [Typescript][🐛] fix theming issues
- [Typescript][♻️] make components extensible
v1.2.0-canary.2
Core Changes
- [⭐] add Table component
- [Core][💄] fix
line-height
properties due to typography variant change