Skip to content

Releases: poodle-x/poodle-ui

0.1.0-alpha.12

13 Sep 19:19
Compare
Choose a tag to compare
0.1.0-alpha.12 Pre-release
Pre-release

<Box />

New TS type to increase auto-complete performance for code editor.

0.1.0-alpha.8

09 May 19:40
Compare
Choose a tag to compare
0.1.0-alpha.8 Pre-release
Pre-release

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