Skip to content

Releases: userfront/toolkit

v1.0.10

26 Jul 21:41
d63e15d
Compare
Choose a tag to compare

What's Changed

  • Publish 1.0.9 to npm by @github-actions in #112
  • [DEV-1438] If the redirect parameter is set always use it as the redirect path by @drbrady8800 in #113
  • DEV-1444 Read linkType from query params and pass to core by @drbrady8800 in #114

Full Changelog: v1.0.9...v1.0.10

v1.0.9

09 May 21:18
b4f0ac5
Compare
Choose a tag to compare

What's Changed

  • Publish 1.0.8 to npm by @github-actions in #108
  • If logged in with link credentials don't require current password by @drbrady8800 in #109
  • If logged in try to refresh tokens by @drbrady8800 in #110
  • If logged in with tokens attempt login to update confirmed_at by @drbrady8800 in #111

Full Changelog: v1.0.8...v1.0.9

v1.0.8

11 Mar 18:23
e367c09
Compare
Choose a tag to compare

What's Changed

  • Publish 1.0.7 to npm by @github-actions in #106
  • Never redirect after login when setting up TOTP by @drbrady8800 in #107

Full Changelog: v1.0.7...v1.0.8

v1.0.7

26 Feb 21:14
b7b2156
Compare
Choose a tag to compare

What's Changed

  • Publish 1.0.6 to npm by @github-actions in #101
  • Add demo form, add theme customization by @RJFelix in #100
  • Get theme working with web components by @RJFelix in #102
  • Enable test mode message on demo form by @drbrady8800 in #103
  • Do not send user email when setting up TOTP as 2nd factor by @damionvega in #104

Full Changelog: v1.0.6...v1.0.7

v1.0.6

26 Jan 23:09
61bd1d2
Compare
Choose a tag to compare

What's Changed

  • When there are no first factors configured for the tenant, handle it by showing that auth is disabled by @isanchez-userfront in #96
  • Address an issue where "oops, an unknown error occurred" was displayed by adding cases for states that hadn't been accounted for by @drbrady8800 in #98
  • Reducing flickering by showing placeholder when resolving links by @drbrady8800 in #99

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

15 Nov 23:49
f680cf1
Compare
Choose a tag to compare

What's Changed

  • Have user merge the stable release PR by @RJFelix in #92

Full Changelog: v1.0.4...v1.0.5

v1.0.4

15 Nov 23:23
fc6b2d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

07 Nov 00:58
b6f3b09
Compare
Choose a tag to compare

What's Changed

Security and documentation updates.

  • Update readmes by @RJFelix in #80
  • Bump @babel/traverse, @storybook/addon-essentials, @storybook/react-vite and storybook in /package by @dependabot in #84
  • Bump postcss from 8.4.27 to 8.4.31 by @dependabot in #83
  • Bump @adobe/css-tools from 4.2.0 to 4.3.1 in /package by @dependabot in #82
  • Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #81

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Oct 20:12
03581dc
Compare
Choose a tag to compare

What's Changed

  • Add correct TS .d.ts type declarations by @RJFelix in #75
  • Bump get-func-name from 2.0.0 to 2.0.2 in /package by @dependabot in #76
  • Check that we're in the browser before registering web components by @RJFelix in #78

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Sep 17:26
54e849f
Compare
Choose a tag to compare
  • Fixes redirect after finishing TOTP configuration
  • Fixes briefly showing a different view during redirect, which caused an appearance of flickering in some cases