Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Fix NavLink to only navigate on unmodified clicks; Declare contextTypes in RouterMixin

Choose a tag to compare

@lingyan lingyan released this 27 Jan 01:42
· 82 commits to master since this release
  • Fix NavLink to only navigate on unmodified clicks, via #66, contributed by @cesarandreu.
  • Declare makePath and executeAction as contextTypes in RouterMixin, so that top level app component that uses RouterMixin does not need to declare them.