Skip to content

Releases: ui-router/react-hybrid

0.1.0

10 Mar 22:12
Compare
Choose a tag to compare

0.1.0 (2018-03-10)

Compare @uirouter/react-hybrid versions 0.0.16 and 0.1.0

Bug Fixes

  • react-hybrid: Fix errors surfaced by react 16 (f61e241)

0.0.16

12 Feb 18:03
Compare
Choose a tag to compare

0.0.16 (2018-02-12)

Compare @uirouter/react-hybrid versions 0.0.15 and 0.0.16

Updated @uirouter/core from 5.0.16 to 5.0.17

Compare @uirouter/core versions 5.0.16 and 5.0.17

Bug Fixes

  • core: Fix leak of old transitions by mutating pathnode*.resolvables*.data (0a1f518)

Updated @uirouter/react from 0.6.1 to 0.6.2

Compare @uirouter/react versions 0.6.1 and 0.6.2

Bug Fixes

  • package: update @uirouter/core to version 5.0.17 (b0109ee)
  • UIView: Do not reload view if the new viewConfig is identical to the old one (07a03bf)
  • UIView: Pass style prop through even if no className is specified (cc3d80d)
  • UIView: Provide only resolve props that should be accessible to each view (a4ee9e9)

Updated @uirouter/angularjs from 1.0.14 to 1.0.15

Compare @uirouter/angularjs versions 1.0.14 and 1.0.15

Bug Fixes

0.0.15

31 Jan 01:26
Compare
Choose a tag to compare

0.0.15 (2018-01-31)

Compare @uirouter/react-hybrid versions 0.0.14 and 0.0.15

Updated @uirouter/core from 5.0.11 to 5.0.16

Compare @uirouter/core versions 5.0.11 and 5.0.16

Bug Fixes

  • browserLocation: Use location.pathname (not href) or '/' when no base tag found (db461d6)
  • browserLocationConfig: If no base href found, use location.href (not empty string) (0251424)
  • common: Fix signature of for objects (make target optional) (61d0afc)
  • core: Fix memory leak of resolve data from ALL transitions ever (7f2aed1)
  • pathNode: add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. (4833a32)
  • pushStateLocation: Fix URLs: add slash between base and path when necessary (bfa5755)
  • pushStateLocation: When url is "" or "/", use baseHref for pushState (042a950)
  • resolve: Add onFinish hook to resolve any dynamicly added resolvables (7d1ca54)
  • trace: Fix null reference in uiview name sort function (59cb067)
  • treeChanges: apply toParams to 'retained' path (#72) (cf63d11)
  • urlRouter: Update query params when resetting url via .update() (7664cd0)

Features

  • common: Add map-in-place support to map() (12bc7d8)
  • common: Add onEvict() callback registry for queues with max length (c19d007)
  • view: Add onSync callback API to plugin API (9544ae5)

Updated @uirouter/react from 0.5.4 to 0.6.1

Compare @uirouter/react versions 0.5.4 and 0.6.1

Bug Fixes

Features

  • move prop-types from peerDependencies to dependecies (5c6b2dd), closes #70
  • UIRouterReact: throw if start is called more than once (d48c9fb), closes #65
  • UIView: resolves are now injected as root props (ff67239)
  • UIView: warn user when using transition as resolve token (10b247b)

BREAKING CHANGES

  • UIView: Previously resolves were accessible as properties of a resolves props injected in the routed component. They are now each injected as a prop. This way components don't need to be aware of the router and can be more reusable.

before:

render () {
  const { foo } = this.props.resolves;
  return <div>{foo}</div>;
}

after:

render () {
  const { foo } = this.props;
  return <div>{foo}</div>
}

Updated @uirouter/angularjs from 1.0.9 to 1.0.14

Compare @uirouter/angularjs versions 1.0.9 and 1.0.14

Bug Fixes

  • artifactory: Add trailing newline to package.json to work around artifactory issue (#3551) (d09a345), closes #3550
  • location: allow empty string param: Ng1LocationServices.url('') (01bbaf0)
  • onEnter: Do not inject child-state data into ng1 onEnter hooks (cdec6a0)
  • package: update @uirouter/core to version 5.0.13 (6c63f2d)
  • travis: regenerate and encrypt secret (c718ce5)
  • uiSrefActive: don't match fuzzy on lazy loaded future states (01430ee)
  • uiView: Fix cfg.getTemplate is undefined (f4d99b0)

Features

  • uiSrefActive: Support arrays of globs for ng-class style (b215343)

0.0.14

17 Oct 22:14
Compare
Choose a tag to compare

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