Releases: estevanmaito/windmill-react-ui
Releases · estevanmaito/windmill-react-ui
Release 0.2.0
0.2.0 (2020-07-20)
Bug Fixes
- form: fix 1px off input and select (4a3bc13)
BREAKING CHANGES
- form: Regular Inputs and Selects had a height of 39px, which looked terrible when used
side-by-side with a regular button (38px height). Reducing theline-height
toleading-5
solved
it, and now regular inputs and selects have a 38px height.
Release 0.1.2
0.1.2 (2020-07-19)
Bug Fixes
- avatar: add forwarRef to avatar (3e3c8a6)
- backdrop: add forwardRef to backdrop (6657d52)
- components: add forwardRef to all components that were missing (fb240a2)
- variants: add default variants (217a1d8)
BREAKING CHANGES
- components: All components now support ref forwarding.
- avatar: Avatar now supports forwarding refs
- backdrop: Backdrop now supports forwarding refs.
Release 0.1.2-beta.0
0.1.2-beta.0 (2020-07-17)
Features
- config: add a global config wrapper (6a6de16)
BREAKING CHANGES
- config: Instead of adding Windmill files to
purge
or toplugins
, now you only need to
encapsulate your Tailwind config using this wrapper. It will automatically add what Windmill needs
to work properly and you can use yourtailwind.config.js
file as before, as it will be merged.