Release v2.0.0: Stable Bootstrap 5 admin template

🎉 Major stable release with complete modernization:

• Bootstrap 5.3.6 with Vite build system
• 90% smaller bundle size (79KB vs 779KB)
• Morris.js completely removed, replaced with Chart.js
• jQuery easing errors fixed with proper fallbacks
• Enhanced performance and mobile responsiveness
• Updated navigation and error pages
• Production-ready build optimizations

Breaking changes:
- morisjs.html renamed to chart3.html
- Updated navigation references across all pages
- Removed Morris.js dependencies and CSS

Migration guide available in changelog.md
This commit is contained in:
Aigars Silkalns
2025-06-20 13:22:20 +03:00
parent 16bbd5e9df
commit 59de05c05c
4 changed files with 252 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gentelella",
"version": "2.0-beta2",
"version": "2.0.0",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"scripts": {
"dev": "vite",