Skip to content

v0.12.0

Compare
Choose a tag to compare
@albertogasparin albertogasparin released this 19 Aug 23:04
· 164 commits to master since this release

Breaking changes

  • useResource returns an object now instead of an array with a object inside
  • getRouteContext utility has been renamed findRouterContext
  • RouterStoreContext type has been renamed RouterContext

New features

  • useResource now accepts a routerContext option to manipulate resources and resource keys independently from current location
  • new createRouterContext utility

Bug fixes

  • Fix types to be compatible with Typescript v3.7+