Skip to content

Latest commit

 

History

History
101 lines (71 loc) · 3.45 KB

CHANGES.md

File metadata and controls

101 lines (71 loc) · 3.45 KB

HEAD (v2.1.0)

Unreleased

  • 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