stack/CHANGELOG.md
promptless[bot] 1e3bda1435 Document Developer Tools feature
- 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)
2026-04-14 00:49:02 +00:00

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 Payments Onboarding

1/21/26

Payments

  • Payments page updated with new UI changes Create Product
  • Added a new Payments Settings page with an option to temporarily disable all payments Payments Setting
  • Subscription renewal emails are now sent automatically to users
  • Past payment invoices are now visible on the Account Settings page Past Payments Invoices

Documentation

  • Updated JWT documentation to include isRestricted and restrictedReason

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.