Skip to content

Commit

Permalink
feat: Simplified TransitionHook signatures
Browse files Browse the repository at this point in the history
TransitionHook signatures have been simplified. This is a breaking change. It requires fixing your
TransitionHooks in `routes.js` file. Please see README.md for details.

BREAKING CHANGE: TransitionHook signatures have been simplified. Please see README.md for details.
  • Loading branch information
nareshbhatia committed Feb 12, 2018
1 parent 25a3282 commit c1f8c37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/jest": "^22.1.2",
"@types/lodash": "^4.14.102",
"@types/node": "^9.4.5",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/react": "^16.0.37",
"@types/react-dom": "^16.0.4",
"colors": "^1.1.2",
"commitizen": "^2.9.6",
"coveralls": "^3.0.0",
Expand Down

0 comments on commit c1f8c37

Please sign in to comment.