Releases: PlusAuth/plusauth-widget
Releases · PlusAuth/plusauth-widget
v0.34.0
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)
Full Changelog: v0.33.1...v0.34.0
v0.33.0
0.33.0 (2024-12-04)
- 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)
Full Changelog: v0.32.0...v0.33.0
v0.32.0
0.32.0 (2024-10-31)
- feat: use login_hint param for identifier value if provided (43dfc2a)
- chore: update dependencies (e0455a4)
v0.31.1
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
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
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
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
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.0
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