Releases: ValueMelody/melody-auth
Releases · ValueMelody/melody-auth
v1.2.2
What's Changed
- fix admin panel build warning on i18.ts by @stonecobra in #259
- Update i18n.ts file location based on latest package requirement by @byn9826 in #263
- Support passwordless sign-in by @byn9826 in #264
- Refactor server locale config, split into message config and locale tool in pages by @byn9826 in #265
- Exposure userInfo directly from react-sdk and use in admin-panel by @byn9826 in #266
- Split server views to independent components and add unit tests by @byn9826 in #267
New Contributors
- @stonecobra made their first contribution in #259
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Generate session after passkey signin by @byn9826 in #255
- Add tests for hooks in server view by @byn9826 in #256
- Publish web-sdk as an independent npm package by @byn9826 in #257
- Add vue sdk package @melody-auth/vue by @byn9826 in #260
- Unify enum used for server views by @byn9826 in #261
- Add more tests for vue-sdk by @byn9826 in #262
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add initial setup and layout for server views using hono/jsx/dom by @byn9826 in #247
- Rewrite sign-in components by jsx/dom by @byn9826 in #248
- Rebuild signup and consent page with jsx/dom by @byn9826 in #249
- Rebuild mfa pages with jsx/dom by @byn9826 in #250
- Rebuild passkey and reset password page with jsx/dom by @byn9826 in #251
- Rebuild policy views with jsx/dom by @byn9826 in #252
- Rebuild verifyEmail & authCodeExpired page with jsx/dom by @byn9826 in #253
- Major refactor of identity service & tests, make jsx/dom as identity view renderer by @byn9826 in #254
Full Changelog: v1.1.9...v1.2.0
v1.1.9
What's Changed
- Add a demo site with OTP MFA and Passkey enrollment option by @byn9826 in #241
- Improve SMS MFA usability by SMS_MFA_COUNTRY_CODE config by @byn9826 in #242
- Accessibility improvement on input elements by @byn9826 in #243
- Add resend.com to supported mail providers by @luizfonseca in #244
- Add tests for server templates by @byn9826 in #246
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
- Fix docs deploy pipeline by @byn9826 in #231
- Add workflow for deploying admin-panel to cloudflare by @byn9826 in #232
- Support login with popup in react-sdk by @byn9826 in #233
- Fix admin-panel cf:build and verify it in pr-check pipeline by @byn9826 in #234
- Fix error clear issue when input wrong otp mfa code by @byn9826 in #235
- Improve email service by spliting the providers into different classes by @luizfonseca in #236
- Enforce target origin restriction for login popup method by @byn9826 in #237
- Add eye icons to toggle password visibility by @byn9826 in #238
- Add docs for how to use deployment pipelines by @byn9826 in #240
New Contributors
- @luizfonseca made their first contribution in #236
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Linking to type from ./shared folder in react-sdk dist by @byn9826 in #224
- Support update user info through policy by @byn9826 in #225
- Allow block policy access in config by @byn9826 in #226
- Improve UX of color inputs and link inputs on admin-panel manage org page by @byn9826 in #227
- Increase admin-panel test coverage by @byn9826 in #228
- Add tests for shared and web-sdk by @byn9826 in #229
- Add tests for react-sdk by @byn9826 in #230
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Add missing http request error handler on admin panel by @byn9826 in #215
- Show user org info on user detail schema in S2S api by @byn9826 in #216
- Support override font using org config by @byn9826 in #217
- Add user passkey enroll functionality by @byn9826 in #218
- Support user login through stored passkey by @byn9826 in #219
- Allow user to disable passkey enroll step on sign-in by @byn9826 in #220
- Support passkey management through admin-panel and s2s api by @byn9826 in #221
- Add manage_passkey policy by @byn9826 in #222
- Update docs structure by @byn9826 in #223
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Initial org table and add s2s org management apis by @byn9826 in #210
- Add basic org management pages on admin-panel by @byn9826 in #211
- Add slug to org table and use it as the org identifier by @byn9826 in #212
- Implement logo url override using org config by @byn9826 in #213
- Support override branding color by org config by @byn9826 in #214
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.3
What's Changed
- Support account linking through s2s api by @byn9826 in #199
- Show user linked account in admin panel user detail page by @byn9826 in #200
- Require confirm before unlink account and reset MFA on admin panel by @byn9826 in #201
- Support deploy admin panel to Cloudflare workers by @byn9826 in #202
- Add an example for implementation with NextAuth by @byn9826 in #204
- Improve UX for inputing verification code by copy&paste by @byn9826 in #205
Full Changelog: v1.1.2...v1.1.3