Compare @uirouter/react-hybrid
versions 0.0.13 and 0.0.14
Compare @uirouter/core
versions 5.0.10 and 5.0.11
Compare @uirouter/react
versions 0.5.3 and 0.5.4
Compare @uirouter/angularjs
versions 1.0.8 and 1.0.9
Compare @uirouter/react-hybrid
versions 0.0.12 and 0.0.13
0.0.12 (2017-07-14)
Fix botched 0.0.11 release
0.0.11 (2017-07-14)
- className: Pass
<UIView className="foo">
to<ui-view class="foo">
(4bfcfac)
- feat(uiView): Render angular ui-view manually, not using angular2react dependencyj (ada97c8)
- chore(build): Add missing rollup config (f686175)
- fix(build): Import uirouter/react and uirouter/angularjs libs from index.js for webpack, etc (a936996)
- docs(README): Remove limitation from docs because the limitation is no more! (3684428)
- fix(uiView): Fix nested UIView lifecycle by waiting for
ref
before rendering a component (cdac3b7)
- fix(yarn): Publish uirouter/react and uirouter/angularjs to npm, not github tags (c8569fe)
- feat(uiView): Allow routing either angularjs or react components to all ui-views (3dff2df)
- feat(view): Auto-detect react component (21e9d98)
- fix(typescript): Apply updates for typescript 2.4. Update to new snapshots of @uirouter/angularjs+re (c836579)
- fix(UIRouterContext): Fix UIRouterContext decorator (4a83102)
- feat(adapter): Enable AngularJS ui-sref and ui-sref-active for angular2react children of react UIVie (ae11777)