Releases: WanderleeDev/ngx-theme-stack
Releases · WanderleeDev/ngx-theme-stack
Release list
Release 3.9.2
3.9.2 (2026-06-30)
Release 3.9.1
Release 3.9.0
Release Notes - v3.9.0 🎨
This release introduces Angular 22 compatibility, a brand-new interactive demo, major documentation restructuring, and optimized AI code assistants integration with updated schematic guidelines.
🚀 Key Features & Enhancements
📐 Angular 22+ Compatibility
- Standardized compatibility for Angular 20, 21, and 22+. Peer dependencies are updated, and documentation badges now reflect the extended version range (
v20+).
⚡ Brand New Interactive Demo
- Launched a new interactive demo hosted on StackBlitz for fast, zero-install testing and playground experimentation: Play on StackBlitz.
🤖 AI Agent Skill & Schematics Updates
- Component Isolation Best Practice: Updated the AI Skill documentation and schematic templates to recommend isolating theme switcher logic (like
ThemeToggleService,ThemeCycleService, etc.) in standalone switcher components rather than injecting them directly into the rootAppComponent. - Change Detection Optimization: Updated component examples and schematic assets to use
ChangeDetectionStrategy.OnPushfor optimal Angular performance. - AI Skill Badge: Added a new badge in the README header linking directly to AI integration guidelines.
📚 Documentation Refactoring
- Streamlined README: Refactored the library's primary
README.mdinto a clean, high-impact landing page, offloading detailed references directly to the Official Documentation Site. - Onboarding & Contribution Guidelines: Added a complete local setup guide, quick development commands table, and git contributing guidelines to both the workspace and library READMEs.
📦 Publishing & CI/CD
- Added support for publishing pre-releases to the
nextnpm tag. - Updated GitHub Actions CI workflow configurations.