We have released SaasAble UI Kit and Dashboard Template V2.0.0. It mainly focused on cleanup, performance, and future readiness. We added CSS Variables for better theming, cleaned up deprecated MUI component props, & code optimization. We’ve also introduced new Authentication system and Dashboard animations and auto system mode with Yarn as the package manager.
What are the reasons behind this release?
Over time, we noticed a few issues coming up repeatedly from developers like UI flickering during renders, deprecated Grid props and a need for auto system mode to match the user’s theme preference. At the same time, React and Next.js were evolving fast, raising expectations around performance, stability, and security. So we came up with the update!!!
This release is driven by:
- Acting on developer feedback
- Framework-level changes in MUI CSS Variable, React and Next.js
- The need for improved theming, performance, and security
What’s improved in the latest version?
Theming and UI Experience
The SaasAble – Multipurpose UI Kit and Dashboard Template now includes smooth animations and interactive component demos. We have improved Config Context, added CSS Variables to make theming easier and to fix dark mode flickering during SSR. Along with this, we cleaned up MUI issues by removing deprecated Grid props, fixing Stack spacing, and correcting slotProps usage for a more stable UI.
Authentication Enhancements
Implemented enhanced authentication system with support for:
- Supabase (Google & Facebook login)
- JWT-based authentication
- Firebase authentication
Components and Plugins
Added Quill Editor plugins to highlight common reusable components. It makes rich text features easier to use and maintain across the project. Also the drawer menu items have been improved for clear visuals which help users to quickly spot available plugins and UI elements for a smooth navigation experience.
Performance and Build Optimization
We added Yarn as the package manager to reduce bundle size and to avoid duplicate dependencies.
Data Fetching and App Stability
Data is now fetched through a single, centralized API call which makes things simple. We integrated loader and error boundary handling so that data is ready before the page renders. It helps in handling issues without breaking the UI.
Security Updates
The project has now been upgraded to React 19.2 and Next.js 16.1. It ensures better performance, stability as well as long term support. As part of this update, all reported security vulnerabilities have been fully resolved (Dec 2025). For awareness, we have also noted details in an article on Critical Security Vulnerability in React Server Components. It explains the issue, impact and how the fix was implemented in detail so that teams stay informed and build more secure projects.
Conclusion
SaasAble UI Kit and Dashboard Template V2.0.0 brings meaningful improvements to both the dashboard and landing pages. It makes the whole kit cleaner, faster and more future ready by addressing developer issues. It provides a more stable, customizable and secure foundation for building modern SaaS products from landing to dashboard.



