Skip to content

Releases: teacoder-team/frontend

v2.7.0

27 Oct 14:56
7dda553

Choose a tag to compare

Features

feat(passkey): completed passkey functionality implementation
feat: add recurring payment notice for selected methods
feat: add Premium badge for users
feat(payment): load available payment methods from API dynamically
feat(payment): add skeleton loading for payment methods
feat(ui): add Discord login/connect buttons and error handling
feat(ui): remove error query param on alert dismiss
feat(ui): show alert for access_denied OAuth error
feat(sso): fetch available providers from API
refactor(sso): move SSO providers metadata to constants
feat(auth): load SSO providers dynamically for login buttons
feat: add skeleton loaders for social login and SSO connections
feat(auth): implement Telegram login finish page
feat(connections): add Telegram account linking
feat(account): added handling for missing email
feat(sso): include visitorId and requestId in OAuth
feat(ui): add Brave browser icon
feat(auth): fallback to client request if fingerprint unavailable
feat(auth): add fingerprint support for login and registration

Fixes

fix(sso): update query key for invalidateQueries
fix(auth): handle Telegram OAuth hash errors
fix: remove unused RegisterPasskeyRequest import

v2.6.6

21 Sep 05:37
6cbdabd

Choose a tag to compare

Features

  • Updated MFA form UI for better user experience
  • Integrate MFA form with API to support real-time TOTP and Recovery verification

Refactoring

  • Moved MFA_METHODS to constants

Full Changelog: v2.6.5...v2.6.6

v2.6.5

20 Sep 05:44
993fa14

Choose a tag to compare

Refactor

  • payment: moved payment methods and their types into a dedicated constants module for easier maintenance and reuse.

Docs

  • FAQ: updated payment options information — added details about crypto payments and international card options

Full Changelog: v2.6.4...v2.6.5

v2.6.4

19 Sep 16:29
ef3f0a0

Choose a tag to compare

What's Changed

Full Changelog: v2.6.3...v2.6.4

v2.6.3

19 Sep 16:17
7b83700

Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.6.3

v2.6.2

19 Sep 14:33
f697a17

Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

v2.6.1

19 Sep 11:09
6cd327d

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

19 Sep 09:31
2fd4086

Choose a tag to compare

What's Changed

  • fix: remove horizontal overflow from premium page background by @TeaCoder52
  • fix(payment): update test price to real price by @TeaCoder52

Full Changelog: v2.5.1...v2.6.0

v2.5.1

18 Sep 15:26
21f577d

Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

18 Sep 06:17
c4a1059

Choose a tag to compare

What's Changed

  • refactor: extract queries to hooks and restructure ROUTES by @TeaCoder52
  • feat: protect downloads for premium users and add post-payment page by @TeaCoder52
  • Dev by @TeaCoder52 in #15

Full Changelog: v2.4.2...v2.5.0