Skip to content

Releases: uinix-js/uinix-ui

0.2.1

01 Aug 05:51
0.2.1
1d4f891
Compare
Choose a tag to compare

fix(types)

  • ab30109: Fix SystemStyles type to allow custom styles to be defined on system.styles,

0.2.0

18 Jul 20:28
0.2.0
22d211d
Compare
Choose a tag to compare

prerelease

uinix-ui is out of beta!

APIs are expected to be largely stable for the foreseeable future. Once usage matures and community feedback and main issues are addressed, we will target a formal 1.0.0 release!

0.2.3

24 Oct 18:01
0.2.3
094011e
Compare
Choose a tag to compare

fix(types)

  • b6c655a:
    • Loosely type StyleObject since making CSS.Properties work correctly greatly worsens the DX of typehints.
    • Make props in StyleFunction a required parameter.

0.2.2

18 Oct 09:10
0.2.2
3dabd8a
Compare
Choose a tag to compare

fix(types)

  • 37e95c7: improve responsive prop types
  • 00a8e89: fix Icon and Layout prop types

fix(hooks)

  • 675df2c: support property path in useTheme hook.

fix(renderer)

  • eac64d8: fix resolving of numeric theme keys.