Skip to content

Releases: PlusAuth/plusauth-widget

v0.32.0

31 Oct 12:25
Compare
Choose a tag to compare

0.32.0 (2024-10-31)

  • feat: use login_hint param for identifier value if provided (43dfc2a)
  • chore: update dependencies (e0455a4)

v0.31.1

15 Oct 12:49
Compare
Choose a tag to compare

0.31.1 (2024-10-15)

Bug Fixes

  • label is not transformed when placeholder exists (eb78c94)

Stylistic Updates

  • override autofill background (042f251)

v0.31.0

20 May 17:33
535f20a
Compare
Choose a tag to compare

0.31.0 (2024-05-20)

Features

  • dynamic timer for sms views (aba61f8)
  • placeholder support for text-fields (771e46d)
  • resend timer for mfa & passwordless views that support it (83ec772)

Bug Fixes

  • password policy displays history as rule (ba4270a)

Accessibility

  • accessible footer links (4807f5d)
  • select: better navigation (fbfa7a0)

Refactors

  • create use_timer composable (8a1f6ee)

Stylistic Updates

  • consistent paddings for footer (1989747)
  • differentiate evaluated rules for password policy (e61e0b5)
  • increase content footer margin (8fbd4de)
  • predefine widget background (503a3bb)
  • remove input bg color (167aaaf)

v0.30.0

07 May 14:23
9b0e237
Compare
Choose a tag to compare

0.30.0 (2024-05-07)

Features

  • add pre/post hooks for page actions (cc884f2)
  • custom template injecting (7e6329f)

Refactors

Stylistic Updates

  • show inline border for text field button (0efd5c2)
  • wrap all components (1bfd039)

v0.29.0

21 Apr 15:57
e25b513
Compare
Choose a tag to compare

0.29.0 (2024-04-21)

Features

  • expose form error handler (5487f19)
  • human-readable rate limit errors (1e18794)
  • include resend actions for applicable mfa challenges (8a8080c)
  • translator: allow array to be passed to v-t directive (eddec6b)

Bug Fixes

  • empty error message for fetch errors (e2b0ec5)
  • form generics does not allow computed default fields (06b0ffe)

Stylistic Updates

  • additional spacing between multiple elements in content footer (b3af69a)
  • cleanup reset css (aab028c)
  • remove top margin from alert if it is after an input contains error (6f6b8e5)
  • remove top margin from footer if it is after helper section (fd29144)
  • set logo height to 96px (66a3b84)

v0.28.1

20 Apr 17:53
f2f687b
Compare
Choose a tag to compare

0.28.1 (2024-04-20)

Bug Fixes

v0.28.0

20 Apr 17:01
e76429e
Compare
Choose a tag to compare

0.28.0 (2024-04-20)

Features

  • allow accessing raw response from error (dfef284)

Bug Fixes

  • prevent not found image shown for register page (40a7b51)

Refactors

v0.27.0

05 Apr 14:59
Compare
Choose a tag to compare

0.27.0 (2024-04-05)

Features

  • i18n: allow fallback path to be translated also (606898d)
  • i18n: better error localization (7cf0b92)
  • i18n: fallback support for i18n functions (487fb93)
  • pass form ref and fields to responseErrorHandler (d0c0986)

Bug Fixes

  • i18n: arrays are not interpolated by indexes, regression in #38893c (8ddef61), closes #38893
  • i18n: locale fallback path is not passed to directive (16dd6bf)
  • invalid prop passed to generic form (6e90c7d)

Stylistic Updates

  • TextField: inherit ring color for inner button (05a72d0)

v0.26.0

05 Apr 14:39
Compare
Choose a tag to compare
  • chore: lint (2ce930d)
  • type: force type check in build (9f05f61)
  • fix: wrong variable name used for webauthn (d7de1fd)
  • chore: update dependencies (fa8a7c0)
  • style(TextField): appended button ring color is undefined (666018b)
  • docs: better defaults (c7fce28)
  • chore: update dependencies (1f331c4)
  • style(Checkbox): primary color not applied by default (6b20a5d)
  • feat: ability to hide messages for textfield (dfe39b3)
  • feat: dont generate first and last stops for color palettes (a54f393)
  • fix: locale settings not deep merged (0b1cffe)
  • style: improve textfield responsiveness (6a03f28)
  • fix: theme initialization fails if falsy object used (b757d83)
  • squash! feat: better code input (05c94ba)
  • feat: better code input (2c9e17f)
  • style: inline button border color does not react to state (c3004e3)
  • fix: prevent unsetting or deleting theme accents (b26cede)
  • docs: add theming section (07ce0fa)
  • docs: add wip notice (9aef568)
  • docs: reorganize structure (89c630e)
  • docs: fix preview img url (e62ac98)
  • docs: fix base url (9c36542)
  • docs: fix base url (57ef518)
  • docs: fix base url (adac2f3)
  • docs: fix base url (298e12c)
  • docs: fix base url (83a3af1)
  • docs: fix base url (6f0d67f)
  • ci: change base path (6f3fbc5)
  • docs: favicon and asset management (55f2f79)
  • build: define base path for storybook assets (4f701de)
  • build: include pnpm (487643e)
  • docs: initial commit (wip) (49c3e5b)
  • fix: translator locale changing fails (d5339a5)
  • chore: update vue (593deb1)
  • chore: update dependencies (2cf2544)

v0.25.3

05 Apr 14:38
Compare
Choose a tag to compare
  • refactor: use specific names for related mfa endpoints (250a6bb)