Releases: openlattice/lattice-auth
Releases · openlattice/lattice-auth
release v0.28.0
release v0.28.0
- bumped dependency versions
- downgrade to
luxon v1.28.0
release v0.27.0
release v0.27.0
- added environment urls to support Canada region
- bumped dependency versions
- switched to
>=
in peer dependencies
release v0.26.0
release v0.26.0
- upgraded to
auth0-lock
v11.30.3
again - added a dependency on
process
v0.11.10
to address the webpack issues auth0/lock#1999 - changed how
webpack-node-externals
is used to excludedevDependencies
andpeerDependencies
from the bundle - bumped dependency versions
release v0.25.0
release v0.25.0
- revert to
auth0-lock
v11.28.1
release v0.24.0
release v0.24.0
- updates
- bumped dependency versions
- breaking changes
auth0-lock
v11.30.1
breaks upstream apps becauseutil
is no longer being bundled by default with webpack v5 auth0/lock#1999
release v0.23.0
release v0.23.0
- upgrade
package-lock.json
to new format for npm v7 - upgrade to webpack v5
- upgrade to latest babel + core-js v3
- use
webpack-node-externals
to reduce bundle size
release v0.22.0
release v0.22.0
- fix redirect flow
- redirect flow depends on initializing the auth0 lock with a state param:
Auth0.getAuth0LockInstance().show({ auth: { params: { state: auth0NonceState } } });
- the bug was that
show()
was being called without being passedauth
param
Auth0.getAuth0LockInstance().show()
- redirect flow depends on initializing the auth0 lock with a state param:
release v0.21.2
release v0.21.2
- fix
UserInfo
type
v0.21.1
releasing v0.21.1
- reverting an earlier change - adding
Auth0.getAuth0LockInstance().show()
back tocomponentDidUpdate()
to fix the empty-page-on-logout issue
v0.21.0
releasing v0.21.0
- add allowSignUp as an option on the auth0Lock configuration object