v0.3.0
版本发布时间: 2024-04-29 22:13:43
pmndrs/uikit最新发布版本:v0.5.0(2024-08-26 22:17:42)
uikit v0.3.0
- support for display: none
- support for visibility: hidden
- Preview and htmlToCode allow to convert html+css+shadcn+tailwind to uikit code
- expose ref.current.getStyle
Breaking Changes
all breaking changes are made to make uikit more compatible with html/css
- cli now installs into subfolders for each kit to allow mixing kits #27
- property
border
changed toborderWidth
- property
horizontalAlign
of text changed totextAlign
- lineHeight is now receive absolute values and percentages instead of multipliers (lineHeight
1.3
changes to"130%"
)