adminator-admin-dashboard 2.7.1 → 2.8.0
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 +50 -0
- package/README.md +40 -12
- package/dist/main.js +1771 -2565
- package/dist/main.js.map +1 -1
- package/package.json +22 -34
- 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,55 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.8.0] - 2025-08-11
|
|
4
|
+
|
|
5
|
+
### Dependency Modernization & Security Updates
|
|
6
|
+
|
|
7
|
+
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.
|
|
8
|
+
|
|
9
|
+
### Key Improvements
|
|
10
|
+
|
|
11
|
+
#### Build System Enhancements
|
|
12
|
+
- **Replaced deprecated file-loader with Webpack 5 native asset modules** - Modernized asset handling using Webpack 5's built-in capabilities
|
|
13
|
+
- **Moved @babel/runtime to production dependencies** - Properly configured runtime dependencies for production builds
|
|
14
|
+
- **Fixed all import/export warnings** - Resolved module resolution issues for cleaner builds
|
|
15
|
+
|
|
16
|
+
#### Major Dependency Updates
|
|
17
|
+
- **Upgraded cross-env from v7 to v10** - Latest version with ESM support and TypeScript improvements
|
|
18
|
+
- **Updated all Babel packages to v7.28.0** - Latest stable Babel 7 release
|
|
19
|
+
- **Updated TypeScript to v5.9.2** - Latest TypeScript with improved type checking
|
|
20
|
+
- **Updated Webpack to v5.101.0** - Latest Webpack 5 with performance improvements
|
|
21
|
+
- **Updated ESLint to v9.33.0** - Latest ESLint with new rules and fixes
|
|
22
|
+
|
|
23
|
+
#### Security & Maintenance
|
|
24
|
+
- Updated all FullCalendar components to v6.1.19
|
|
25
|
+
- Updated all development dependencies to latest stable versions
|
|
26
|
+
- Removed non-existent test.html reference from build configuration
|
|
27
|
+
- Fixed stylelint configuration compatibility issues
|
|
28
|
+
|
|
29
|
+
### Technical Details
|
|
30
|
+
|
|
31
|
+
**Removed Deprecated Packages:**
|
|
32
|
+
- `file-loader` - Replaced with Webpack 5 asset/resource modules
|
|
33
|
+
|
|
34
|
+
**Updated Dependencies:**
|
|
35
|
+
- @babel/core: 7.27.4 → 7.28.0
|
|
36
|
+
- @babel/runtime: 7.27.6 → 7.28.2 (moved to production dependencies)
|
|
37
|
+
- @eslint/js: 9.29.0 → 9.33.0
|
|
38
|
+
- @typescript-eslint/eslint-plugin: 8.36.0 → 8.39.0
|
|
39
|
+
- @typescript-eslint/parser: 8.36.0 → 8.39.0
|
|
40
|
+
- @fullcalendar/*: 6.1.17 → 6.1.19 (all packages)
|
|
41
|
+
- cross-env: 7.0.3 → 10.0.0
|
|
42
|
+
- eslint: 9.29.0 → 9.33.0
|
|
43
|
+
- typescript: 5.8.3 → 5.9.2
|
|
44
|
+
- webpack: 5.99.9 → 5.101.0
|
|
45
|
+
- And various other minor updates
|
|
46
|
+
|
|
47
|
+
### Build Status
|
|
48
|
+
- Zero build errors
|
|
49
|
+
- Zero build warnings
|
|
50
|
+
- All linting rules pass successfully
|
|
51
|
+
- Production build size remains optimized
|
|
52
|
+
|
|
3
53
|
## [2.7.1] - 2025-07-10
|
|
4
54
|
|
|
5
55
|
### Bug Fixes & Improvements
|
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# Adminator Bootstrap 5 Admin Template v2.
|
|
1
|
+
# Adminator Bootstrap 5 Admin Template v2.8.0
|
|
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.0)**: Dependency modernization with Webpack 5 native asset modules, updated build tools, and comprehensive security updates 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
|
|
|
@@ -35,6 +37,22 @@ 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.0
|
|
41
|
+
|
|
42
|
+
### Dependency Modernization & Build System Enhancements
|
|
43
|
+
- **Webpack 5 Native Asset Modules**: Replaced deprecated file-loader with modern Webpack 5 asset handling
|
|
44
|
+
- **Updated Build Tools**: All build dependencies updated to latest stable versions
|
|
45
|
+
- **Cross-env v10**: Upgraded to latest version with ESM support and TypeScript improvements
|
|
46
|
+
- **Zero Build Warnings**: Fixed all import/export issues for cleaner builds
|
|
47
|
+
- **Security Updates**: Comprehensive dependency updates addressing all known vulnerabilities
|
|
48
|
+
|
|
49
|
+
### Technical Improvements
|
|
50
|
+
- Moved @babel/runtime to production dependencies for proper runtime support
|
|
51
|
+
- Updated TypeScript to v5.9.2 for enhanced type checking
|
|
52
|
+
- Updated ESLint to v9.33.0 with latest rules and fixes
|
|
53
|
+
- All FullCalendar components updated to v6.1.19
|
|
54
|
+
- Webpack updated to v5.101.0 with performance improvements
|
|
55
|
+
|
|
38
56
|
## What's New in v2.7.1
|
|
39
57
|
|
|
40
58
|
**jQuery-Free Release** - Complete removal of jQuery dependency with modern vanilla JavaScript:
|
|
@@ -388,15 +406,16 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
|
388
406
|
|
|
389
407
|
📚 **[Online Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** includes comprehensive guides for all features.
|
|
390
408
|
|
|
391
|
-
#### Latest Release: V 2.
|
|
392
|
-
- **
|
|
393
|
-
- **
|
|
394
|
-
- **
|
|
395
|
-
- **
|
|
396
|
-
- **
|
|
397
|
-
- **
|
|
409
|
+
#### Latest Release: V 2.8.0 (2025-08-11)
|
|
410
|
+
- **Webpack 5 Asset Modules** - Replaced deprecated file-loader with native Webpack 5 capabilities
|
|
411
|
+
- **Dependency Modernization** - Updated all build tools and dependencies to latest stable versions
|
|
412
|
+
- **Zero Build Warnings** - Fixed all import/export issues for cleaner production builds
|
|
413
|
+
- **Security Updates** - Comprehensive dependency updates addressing all known vulnerabilities
|
|
414
|
+
- **Cross-env v10** - Upgraded to latest version with ESM support
|
|
415
|
+
- **TypeScript 5.9.2** - Latest TypeScript with enhanced type checking
|
|
398
416
|
|
|
399
|
-
#### Previous Releases
|
|
417
|
+
#### Previous Releases
|
|
418
|
+
- **V 2.7.1**: 100% jQuery-Free with modern vanilla JavaScript
|
|
400
419
|
- **V 2.6.0**: Complete Dark Mode System with theme switching
|
|
401
420
|
- **V 2.5.0**: Updated all dependencies, ESLint 9.x, zero vulnerabilities
|
|
402
421
|
- **V 2.1.0**: Upgraded all dependencies
|
|
@@ -407,7 +426,16 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
|
|
|
407
426
|
## Authors
|
|
408
427
|
[Colorlib](https://colorlib.com)
|
|
409
428
|
|
|
410
|
-
## More
|
|
429
|
+
## Looking for More Admin Templates?
|
|
430
|
+
|
|
431
|
+
**Visit [DashboardPack.com](https://dashboardpack.com/)** - Your premier destination for high-quality admin dashboard templates:
|
|
432
|
+
- Premium and free admin templates for all major frameworks
|
|
433
|
+
- React, Vue, Angular, Bootstrap, and vanilla JavaScript templates
|
|
434
|
+
- Modern designs with dark mode support
|
|
435
|
+
- Comprehensive documentation and support
|
|
436
|
+
- Regular updates and new releases
|
|
437
|
+
|
|
438
|
+
## More Resources from Colorlib
|
|
411
439
|
- [Bootstrap Dashboards](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/)
|
|
412
440
|
- [Bootstrap Templates](https://colorlib.com/wp/free-bootstrap-templates/)
|
|
413
441
|
- [HTML Templates](https://colorlib.com/wp/free-html-website-templates/)
|