Skip to content

v0.8.0

Choose a tag to compare

@CITguy CITguy released this 16 May 20:24
· 1156 commits to master since this release

Summary

This release was made possible by the following contributors:

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

Deprecated

  • The "export" icon has been deprecated in favor of the "upload" icon. (#220)

Fixed

Corrected a styling issue with the magnifying glass in <hx-search> (#220)

before after
before after

Added Pill Component

Components > Pills (#225)

pills-demo

Added Selector Strip Component

Components > Selector Strips (#222)

screen shot 2018-05-16 at 3 11 13 pm screen shot 2018-05-16 at 3 11 07 pm

Updated

  • All element documentation has been updated to include metadata about emitted events (#224)

Merged

  • #225 - feat(Pills): add Pill component
  • #224 - docs(*): Event metadata and jsdocs
  • #222 - feat(SelectorStrips): add Selector Strip component
  • #220 - update(icons): Rename "export" to "upload"