Releases: poodle-x/poodle-ui
Releases · poodle-x/poodle-ui
0.1.0-alpha.12
<Box />
New TS type to increase auto-complete performance for code editor.
0.1.0-alpha.8
System
- Optimize css render
Theme
- Remove override class and disabled class ability
Type fix
- Font size system now supports the number value
- Fix incorrect typing “backGroundColor”
All Components
- Due to Box and css render revamp they have to change how to send css. Dropped
useClassNames
<Box />
- Drop default css (box-sizing)
- Revamp new css render so the performance is better now (nearly the same speed with charka-ui, material-ui)
<Select
/>
- add
valueText
props and add an element in the component to help fix the native select width bug