Skip to content

Commit 6537031

Browse files
committed
Added documentation and updated dependencies
1 parent dcfa9a8 commit 6537031

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2187
-10435
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.0] - 2025-11-29
9+
10+
### πŸŽ‰ Maintenance Release - All Dependencies Updated
11+
12+
This release brings all dependencies to their latest versions with improved ESLint configuration for ESLint v9.
13+
14+
### πŸ“¦ Updated Production Dependencies
15+
16+
- **Font Awesome** 7.0.1 β†’ **7.1.0** - New icons and improvements
17+
- **Alpine.js** 3.15.0 β†’ **3.15.2** - Bug fixes and enhancements
18+
- **ApexCharts** 5.3.5 β†’ **5.3.6** - Chart rendering improvements
19+
- **Chart.js** 4.5.0 β†’ **4.5.1** - Bug fixes
20+
- **Day.js** 1.11.18 β†’ **1.11.19** - Date utilities update
21+
- **SweetAlert2** 11.23.0 β†’ **11.26.3** - Enhanced notification features
22+
- **Lucide** 0.544.0 β†’ **0.555.0** - More icon options
23+
24+
### πŸ“¦ Updated Development Dependencies
25+
26+
- **Vite** 7.1.7 β†’ **7.2.4** - Build performance improvements
27+
- **Sass** 1.93.2 β†’ **1.94.2** - Latest SCSS compiler
28+
- **ESLint** 9.36.0 β†’ **9.39.1** - Updated linting rules
29+
- **Prettier** 3.6.2 β†’ **3.7.2** - Improved code formatting
30+
- **Autoprefixer** 10.4.20 β†’ **10.4.22** - Better CSS compatibility
31+
- **PostCSS** 8.5.2 β†’ **8.5.6** - CSS processing updates
32+
- **Rimraf** 6.0.1 β†’ **6.1.2** - Cleanup utility update
33+
34+
### ✨ Added
35+
36+
- **ESLint v9 Configuration** - New `eslint.config.js` flat config format replacing deprecated `.eslintrc`
37+
- **@eslint/js** - Added ESLint JavaScript configuration package
38+
39+
### πŸ› Fixed
40+
41+
- **Duplicate Method Error** - Fixed duplicate `changePassword()` method in security component
42+
- **ESLint Configuration** - Migrated to ESLint v9 flat config format
43+
44+
### πŸ”§ Changed
45+
46+
- **Lint Script** - Simplified ESLint command in package.json for ESLint v9 compatibility
47+
- **CLAUDE.md** - Updated dependency versions in documentation
48+
49+
### πŸ”’ Security
50+
51+
- **0 Vulnerabilities** - All dependencies updated with no known security issues
52+
53+
---
54+
855
## [3.1.0] - 2025-09-29
956

1057
### πŸŽ‰ Enhanced Release - Dependency Updates & Optimization

0 commit comments

Comments
Β (0)