Skip to content

v4.0.0

Compare
Choose a tag to compare
@ctrlplusb ctrlplusb released this 11 Apr 13:47

<a name"4.0.0">

4.0.0 (2016-04-11)

Breaking Changes

  • Provider renamed to InjectableProvider.

  • The Injector helper has been greatly simplified. Instead of
    wrapping a component that will host the injection, it rather produces an
    injection component which you can render into any component that you would
    like to initiate an injection. This produces a much cleaner API and allows
    you to easily pass down specific props to the component that will be injected.
    Please look at the updated readme for example usage.

    (adf2d572)