Skip to content

Releases: estevanmaito/windmill-react-ui

Release 0.2.0

20 Jul 20:10
Compare
Choose a tag to compare

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 the line-height to leading-5 solved
    it, and now regular inputs and selects have a 38px height.

Release 0.1.2

19 Jul 17:52
Compare
Choose a tag to compare

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

17 Jul 00:39
Compare
Choose a tag to compare
Release 0.1.2-beta.0 Pre-release
Pre-release

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 to plugins, 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 your tailwind.config.js file as before, as it will be merged.

Release 0.1.1

14 Jul 21:53
Compare
Choose a tag to compare

0.1.1 (2020-07-14)

Bug Fixes

  • defaulttheme: export an object instead of string (9a720e5)