Skip to content

Latest commit

History

History
206 lines (99 loc) 路 8.94 KB

CHANGELOG.md

File metadata and controls

206 lines (99 loc) 路 8.94 KB

Changelog

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

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