Releases: teacoder-team/frontend
v2.7.0
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
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
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
v2.6.3
What's Changed
- feat(payment): crypto checkout activated by @TeaCoder52 in #20
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- feat(payment): enable SBP payment method by @TeaCoder52 in #19
Full Changelog: v2.6.1...v2.6.2
v2.6.1
What's Changed
- fix: update BANK_CARD payment description by @TeaCoder52 in #18
Full Changelog: v2.6.0...v2.6.1
v2.6.0
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
v2.5.0
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