Skip to content

Latest commit

 

History

History
executable file
·
172 lines (95 loc) · 9.73 KB

CHANGELOG.md

File metadata and controls

executable file
·
172 lines (95 loc) · 9.73 KB

0.34.0 (2024-12-05)

  • dev: dev page improvements (86ef153)
  • feat: data-t attribute for translation raw inside html templates (26dbd3c)
  • feat: footer-body template (f811093)
  • fix: click listener not working for push submission (f0c00c4)
  • fix: invalid usage of localization util (50a72a0)
  • i18n: turkish translation (d5efb15)

0.33.1 (2024-12-04)

  • fix: invalid key used for watching locale changes (46e3a49)

0.33.0 (2024-12-04)

  • chore: include locales in dev script (4519e3e)
  • chore: lint (b91d08a)
  • chore: update dependencies (93d02b8)
  • chore: update dev scripts (7ffe2cc)
  • squash! feat: account linking page (19388df)
  • squash! feat: account linking page (df01e8f)
  • squash! style: better logo sizing (dd45c2b)
  • feat: account linking page (618d664)
  • feat: allow using href for submit button (2662442)
  • feat: improve localization interface (d997327)
  • feat: info slot for widget layout (f977f55)
  • style: better logo sizing (5e0677e)

0.32.0 (2024-10-31)

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

0.31.1 (2024-10-15)

Bug Fixes

  • label is not transformed when placeholder exists (eb78c94)

Stylistic Updates

  • override autofill background (042f251)

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)

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)

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)

0.28.1 (2024-04-20)

Bug Fixes

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

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)

See Releases