mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
- Add changelog entry for the new Developer Tools panel - Update local-development.mdx with comprehensive documentation for all Developer Tools tabs (Overview, Components, AI Chat, Console, Docs, Dashboard, Support)
2.2 KiB
2.2 KiB
Stack Auth Changelog
4/14/26
Developer Tools
Introduced a new Developer Tools panel that appears automatically on localhost to help debug and test your Stack Auth integration.
- Overview: View current user identity, project info, SDK version, and quickly sign in/out with test users
- Components: Track component versions and get update notifications
- AI Chat: Get AI-powered assistance for debugging your integration
- Console: Monitor API requests and events in real-time
- Docs: Quick access to Stack Auth documentation
- Dashboard: Direct link to your project dashboard
- Support: Submit bug reports and feature requests
Use console commands to control visibility: StackDevTool.enable(), StackDevTool.disable(), StackDevTool.reset()
1/23/26
Payments
Introduced a redesigned payments onboarding flow

1/21/26
Payments
- Payments page updated with new UI changes

- Added a new Payments Settings page with an option to temporarily disable all payments

- Subscription renewal emails are now sent automatically to users
- Past payment invoices are now visible on the Account Settings page

Documentation
- Updated JWT documentation to include
isRestrictedandrestrictedReason
1/19/26
- Updated package dependencies to their newest versions.
12/19/25
- Introduces new changelog and deprecates all older changelogs.
- Date versioning for public view.
Note: All older changelogs are deprecated and have been removed. The source of true is this single changelog file.
Going forward, all changes should be documented in this file only.