Skip to content

Latest commit

 

History

History
350 lines (164 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

350 lines (164 loc) · 15.4 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.2.2 (2023-06-20)

Bug Fixes

  • multiplied code exchange requests in strict mode (#1012) (2118bb2)

3.2.1 (2023-06-12)

Bug Fixes

  • deps: update dependency oidc-client-ts to v2.2.4 (#1006) (423be19)

3.2.0 (2023-05-02)

Features

3.1.0 (2023-04-21)

Features

  • add metadata parameter to AuthContext (1e6703b)

3.0.4 (2023-04-10)

Bug Fixes

  • isLoading has correct status when autoSignIn is disabled and user is signed out (#982) (db28cdd)

Miscellaneous Chores

3.0.3 (2023-03-16)

Bug Fixes

  • handle both null user and user.expired when autoSignIn is disabled (#977) (1a95930)

3.0.2 (2023-03-12)

Bug Fixes

3.0.1 (2023-03-08)

Bug Fixes

  • avoid reinitiating partial authentication flow when user is already authenticated (#962) (7c88d80)

3.0.0 (2023-03-01)

⚠ BREAKING CHANGES

  • signIn and signOutRedirect now has it's own types.

Features

Bug Fixes

Code Refactoring

2.1.0 (2022-10-23)

Features

  • add extraQueryParams to AuthProvider (#890) (89dc4ea)

2.0.3 (2022-08-04)

Bug Fixes

2.0.2 (2022-08-03)

Bug Fixes

  • alway userData=null - isLoading=true (#877) (d2d78ce)

2.0.1 (2022-08-02)

Bug Fixes

2.0.0 (2022-07-25)

⚠ BREAKING CHANGES

  • replace oidc-client-js with oidc-client-ts (#860)
  • migrate to react 18 (#827)

Features

Bug Fixes

  • initUserManager in AuthContext called every render call (#764) (2cef6c7)
  • move release-please to after checkout (9b70ccf)

Code Refactoring

  • replace oidc-client-js with oidc-client-ts (#860) (a07bb70)

1.6.0 (2022-07-15)

Features

1.5.1 (2021-04-11)

Bug Fixes

1.5.0 (2021-04-10)

Features

1.4.0 (2021-03-15)

Features

1.3.0 (2021-03-11)

Features

1.2.1 (2021-03-09)

Bug Fixes

  • state update on an unmounted component (#522) (0e873f4)

1.2.0 (2021-03-08)

Features

1.1.6 (2021-02-03)

Bug Fixes

1.1.5 (2020-12-22)

Bug Fixes

  • Load new state from session/local storage when available after a silent renew (#363) (319d0e3)

1.1.4 (2020-12-19)

Bug Fixes

1.1.3 (2020-10-24)

Bug Fixes

  • Remove react-router 🤷 (527bcd3)

1.1.2 (2020-10-24)

Bug Fixes

  • Move react, react-dom to peerDependencies (b4fd437), closes #301

1.1.1 (2020-10-09)

Bug Fixes

  • change callback method to allow other sign in method (c497f49)

1.1.0 (2020-09-26)

Features

  • add auto silent renew option (6bb2df5)

1.0.1 (2020-08-21)

Bug Fixes

  • this._signinStart is not a function (20b1e57), closes #173

1.0.0 (2020-08-20)

Bug Fixes

  • Autosignin on expired user (d5dce04)
  • Fix withAuth export (4e0e2e1)
  • Package size and target (b9c8205)
  • Useless conditional (6cf9dda)
  • Variable 'user' cannot be of type null (0d8a0c3)

Code Refactoring

  • Improve createContext setup (6b715f5)

Features

  • add client_secret (151a494)
  • Add improved API layout (1e3d66a), closes #36
  • Add onBeforeSignIn hook (e2f609e)
  • add option to use signoutRedirect (9ca3ada)
  • add option to use signoutRedirect (d2c4278)
  • Add responseType and scope properties (e00454a)
  • Add withAuth higher order component (9f2cea8)
  • First implementation (071d311)
  • re-export User and UserManager (a2fdf39)

BREAKING CHANGES

  • Typescript users might not expect the Context to be 'null'. Now you have to check it.

1.0.0-alpha.7 (2020-05-15)

Bug Fixes

  • Useless conditional (6cf9dda)
  • Variable 'user' cannot be of type null (0d8a0c3)

Code Refactoring

  • Improve createContext setup (6b715f5)

Features

  • Add improved API layout (1e3d66a), closes #36
  • add option to use signoutRedirect (d2c4278)

BREAKING CHANGES

  • Typescript users might not expect the Context to be 'null'. Now you have to check it.

1.0.0-alpha.6 (2020-05-15)

Features

  • add option to use signoutRedirect (9ca3ada)

1.0.0-alpha.5 (2020-04-21)

Bug Fixes

1.0.0-alpha.4 (2020-04-16)

Features

  • Add onBeforeSignIn hook (e2f609e)
  • Add withAuth higher order component (9f2cea8)

1.0.0-alpha.3 (2020-04-09)

Bug Fixes

  • Package size and target (b9c8205)

1.0.0-alpha.2 (2020-04-09)

Features

  • Add responseType and scope properties (e00454a)

1.0.0-alpha.1 (2020-04-09)

Features