Skip to content

v3.0.0

Compare
Choose a tag to compare
@ctrlplusb ctrlplusb released this 06 Apr 12:04

<a name"3.0.0">

3.0.0 (2016-04-06)

Breaking Changes

  • The Injector no longer supports the 'elements' prop, it now has an
    'inject' prop which allows you to pass through either a stateless component (that will recieve the
    same props as the component being wrapped) or an element. Using the stateless component method is
    preferable as it will only be executed when needed, whereas passing an element requires you to
    acutally create the element up front.

    (c7e282cc)