Download Latest Version Gentelella v2.1.4 source code.tar.gz (1.3 MB)
Email in envelope

Get an email when there's a new version of gentelella

Home / 2.1.1
Name Modified Size InfoDownloads / Week
Parent folder
Gentelella v2.1.1 source code.tar.gz 2025-09-05 1.3 MB
Gentelella v2.1.1 source code.zip 2025-09-05 1.4 MB
README.md 2025-09-05 4.0 kB
Totals: 3 Items   2.7 MB 0

Gentelella v2.1.1 - Maintenance Release

Summary

This maintenance release focuses on updating all dependencies to their latest versions, fixing chart functionality issues, and enhancing the developer experience. The release ensures all security vulnerabilities are patched while improving widget styling and chart visualizations.

Key Improvements

Dependency Updates

  • All dependencies updated to latest versions for security and performance
  • ECharts upgraded to 6.0.0 (major version) with enhanced features
  • Security patches applied resolving all CVE vulnerabilities
  • Modern toolchain with latest Vite, TypeScript, and ESLint versions

Chart & Widget Enhancements

  • Fixed ECharts page - All charts now display correctly on echarts.html
  • Enhanced widget system - Improved content density with professional styling
  • Chart color consistency - Fixed Device Usage chart to match label colors
  • Interactive functionality - Restored visitors location map and weather icons

Developer Experience

  • Stable development server with auto-restart capability
  • Clean production builds with comprehensive console log removal
  • Enhanced build configuration with better optimization settings
  • Improved debugging with development-only logging

Detailed Changes

Dependency Version Updates

Vite: 7.0.6 → 7.1.4
Bootstrap: 5.3.6 → 5.3.8  
ECharts: 5.6.0 → 6.0.0
Chart.js: 4.4.2 → 4.5.0
jQuery: 3.6.1 → 3.7.1
TypeScript: 5.8.3 → 5.9.2
ESLint: 9.31.0 → 9.34.0
DataTables: 2.3.2 → 2.3.3
Font Awesome: 7.0.0 → 7.0.1
Ruby: 2.6.10 → 3.3.9
Nokogiri: 1.13.10 → 1.18.9

Fixed Functionality

  • ECharts Page: All 12 chart types now display correctly
  • Bar graphs, pie charts, donut charts, scatter plots
  • Line charts, horizontal bars, world map visualization
  • Pyramid sales funnel with improved readability
  • Sonar radar chart for performance metrics
  • Index Dashboard: Restored interactive features
  • Visitors location map with country data
  • Animated weather icons (Skycons)
  • Device usage chart with matching colors
  • Widget Cards: Enhanced content density and styling
  • Additional metrics and growth indicators
  • Professional card design with hover effects
  • Better typography and spacing

Technical Improvements

  • Development Server: Enhanced stability and reliability
  • Fixed frequent crashes and restart issues
  • Added automatic restart capability with dev:watch script
  • Improved file watching and hot module replacement
  • Production Builds: Clean and optimized output
  • Comprehensive console statement removal
  • Enhanced Terser configuration for better minification
  • ES module support with modern JavaScript
  • Code Quality: Updated linting and formatting tools
  • Latest ESLint and Prettier configurations
  • Better error handling and debugging capabilities

Installation

For New Projects

:::bash
git clone https://github.com/puikinsh/gentelella.git
cd gentelella
npm install
npm run dev

For Existing Projects

:::bash
git pull origin master
npm install
npm run build

Security Notes

  • All CVE vulnerabilities resolved with latest dependency versions
  • jQuery upgraded to 3.7.1 - addresses Dependabot security alerts
  • Ruby and Nokogiri updated - resolves all documentation build vulnerabilities
  • Enhanced security headers and proper CSP configuration

Development Commands

:::bash
npm run dev          # Start development server
npm run dev:watch    # Start with auto-restart capability  
npm run build        # Production build
npm run lint:fix     # Fix linting issues
npm run format       # Format code
npm run analyze      # Bundle analysis

Breaking Changes

None - This is a backward-compatible maintenance release.

Source: README.md, updated 2025-09-05