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

Latest commit

 

History

History
290 lines (192 loc) · 10.4 KB

CHANGES.md

File metadata and controls

290 lines (192 loc) · 10.4 KB

Sep 13, 2016

  • Bugfix: Fix redirects that specify query (#3808)

Sep 9, 2016

  • Feature: Support omitting to on <Link> (#3803)
  • Refactor: Use history.replace instead of history.transitionTo for redirects (#3799)

Aug 20, 2016

  • Feature: Support router as a prop on withRouter-wrapped components for overriding the router object from context (#3729)
  • Feature: Add withRef option to withRouter that enables getWrappedInstance (#3735, #3740)
  • Bugfix: Warn on invalid router middlewares (#3717)

Jul 29, 2016

  • Bugfix: Correctly handle routes with patterns that are the names of properties on Object.prototype (#3680)

Jul 18, 2016

  • Feature: Add prevState as argument to onLeave hooks (#3616)
  • Bugfix: Fix when the <Link> onClick invariant runs (#3636)

Jul 1, 2016

  • Bugfix: Remove extraneous propTypes check when creating a route object from a React element (#3591)

Jun 23, 2016

  • Bugfix: Throw error instead of silently failing with history v3 (#3571)
  • Bugfix: Explicitly throw error in onClick handler of <Link> rendered outside of router context (#3572)

Jun 22, 2016

  • Feature/Deprecation: Call getChildRoutes and getIndexRoute with partialNextState; deprecate accessing location directly in favor of partialNextState.location there (#3556, #3561, #3569, Upgrade Guide)
  • Refactor: Refactor creating routeParams objects (#3544)

May 19, 2016

  • Bugfix: Don't crash on invalid URI components in params (#3453)

April 28, 2016

  • Feature: Add withRouter higher-order component for injecting props.router (#3352)
  • Minor: Add React as a peer dependency (#3361)
  • Minor: Upgrade to Babel 6 (#3362)
  • Minor: Add target to propTypes for <Link> (#3397)

April 18, 2016

  • Feature: Add applyRouterMiddleware for extending router rendering (#3327)
  • Feature/Deprecation: Add routerShape and locationShape as top-level exported prop types, and deprecate all the old prop types, including the ones that were previously incorrectly removed (#3349)
  • Minor: Move ES module build back to es6/ to avoid breaking people who were importing from react-router/es6 (#3334)

April 15, 2016

  • Noop: Publish again to npm to work around missing tarball problem

April 15, 2016

  • Bugfix: Don't use Object.assign in getComponentsForRoute (#3331)
  • Minor: Speed up checking index path active status (#3313)

April 14, 2016

  • Bugfix: Fix edge cases with continuing matches after pathless routes (#3308)

April 14, 2016

  • Bugfix: Fix this in getComponent and getComponents (#3306)

April 13, 2016

  • Feature/Deprecation: Call getComponent and getComponents with nextState; deprecate accessing location directly in favor of nextState.location there (#3298, Upgrade Guide)
  • Bugfix: Do not ignore extraneous slashes in matching (#3285)
  • Bugfix: Do not unnecessarily set empty className on <Link> (#3288)
  • Minor: Update PropTypes (#3218)
  • Minor: Move ES module build from es6/ to es/ (#3295)
  • Minor: Do not include unused deprecation logic in production builds (#3296)

April 11, 2016

  • Bugfix: Remove unintentionally released code change (#3280)

April 11, 2016

  • Feature: Add support for onChange hook on routes (#3108)
  • Minor: Include full warning messages in non-minified UMD build (#3213)
  • Minor: Speed up path matching (#3217)

March 9, 2016

  • Bugfix: Call transition hooks on child routes of parents whose params changed but the child's did not. (#3166)
  • Minor: Remove support for installing from source (#3164)

Feb 10, 2016

  • Bugfix: Add back basename support in match (#3054)

Feb 5, 2016

  • Breaking: Removed default top-level <Router> export (#2906)
  • Bugfix: Use history.createLocation where possible (#2910)
  • Bugfix: Fix initial routing state after match (#2965)
  • Minor: Reduce stack size from matching routes (#2923)

Jan 14, 2016

  • Feature: Support custom history for match (#2813)
  • Feature: Support location descriptor in replace callback in onEnter (#2855)
  • Feature: Improve support for server rendering async routes (#2883)

Dec 30, 2015

  • Feature: Added render prop to Router
  • Feature: Added singleton browserHistory and hashHistory
  • Feature: Added createMemoryHistory
  • Deprecation: Deprecated all mixins
  • Deprecation: Replaced context.history with context.router
  • Deprecation: Deprecated Route Component props.history
  • Deprecation: Deprecated context.location

Dec 23, 2015

  • Switched back to a caret range for history, now that the warnings have been removed

Dec 8, 2015

  • Pinned peer dependency on History to 1.13.x to avoid console warnings.

Dec 5, 2015

  • Support IE8 (#2540)
  • Add ES2015 module build (#2530)

Nov 9, 2015

Please see /upgrade-guides/v1.0.0.md