Releases: kalohq/ui
Releases · kalohq/ui
v0.8.0
v0.7.4
- 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 fromIconRight
toIconAfter
, in order to follow the naming-convention of Heading, H1, H2, H3, H4, and Text.
v0.7.3
v0.6.3
v0.6.2
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
- 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.