Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 577 Bytes

File metadata and controls

22 lines (15 loc) · 577 Bytes

reactRouter 0.2.0

  • CRAN submission
  • update React Router to v.7
  • added components from React Router v.7 as R functions, including hooks.
  • BREAKING CHANGE: RouterProvider use "router" argument with create*Router() functions.
  • warning message regarding BREAKING CHANGE reloadDocument: now FALSE by default

reactRouter 0.1.2

  • BREAKING CHANGE: reloadDocument is now FALSE by default (like in React Router 6.30.0)
  • added data loader and hooks
  • improve examples and docs

reactRouter 0.1.1

  • fix #1
  • add more examples

reactRouter 0.1.0

  • initial commit