You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor webpack configuration and enhance Adminator application
- Updated webpack configuration to improve optimization settings and ensure proper minification.
- Added missing commas in manifest.js and various webpack plugin files for consistency.
- Refactored copyPlugin.js and htmlPlugin.js for better readability.
- Improved CSS and SASS rules for better maintainability.
- Introduced a new Adminator application entry point with enhanced mobile support and modernized features.
- Implemented various components including Sidebar, Chart, and Date Pickers with improved UX.
- Enhanced mobile dropdowns and search functionality for better user experience.
- Added global event listeners for improved responsiveness and interaction.
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
Copy file name to clipboardExpand all lines: README.md
+32-21Lines changed: 32 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Adminator Bootstrap 5 Admin Template v2.8.0
1
+
# Adminator Bootstrap 5 Admin Template v2.8.1
2
2
3
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.8.0)**: Dependency modernization with Webpack 5 native asset modules, updated build tools, and comprehensive security updates ensuring optimal performance and maintainability.
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
6
7
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.
8
8
@@ -25,7 +25,7 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
0 commit comments