Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 4.0.0 #986

Closed

Conversation

bjerk-bot
Copy link
Contributor

🤖 I have created a release beep boop

4.0.0 (2023-03-21)

⚠ BREAKING CHANGES

  • signIn and signOutRedirect now has it's own types.
  • replace oidc-client-js with oidc-client-ts (#860)
  • migrate to react 18 (#827)

Features

Bug Fixes

  • Add React 17 to peer dependencies (#874) (54fd6e0)
  • alway userData=null - isLoading=true (#877) (d2d78ce)
  • AuthContext cannot be null (#576) (61bd0fa)
  • avoid reinitiating partial authentication flow when user is already authenticated (#962) (7c88d80)
  • change callback method to allow other sign in method (c497f49)
  • handle both null user and user.expired when autoSignIn is disabled (#977) (1a95930)
  • handle token refresh failure (#968) (751732b)
  • Including 'Log' in export (#383) (1f10c07)
  • initUserManager in AuthContext called every render call (#764) (2cef6c7)
  • isLoading has correct status when autoSignIn is disabled and user is signed out (#982) (db28cdd)
  • Load new state from session/local storage when available after a silent renew (#363) (319d0e3)
  • Move react, react-dom to peerDependencies (b4fd437), closes #301
  • move release-please to after checkout (9b70ccf)
  • Remove getUser in callback handler (#461) (7abb83d)
  • remove bundlesize dependency (#936) (e9f8d8a)
  • Remove react-router 🤷 (527bcd3)
  • state update on an unmounted component (#522) (0e873f4)
  • use memoized context value (#880) (3342a8d)
  • validation environment (#945) (9e69e80)

Code Refactoring


This PR was generated with Release Please. See documentation.

@jamesdh jamesdh closed this Mar 21, 2023
@jamesdh jamesdh deleted the release-please--branches--main--components--oidc-react branch March 21, 2023 15:18
@simenandre simenandre restored the release-please--branches--main--components--oidc-react branch March 22, 2023 16:21
@simenandre simenandre deleted the release-please--branches--main--components--oidc-react branch March 22, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Invalid hook call. Using latest React Version
2 participants