adminator-admin-dashboard 2.7.1 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +116 -0
- package/CLAUDE.md +5 -5
- package/README.md +63 -24
- package/dist/main.js +1779 -2571
- package/dist/main.js.map +1 -1
- package/package.json +28 -36
- package/src/assets/scripts/app 2.js +645 -0
- package/src/assets/scripts/app.js +3 -3
- package/src/assets/scripts/utils/theme.js +4 -2
- package/src/assets/scripts/vectorMaps/index.js +5 -5
- package/dist/55b07f26c86c8e3d3754.svg +0 -1
- package/dist/9fad440d8ee7a949a9a9.svg +0 -1
- package/dist/test.html +0 -91
- package/src/assets/scripts/app.ts +0 -757
- package/src/assets/scripts/components/Chart.ts +0 -1350
- package/src/assets/scripts/components/Sidebar.ts +0 -388
- package/src/assets/scripts/datatable/index.ts +0 -707
- package/src/assets/scripts/datepicker/index.ts +0 -699
- package/src/assets/scripts/ui/index.ts +0 -740
- package/src/assets/scripts/utils/date.ts +0 -363
- package/src/assets/scripts/utils/dom.ts +0 -513
- package/src/assets/scripts/utils/theme.ts +0 -313
- package/src/assets/scripts/vectorMaps/index.ts +0 -542
- package/src/test.html +0 -96
- package/src/types/index.ts +0 -236
- /package/dist/assets/{c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg → fontawesome-webfont.svg} +0 -0
- /package/dist/assets/{f0fc8c798eac5636249c4ea287832422.svg → themify.svg} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,121 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.8.1] - 2025-09-03
|
|
4
|
+
|
|
5
|
+
### Latest Dependency Updates & Security Enhancements
|
|
6
|
+
|
|
7
|
+
This release brings all dependencies up to their latest stable versions, focusing on Bootstrap 5.3.8 upgrade, enhanced security, and improved development tooling for optimal performance and maintainability.
|
|
8
|
+
|
|
9
|
+
### Key Improvements
|
|
10
|
+
|
|
11
|
+
#### Framework & Core Updates
|
|
12
|
+
- **Bootstrap 5.3.8** - Updated from 5.3.7 with latest bug fixes and improvements
|
|
13
|
+
- **Webpack 5.101.3** - Latest Webpack with enhanced performance optimizations
|
|
14
|
+
- **ESLint 9.34.0** - Updated to latest ESLint with modern flat configuration support
|
|
15
|
+
- **Sass 1.92.0** - Latest Sass compiler with improved performance and features
|
|
16
|
+
- **Day.js 1.11.18** - Updated lightweight date manipulation library
|
|
17
|
+
|
|
18
|
+
#### Development & Build Tools
|
|
19
|
+
- **TypeScript ESLint Support** - Added TypeScript 5.9.2 and @typescript-eslint packages for enhanced code quality
|
|
20
|
+
- **Modern ESLint Configuration** - Created comprehensive tsconfig.json for TypeScript ESLint integration
|
|
21
|
+
- **Zero JavaScript Linting Errors** - Fixed all ESLint issues in webpack configuration files
|
|
22
|
+
- **Enhanced Development Experience** - Improved hot module replacement and build performance
|
|
23
|
+
|
|
24
|
+
#### Security & Quality
|
|
25
|
+
- **Zero Security Vulnerabilities** - All dependencies updated with comprehensive security audit
|
|
26
|
+
- **jsvectormap 1.7.0** - Updated vector map library with latest features and improvements
|
|
27
|
+
- **Build System Optimization** - Improved webpack configuration with proper trailing commas and code style
|
|
28
|
+
- **Development Server Enhancements** - Stable development server with hot reload functionality
|
|
29
|
+
|
|
30
|
+
### Technical Details
|
|
31
|
+
|
|
32
|
+
**Major Dependencies Updated:**
|
|
33
|
+
- bootstrap: 5.3.7 → 5.3.8
|
|
34
|
+
- webpack: 5.101.0 → 5.101.3
|
|
35
|
+
- eslint: 9.33.0 → 9.34.0
|
|
36
|
+
- sass: 1.90.0 → 1.92.0
|
|
37
|
+
- dayjs: 1.11.13 → 1.11.18
|
|
38
|
+
- jsvectormap: 1.6.0 → 1.7.0
|
|
39
|
+
- @eslint/js: 9.33.0 → 9.34.0
|
|
40
|
+
|
|
41
|
+
**Build Tools Updated:**
|
|
42
|
+
- @babel/core: 7.28.0 → 7.28.3
|
|
43
|
+
- @babel/runtime: 7.28.2 → 7.28.3
|
|
44
|
+
- copy-webpack-plugin: 13.0.0 → 13.0.1
|
|
45
|
+
- html-webpack-plugin: 5.6.3 → 5.6.4
|
|
46
|
+
- mini-css-extract-plugin: 2.9.3 → 2.9.4
|
|
47
|
+
- postcss-loader: 8.1.1 → 8.2.0
|
|
48
|
+
- postcss-preset-env: 10.2.4 → 10.3.1
|
|
49
|
+
|
|
50
|
+
**New Additions:**
|
|
51
|
+
- @typescript-eslint/parser: 8.42.0 - TypeScript ESLint parser support
|
|
52
|
+
- @typescript-eslint/eslint-plugin: 8.42.0 - TypeScript ESLint rules
|
|
53
|
+
- typescript: 5.9.2 - TypeScript compiler for enhanced development
|
|
54
|
+
|
|
55
|
+
### Build Status
|
|
56
|
+
- Zero build errors
|
|
57
|
+
- Zero build warnings
|
|
58
|
+
- Zero security vulnerabilities
|
|
59
|
+
- JavaScript linting: 0 errors, 0 warnings
|
|
60
|
+
- Development server: Running successfully
|
|
61
|
+
- Hot module replacement: Functional
|
|
62
|
+
|
|
63
|
+
### Compatibility
|
|
64
|
+
- Node.js 14+ (tested with latest versions)
|
|
65
|
+
- All modern browsers supported
|
|
66
|
+
- Mobile-responsive functionality maintained
|
|
67
|
+
- Dark mode functionality preserved
|
|
68
|
+
|
|
69
|
+
## [2.8.0] - 2025-08-11
|
|
70
|
+
|
|
71
|
+
### Dependency Modernization & Security Updates
|
|
72
|
+
|
|
73
|
+
This release focuses on modernizing the build system, updating dependencies to their latest stable versions, and removing deprecated packages to ensure better security and performance.
|
|
74
|
+
|
|
75
|
+
### Key Improvements
|
|
76
|
+
|
|
77
|
+
#### Build System Enhancements
|
|
78
|
+
- **Replaced deprecated file-loader with Webpack 5 native asset modules** - Modernized asset handling using Webpack 5's built-in capabilities
|
|
79
|
+
- **Moved @babel/runtime to production dependencies** - Properly configured runtime dependencies for production builds
|
|
80
|
+
- **Fixed all import/export warnings** - Resolved module resolution issues for cleaner builds
|
|
81
|
+
|
|
82
|
+
#### Major Dependency Updates
|
|
83
|
+
- **Upgraded cross-env from v7 to v10** - Latest version with ESM support and TypeScript improvements
|
|
84
|
+
- **Updated all Babel packages to v7.28.0** - Latest stable Babel 7 release
|
|
85
|
+
- **Updated TypeScript to v5.9.2** - Latest TypeScript with improved type checking
|
|
86
|
+
- **Updated Webpack to v5.101.0** - Latest Webpack 5 with performance improvements
|
|
87
|
+
- **Updated ESLint to v9.33.0** - Latest ESLint with new rules and fixes
|
|
88
|
+
|
|
89
|
+
#### Security & Maintenance
|
|
90
|
+
- Updated all FullCalendar components to v6.1.19
|
|
91
|
+
- Updated all development dependencies to latest stable versions
|
|
92
|
+
- Removed non-existent test.html reference from build configuration
|
|
93
|
+
- Fixed stylelint configuration compatibility issues
|
|
94
|
+
|
|
95
|
+
### Technical Details
|
|
96
|
+
|
|
97
|
+
**Removed Deprecated Packages:**
|
|
98
|
+
- `file-loader` - Replaced with Webpack 5 asset/resource modules
|
|
99
|
+
|
|
100
|
+
**Updated Dependencies:**
|
|
101
|
+
- @babel/core: 7.27.4 → 7.28.0
|
|
102
|
+
- @babel/runtime: 7.27.6 → 7.28.2 (moved to production dependencies)
|
|
103
|
+
- @eslint/js: 9.29.0 → 9.33.0
|
|
104
|
+
- @typescript-eslint/eslint-plugin: 8.36.0 → 8.39.0
|
|
105
|
+
- @typescript-eslint/parser: 8.36.0 → 8.39.0
|
|
106
|
+
- @fullcalendar/*: 6.1.17 → 6.1.19 (all packages)
|
|
107
|
+
- cross-env: 7.0.3 → 10.0.0
|
|
108
|
+
- eslint: 9.29.0 → 9.33.0
|
|
109
|
+
- typescript: 5.8.3 → 5.9.2
|
|
110
|
+
- webpack: 5.99.9 → 5.101.0
|
|
111
|
+
- And various other minor updates
|
|
112
|
+
|
|
113
|
+
### Build Status
|
|
114
|
+
- Zero build errors
|
|
115
|
+
- Zero build warnings
|
|
116
|
+
- All linting rules pass successfully
|
|
117
|
+
- Production build size remains optimized
|
|
118
|
+
|
|
3
119
|
## [2.7.1] - 2025-07-10
|
|
4
120
|
|
|
5
121
|
### Bug Fixes & Improvements
|
package/CLAUDE.md
CHANGED
|
@@ -23,9 +23,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
|
|
23
23
|
## Project Architecture
|
|
24
24
|
|
|
25
25
|
### Technology Stack
|
|
26
|
-
- **Build System**: Webpack 5.
|
|
26
|
+
- **Build System**: Webpack 5.101.3 with modern configuration
|
|
27
27
|
- **JavaScript**: ES6+ with Babel transpilation, ESLint 9.x flat config
|
|
28
|
-
- **CSS**: Sass/SCSS with PostCSS processing, Bootstrap 5.3.
|
|
28
|
+
- **CSS**: Sass/SCSS with PostCSS processing, Bootstrap 5.3.8
|
|
29
29
|
- **Frontend Framework**: **100% jQuery-free** vanilla JavaScript with modern class-based architecture
|
|
30
30
|
- **Theme System**: CSS variables-based dark/light mode system
|
|
31
31
|
|
|
@@ -137,10 +137,10 @@ src/
|
|
|
137
137
|
5. Preview production build with `npm run preview`
|
|
138
138
|
|
|
139
139
|
### Key Dependencies
|
|
140
|
-
- **Bootstrap 5.3.
|
|
140
|
+
- **Bootstrap 5.3.8**: UI framework and CSS components (JS components replaced with vanilla alternatives)
|
|
141
141
|
- **Chart.js 4.5.0**: Interactive charts with theme support (replaces jQuery Sparkline)
|
|
142
142
|
- **FullCalendar 6.1.17**: Calendar component with dark mode
|
|
143
|
-
- **Day.js 1.11.
|
|
143
|
+
- **Day.js 1.11.18**: Lightweight date manipulation
|
|
144
144
|
- **Perfect Scrollbar 1.5.6**: Custom scrollbar implementation
|
|
145
145
|
- **Masonry Layout 4.2.2**: Grid layouts (vanilla JS compatible)
|
|
146
146
|
|
|
@@ -151,7 +151,7 @@ src/
|
|
|
151
151
|
- ❌ `bootstrap-datepicker` (1.10.0) - Replaced with HTML5 date inputs + vanilla JS
|
|
152
152
|
- ❌ `datatables` (1.10.18) - Replaced with vanilla JS table component
|
|
153
153
|
- ❌ `easy-pie-chart` (2.1.7) - Replaced with vanilla JS SVG pie charts
|
|
154
|
-
- ❌ `jvectormap` (2.0.4) - Replaced with vanilla JS SVG world map
|
|
154
|
+
- ❌ `jvectormap` (2.0.4) - Replaced with jsvectormap 1.7.0 vanilla JS SVG world map
|
|
155
155
|
|
|
156
156
|
### Modern Vanilla JS Implementations
|
|
157
157
|
- **Sparkline Charts**: Chart.js-based mini charts with theme support
|
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# Adminator Bootstrap 5 Admin Template v2.
|
|
1
|
+
# Adminator Bootstrap 5 Admin Template v2.8.1
|
|
2
2
|
|
|
3
|
-
**Adminator** is a responsive Bootstrap 5 Admin Template built with modern development tools. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets.
|
|
3
|
+
**Adminator** is a responsive Bootstrap 5 Admin Template built with modern development tools. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets.
|
|
4
4
|
|
|
5
|
-
**Latest Update (v2.
|
|
5
|
+
**Latest Update (v2.8.1)**: Latest dependency updates including Bootstrap 5.3.8, comprehensive security updates, and modern tooling improvements ensuring optimal performance and maintainability.
|
|
6
|
+
|
|
7
|
+
**Looking for more premium admin templates?** Visit **[DashboardPack.com](https://dashboardpack.com/)** for a curated collection of high-quality admin dashboard templates for various frameworks and technologies.
|
|
6
8
|
|
|
7
9
|
**Performance Benefits**: Faster load times, smaller bundle size, modern ES6+ code, and zero jQuery overhead.
|
|
8
10
|
|
|
@@ -23,7 +25,7 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
|
|
|
23
25
|
### Demo Site: [Here](https://colorlib.com/polygon/adminator/index.html)
|
|
24
26
|
|
|
25
27
|
## TOC
|
|
26
|
-
- [What's New in v2.
|
|
28
|
+
- [What's New in v2.8.1](#whats-new-in-v281)
|
|
27
29
|
- [Getting Started](#getting-started)
|
|
28
30
|
- [Prerequisites](#prerequisites)
|
|
29
31
|
- [Installing & Local Development](#installing--local-development)
|
|
@@ -35,6 +37,32 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
|
|
|
35
37
|
- [Authors](#authors)
|
|
36
38
|
- [License](#license)
|
|
37
39
|
|
|
40
|
+
## What's New in v2.8.1
|
|
41
|
+
|
|
42
|
+
### Latest Dependency Updates & Security Enhancements
|
|
43
|
+
- **Bootstrap 5.3.8**: Updated to latest Bootstrap version with bug fixes and improvements
|
|
44
|
+
- **Comprehensive Dependency Updates**: All dependencies updated to their latest stable versions
|
|
45
|
+
- **Enhanced ESLint Configuration**: Modern TypeScript ESLint support with zero linting errors
|
|
46
|
+
- **Security Updates**: All dependencies updated with zero vulnerabilities
|
|
47
|
+
- **Improved Build Performance**: Latest Webpack 5.101.3 with optimized build pipeline
|
|
48
|
+
- **Modern Tooling**: Updated Sass 1.92.0, Day.js 1.11.18, and enhanced development tools
|
|
49
|
+
|
|
50
|
+
### Previous Updates (v2.8.0)
|
|
51
|
+
|
|
52
|
+
### Dependency Modernization & Build System Enhancements
|
|
53
|
+
- **Webpack 5 Native Asset Modules**: Replaced deprecated file-loader with modern Webpack 5 asset handling
|
|
54
|
+
- **Updated Build Tools**: All build dependencies updated to latest stable versions
|
|
55
|
+
- **Cross-env v10**: Upgraded to latest version with ESM support and TypeScript improvements
|
|
56
|
+
- **Zero Build Warnings**: Fixed all import/export issues for cleaner builds
|
|
57
|
+
- **Security Updates**: Comprehensive dependency updates addressing all known vulnerabilities
|
|
58
|
+
|
|
59
|
+
### Technical Improvements
|
|
60
|
+
- Moved @babel/runtime to production dependencies for proper runtime support
|
|
61
|
+
- Updated TypeScript to v5.9.2 for enhanced type checking
|
|
62
|
+
- Updated ESLint to v9.33.0 with latest rules and fixes
|
|
63
|
+
- All FullCalendar components updated to v6.1.19
|
|
64
|
+
- Webpack updated to v5.101.0 with performance improvements
|
|
65
|
+
|
|
38
66
|
## What's New in v2.7.1
|
|
39
67
|
|
|
40
68
|
**jQuery-Free Release** - Complete removal of jQuery dependency with modern vanilla JavaScript:
|
|
@@ -102,7 +130,7 @@ yarn add adminator-admin-dashboard
|
|
|
102
130
|
|
|
103
131
|
**Package Information:**
|
|
104
132
|
- **Package Name**: `adminator-admin-dashboard`
|
|
105
|
-
- **Version**: 2.
|
|
133
|
+
- **Version**: 2.8.1 (Latest dependencies)
|
|
106
134
|
- **Size**: 5.7 MB (includes source + built assets)
|
|
107
135
|
- **Registry**: https://www.npmjs.com/package/adminator-admin-dashboard
|
|
108
136
|
|
|
@@ -349,26 +377,26 @@ The built files will be available in the `dist/` directory.
|
|
|
349
377
|
## Built With
|
|
350
378
|
|
|
351
379
|
### Core Framework & Build Tools
|
|
352
|
-
- [Bootstrap 5.3.
|
|
353
|
-
- [Webpack 5.
|
|
354
|
-
- [Babel 7.
|
|
355
|
-
- [Sass 1.
|
|
380
|
+
- [Bootstrap 5.3.8](http://getbootstrap.com/) - Modern CSS framework
|
|
381
|
+
- [Webpack 5.101.3](https://webpack.js.org/) - Module bundler and build tool
|
|
382
|
+
- [Babel 7.28.x](https://babeljs.io/) - JavaScript transpiler
|
|
383
|
+
- [Sass 1.92.0](http://sass-lang.com/) - CSS preprocessor
|
|
356
384
|
- [PostCSS 8.5.6](http://postcss.org/) - CSS transformations
|
|
357
|
-
- [ESLint 9.
|
|
358
|
-
- [Stylelint 16.
|
|
385
|
+
- [ESLint 9.34.0](https://eslint.org/) - JavaScript linting (flat config)
|
|
386
|
+
- [Stylelint 16.23.1](https://stylelint.io/) - CSS/SCSS linting
|
|
359
387
|
|
|
360
388
|
### UI Components & Charts
|
|
361
389
|
- [Chart.js 4.5.0](http://www.chartjs.org/) - Modern charting library
|
|
362
|
-
- [FullCalendar 6.1.
|
|
390
|
+
- [FullCalendar 6.1.19](https://fullcalendar.io/) - Interactive calendar
|
|
363
391
|
- [DataTables](https://datatables.net/) - Advanced table functionality
|
|
364
392
|
- [Easy Pie Chart](http://rendro.github.io/easy-pie-chart/) - Animated pie charts
|
|
365
393
|
- [Perfect Scrollbar 1.5.6](https://github.com/utatti/perfect-scrollbar) - Custom scrollbars
|
|
366
394
|
|
|
367
395
|
### JavaScript Libraries
|
|
368
396
|
- **[Chart.js 4.5.0](http://www.chartjs.org/)** - Modern charting library (replaces jQuery Sparkline)
|
|
369
|
-
- **[jsvectormap 1.
|
|
397
|
+
- **[jsvectormap 1.7.0](https://github.com/themustafaomar/jsvectormap)** - Interactive vector maps (replaces jVectorMap)
|
|
370
398
|
- [Lodash 4.17.21](https://lodash.com/) - Utility library
|
|
371
|
-
- [Day.js 1.11.
|
|
399
|
+
- [Day.js 1.11.18](https://day.js.org/) - Modern 2KB date library (replaces Moment.js)
|
|
372
400
|
- [Masonry 4.2.2](https://masonry.desandro.com/) - Grid layouts
|
|
373
401
|
- **100% Vanilla JavaScript** - No jQuery dependency
|
|
374
402
|
|
|
@@ -388,15 +416,17 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
|
388
416
|
|
|
389
417
|
📚 **[Online Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** includes comprehensive guides for all features.
|
|
390
418
|
|
|
391
|
-
#### Latest Release: V 2.
|
|
392
|
-
- **
|
|
393
|
-
- **
|
|
394
|
-
- **
|
|
395
|
-
- **
|
|
396
|
-
- **
|
|
397
|
-
- **
|
|
398
|
-
|
|
399
|
-
#### Previous Releases
|
|
419
|
+
#### Latest Release: V 2.8.1 (2025-09-03)
|
|
420
|
+
- **Bootstrap 5.3.8** - Updated to latest Bootstrap version with bug fixes and improvements
|
|
421
|
+
- **Comprehensive Dependency Updates** - All dependencies updated to their latest stable versions
|
|
422
|
+
- **Enhanced ESLint Configuration** - Modern TypeScript ESLint support with zero linting errors
|
|
423
|
+
- **Security Updates** - All dependencies updated with zero vulnerabilities
|
|
424
|
+
- **Improved Build Performance** - Latest Webpack 5.101.3 with optimized build pipeline
|
|
425
|
+
- **Modern Tooling** - Updated Sass 1.92.0, Day.js 1.11.18, and enhanced development tools
|
|
426
|
+
|
|
427
|
+
#### Previous Releases
|
|
428
|
+
- **V 2.8.0**: Webpack 5 asset modules and dependency modernization
|
|
429
|
+
- **V 2.7.1**: 100% jQuery-Free with modern vanilla JavaScript
|
|
400
430
|
- **V 2.6.0**: Complete Dark Mode System with theme switching
|
|
401
431
|
- **V 2.5.0**: Updated all dependencies, ESLint 9.x, zero vulnerabilities
|
|
402
432
|
- **V 2.1.0**: Upgraded all dependencies
|
|
@@ -407,7 +437,16 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
|
407
437
|
## Authors
|
|
408
438
|
[Colorlib](https://colorlib.com)
|
|
409
439
|
|
|
410
|
-
## More
|
|
440
|
+
## Looking for More Admin Templates?
|
|
441
|
+
|
|
442
|
+
**Visit [DashboardPack.com](https://dashboardpack.com/)** - Your premier destination for high-quality admin dashboard templates:
|
|
443
|
+
- Premium and free admin templates for all major frameworks
|
|
444
|
+
- React, Vue, Angular, Bootstrap, and vanilla JavaScript templates
|
|
445
|
+
- Modern designs with dark mode support
|
|
446
|
+
- Comprehensive documentation and support
|
|
447
|
+
- Regular updates and new releases
|
|
448
|
+
|
|
449
|
+
## More Resources from Colorlib
|
|
411
450
|
- [Bootstrap Dashboards](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/)
|
|
412
451
|
- [Bootstrap Templates](https://colorlib.com/wp/free-bootstrap-templates/)
|
|
413
452
|
- [HTML Templates](https://colorlib.com/wp/free-html-website-templates/)
|