Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 585 Bytes

CHANGELOG.md

File metadata and controls

11 lines (7 loc) · 585 Bytes

Change Log

[v0.2.2] - 2016-11-13

Reverted breaking changes

  • Reverted the pattern back to a wrapping component. Realized it's probably more cumbersome to require users to style their own wrapping containers properly. Will provide an alternate component to use as a child though.

[v0.2.0] - 2016-11-12

Breaking changes

  • Restructured the use pattern. No longer works as a wrapper, instead, use as a child of the container component. Prevents generating extra markup and easier to drop in. (see #2)