Skip to content

Releases: PlusAuth/plusauth-widget

v0.14.0

18 Feb 10:59
Compare
Choose a tag to compare

0.14.0 (2020-12-22)

Bug Fixes

  • validate function is not called when validator is not provided (96825be)

Features

  • add required option to field props which defaults to true (013c6d0)

v0.13.1

18 Feb 10:59
Compare
Choose a tag to compare

0.13.1 (2020-12-22)

Bug Fixes

  • login form doesn't reflect error on email field (16714f3)

v0.13.0

18 Feb 10:59
Compare
Choose a tag to compare

0.13.0 (2020-12-22)

Features

  • pass input name to messages for better errors (cd80a55)
  • simple phone validation (12cac7b)
  • translate interpolated keys (cb42b3e)
  • validate fields with format (904eb53)

v0.12.0

18 Feb 10:59
Compare
Choose a tag to compare

0.12.0 (2020-12-21)

Features

  • push to verifyEmail after registration with an email (6ca4cbb)

v0.11.0

18 Feb 10:59
Compare
Choose a tag to compare

0.11.0 (2020-12-21)

Features

  • i18n: add title for login and register pages (98b9a50)

v0.9.0

18 Feb 10:59
Compare
Choose a tag to compare

0.9.0 (2020-12-18)

Features

  • redirect to verify email page in case of email not verified (b5e906f)

v0.8.0

18 Feb 10:58
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

0.8.0 (2020-12-07)

Features

  • set html of translatable element instead of text (c18bd9d)
  • use new prompt configuration (c3cc312)

v0.7.0

05 Dec 21:29
Compare
Choose a tag to compare

0.7.0 (2020-12-05)

Bug Fixes

  • assign email not verified error to email field if exists (098921e)
  • error when errors cannot be set when related fields dont exist (47978c9)

Features

Performance Improvements

  • include popper to vite's optimized dependencies (5b90eaa)

v0.4.0

30 Nov 08:57
Compare
Choose a tag to compare

0.4.0 (2020-11-30)

Bug Fixes

  • this is undefined in bound translator function (4e7d54f)
  • error when fields are undefined for generic form (135257f)
  • focus on select is not lost on click outside (8c1333f)
  • language change is not applied (81b96d0)
  • progress css is removed from build (abf8512)
  • remove default accept terms checkbox from register page (26c760d)

Features

  • ability to pass html for i18n values (ba0fa86)
  • apply new styles and generic components (34bda47)
  • bind translator to validator function (2fa03ee)
  • checkbox component (d942f75)
  • component for generic form (90b7997)
  • footer component (21061e4)
  • insert footer (3600ffc)
  • keep color when checkbox is checked (1414b3b)
  • make selected language reactive (8153048)
  • select component (6b497f1)
  • use super tiny icons for social icons (081a420)

Performance Improvements

  • use default slot for messages (9e4a8e1)

v0.3.1

30 Nov 08:56
Compare
Choose a tag to compare

0.3.1 (2020-11-23)

Bug Fixes

  • incorrect component rendered with mode: verifyEmail (db8a962)

Features

  • ability to override props in views with modeOptions (a60f7d1)
  • mfa view modes (234e75a)
  • use static image paths (6a5f6f8)
  • verify email view (e5d7c6d)