Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 08:04
· 37 commits to main since this release
38c69b0

0.13.0

Breaking changes

  • React hooks and components for Next.js are now exposed in their own module.
    • For example:
      • Before: import { useFiefIsAuthenticated, useFiefUserinfo } from '@fief/fief/nextjs';
      • After: import { useFiefIsAuthenticated, useFiefUserinfo } from '@fief/fief/nextjs/react';
    • This was done to avoid build issues with Next.js 13.3+