Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 559 Bytes

File metadata and controls

18 lines (11 loc) · 559 Bytes

0.3.1

  • Bugfix: Removed non referenced var from internal propType checks.

0.3.0

  • Added ContainerMixin and Container for mounting into react components.
  • Deprecate ability to pass react components as containers, use new ContainerMixin instead.
  • Converted whitespace to spaces!

0.2.0

  • Created Portal component which has the API of the previous Layer component.
  • Refactored the Layer component to accept a layer prop instead of using children. Children are passed to this components render function.

0.1.0

  • Initial Release.