Skip to content

Releases: kalohq/ui

v0.8.0

07 Dec 11:11
Compare
Choose a tag to compare
  • Implement Emotion (and supporting utility packages)
  • Implements new layout primitives, along with a new spacing scale

v0.7.4

24 Nov 16:49
Compare
Choose a tag to compare
  • Allows iconAfter to be passed in to PaperMenuItem. This follows the API of MenuItem, however the prop to display an icon to the right of the content has been renamed from IconRight to IconAfter, in order to follow the naming-convention of Heading, H1, H2, H3, H4, and Text.

v0.7.3

23 Nov 13:29
Compare
Choose a tag to compare
  • 🚀 Design tokens are now merged. Storybook, and the PostCSS build step has been updated to pull from the generated token files.
  • Allows a minWidth to be passed down to PaperMenuItem

v0.6.3

03 Nov 15:36
Compare
Choose a tag to compare
  • Reverts the addition of the 600 font weight. The new font weights are not yet in place in the FE, causing Safari to manually bolden up to 600.
  • Adds a new zIndex prop to Alert, to allow a z-index to be passed in FE.

v0.6.2

31 Oct 12:17
Compare
Choose a tag to compare

This is the latest stable release. Releases in 0.5.x and release 0.6.1 should be considered unstable.

  • Built with new build system. Component CSS files are now published with compiled variables, removing the requirement for FE to inject these variables at build.
  • New alert UI components
  • Fixes to the Button waitingForData function

v0.6.2-alpha.1

31 Oct 12:16
Compare
Choose a tag to compare
v0.6.2-alpha.1 Pre-release
Pre-release
  • Fixes issues caused by the new build step (cssnano), where component assets were not being referenced correctly:

Scoped assets were being minified from url('./assets/**') to url('assets/**'). This was breaking CI in the frontend.

v0.5.0

16 Oct 15:33
Compare
Choose a tag to compare
  • Removed flow-types from published module
  • Added new 'small' checkbox variation

v0.4.3

02 Oct 09:38
Compare
Choose a tag to compare
0.4.3

v0.1.2

29 Jun 15:00
Compare
Choose a tag to compare
  • Optimizes lodash import to prevent entire library from being imported
  • Adds a disabled state to the Checkbox and Radio components