Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Latest commit

 

History

History
106 lines (52 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

106 lines (52 loc) · 3.83 KB

0.0.14 (2017-10-17)

Compare @uirouter/react-hybrid versions 0.0.13 and 0.0.14

Updated @uirouter/core from 5.0.10 to 5.0.11

Compare @uirouter/core versions 5.0.10 and 5.0.11

Bug Fixes

  • ie9: make console.bind work in ie9 (#85) (318214b)

Updated @uirouter/react from 0.5.3 to 0.5.4

Compare @uirouter/react versions 0.5.3 and 0.5.4

Updated @uirouter/angularjs from 1.0.8 to 1.0.9

Compare @uirouter/angularjs versions 1.0.8 and 1.0.9

0.0.13 (2017-10-07)

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)

Features

  • className: Pass <UIView className="foo"> to <ui-view class="foo"> (4bfcfac)

0.0.10 (2017-07-14)

  • feat(uiView): Render angular ui-view manually, not using angular2react dependencyj (ada97c8)
  • chore(build): Add missing rollup config (f686175)

0.0.9 (2017-07-13)

  • fix(build): Import uirouter/react and uirouter/angularjs libs from index.js for webpack, etc (a936996)

0.0.8 (2017-07-13)

  • 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)

0.0.7 (2017-07-12)

  • 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)

0.0.6 (2017-07-07)

  • feat(view): Auto-detect react component (21e9d98)

0.0.5 (2017-06-29)

  • fix(typescript): Apply updates for typescript 2.4. Update to new snapshots of @uirouter/angularjs+re (c836579)

0.0.4 (2017-06-28)

  • fix(UIRouterContext): Fix UIRouterContext decorator (4a83102)

0.0.3 (2017-06-26)

  • feat(adapter): Enable AngularJS ui-sref and ui-sref-active for angular2react children of react UIVie (ae11777)

0.0.2 (2017-06-23)

  • feat(adapter): Implement ui-view adapters allowing states to route to React components (d1dbad5)
  • chore(build): Build lib and lib-esm (744c49e)
  • chore(readme): Update README (83dc68a)
  • Initial commit (5ae2db5)