Skip to content

v0.5.0

Choose a tag to compare

@CITguy CITguy released this 28 Mar 21:15
· 1246 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/.

Breaking Changes

  • The <hx-search> element now emits a "clear" event instead of a "change" event when the value is cleared by the user via the "X". This prevents issues with the "change" event being emitted twice in polyfilled browsers by emitting a different event. (#177)

Fixed

  • Corrected CSS for Accordions in polyfilled browsers (#176)
  • Corrected emitted events from Checkbox and Search components (#177)
  • Corrected CSS for the "X" in the Alert component (#178)

Added

Pagination

Components > Pagination

screen shot 2018-03-28 at 4 06 45 pm
screen shot 2018-03-28 at 4 06 50 pm
screen shot 2018-03-28 at 4 06 56 pm

Merged

  • #178 - fix(CSS): correct alert dismiss styling
  • #177 - fix(events): Correct 'change' event logic
  • #176 - fix(Accordion): correct CSS in polyfilled browsers
  • #173 - feat(pagination): pagination styles added to toolkit