All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.2.2 Changes

    2016-04-13

    • Minor: Republish to npm to show deprecation note
  • v2.2.1 Changes

    2016-04-13

    • ๐Ÿ›  Bugfix: Fix object property deprecation on browsers with incomplete Proxy support (#18)
  • v2.2.0 Changes

    2016-04-13

    • ๐Ÿ”‹ Feature/Deprecation: Call getComponent and getComponents with nextState; deprecate accessing location directly in favor of nextState.location there (#16, Upgrade Guide)
    • ๐Ÿ›  Bugfix: Stop matching extraneous slashes in paths (#3158)
    • Minor: Use Proxy for deprecating object properties and exclude the deprecation wrapper logic entirely from production builds (#15)
  • v2.1.2 Changes

    2016-04-11

    • Minor: Only warn once for deprecations (4782842)
  • v2.1.1 Changes

    2016-04-04

    • Minor: Fix packaging error
  • v2.1.0 Changes

    2016-04-04

    • ๐Ÿ”‹ 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)
  • v2.0.1 Changes

    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)
  • v2.0.0 Changes

    Feb 10, 2016

    • ๐Ÿ›  Bugfix: Add back basename support in match (#3054)
  • v2.0.0-rc6 Changes

    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)
  • v2.0.0-rc5 Changes

    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)