Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.96 KB

CHANGES.md

File metadata and controls

65 lines (43 loc) · 1.96 KB

Unreleased

  • Breaking: Removed default top-level <Router> export (#2906)

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