Skip to content

v0.4.2

Choose a tag to compare

@CITguy CITguy released this 27 Mar 15:05
· 1256 commits to master since this release

Summary

This release was made possible by the following contributors:

You can view the updated documentation at https://rackerlabs.github.io/helix-ui/.

Fixed

In addition to the below corrections, the NPM assets were also corrected to include missing CSS. We're not sure what happened with those assets in the previous release, but we'll be keeping a close eye on them from now on.

  • Corrected greedy CSS selector for headers in the Stepper - BETA (#172)
  • Corrected vertical padding for Textareas (#171)
  • Corrected alignment of "X" icon in the Search component (#170)

Merged

  • #172 - fix(Stepper): correct CSS specificity for header
  • #171 - fix(TextInputs): correct textarea padding
  • #170 - fix(Search): correct "clear" icon alignment
  • #161 - test(Typography): add typography tests