adminator-admin-dashboard 2.8.1 → 4.1.5

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.
Files changed (179) hide show
  1. package/CHANGELOG.md +499 -0
  2. package/CLAUDE.md +126 -154
  3. package/README.md +321 -370
  4. package/dist/2026.js +8751 -0
  5. package/dist/2026.js.map +1 -0
  6. package/dist/404.html +36 -16
  7. package/dist/500.html +36 -16
  8. package/dist/assets/static/images/logo.svg +3 -3
  9. package/dist/basic-table.html +152 -699
  10. package/dist/blank.html +42 -507
  11. package/dist/buttons.html +152 -448
  12. package/dist/calendar.html +246 -658
  13. package/dist/charts.html +124 -658
  14. package/dist/chat.html +209 -706
  15. package/dist/compose.html +141 -618
  16. package/dist/datatable.html +467 -991
  17. package/dist/email.html +430 -943
  18. package/dist/forms.html +208 -733
  19. package/dist/google-maps.html +123 -513
  20. package/dist/index.html +436 -1041
  21. package/dist/runtime.js +1299 -0
  22. package/dist/runtime.js.map +1 -0
  23. package/dist/signin.html +92 -92
  24. package/dist/signup.html +106 -91
  25. package/dist/ui.html +268 -897
  26. package/dist/vector-maps.html +132 -511
  27. package/dist/vendor-chartjs.js +14593 -0
  28. package/dist/vendor-chartjs.js.map +1 -0
  29. package/dist/vendor-fullcalendar.js +14793 -0
  30. package/dist/vendor-fullcalendar.js.map +1 -0
  31. package/dist/vendors.js +3758 -0
  32. package/dist/vendors.js.map +1 -0
  33. package/package.json +50 -52
  34. package/src/404.html +35 -15
  35. package/src/500.html +35 -15
  36. package/src/assets/scripts/2026/Shell.js +312 -0
  37. package/src/assets/scripts/2026/calendar.js +123 -0
  38. package/src/assets/scripts/2026/charts.js +259 -0
  39. package/src/assets/scripts/2026/index.js +35 -0
  40. package/src/assets/scripts/2026/init.js +207 -0
  41. package/src/assets/scripts/2026/maps.js +78 -0
  42. package/src/assets/scripts/2026/palette.js +266 -0
  43. package/src/assets/static/images/logo.svg +3 -3
  44. package/src/assets/styles/2026/_animations.scss +14 -0
  45. package/src/assets/styles/2026/_auth.scss +215 -0
  46. package/src/assets/styles/2026/_base.scss +37 -0
  47. package/src/assets/styles/2026/_calendar.scss +380 -0
  48. package/src/assets/styles/2026/_charts.scss +44 -0
  49. package/src/assets/styles/2026/_chat.scss +350 -0
  50. package/src/assets/styles/2026/_components.scss +140 -0
  51. package/src/assets/styles/2026/_dashboard.scss +520 -0
  52. package/src/assets/styles/2026/_data.scss +130 -0
  53. package/src/assets/styles/2026/_dropdowns.scss +128 -0
  54. package/src/assets/styles/2026/_email.scss +599 -0
  55. package/src/assets/styles/2026/_error.scss +98 -0
  56. package/src/assets/styles/2026/_forms.scss +215 -0
  57. package/src/assets/styles/2026/_fullcalendar.scss +134 -0
  58. package/src/assets/styles/2026/_palette.scss +173 -0
  59. package/src/assets/styles/2026/_responsive.scss +229 -0
  60. package/src/assets/styles/2026/_shell.scss +290 -0
  61. package/src/assets/styles/2026/_tokens.scss +80 -0
  62. package/src/assets/styles/2026/_ui.scss +365 -0
  63. package/src/assets/styles/2026/index.scss +23 -0
  64. package/src/basic-table.html +153 -710
  65. package/src/blank.html +42 -517
  66. package/src/buttons.html +152 -458
  67. package/src/calendar.html +246 -668
  68. package/src/charts.html +124 -668
  69. package/src/chat.html +209 -716
  70. package/src/compose.html +142 -629
  71. package/src/datatable.html +466 -1000
  72. package/src/email.html +429 -952
  73. package/src/forms.html +207 -742
  74. package/src/google-maps.html +128 -523
  75. package/src/index.html +438 -1050
  76. package/src/signin.html +92 -92
  77. package/src/signup.html +106 -91
  78. package/src/ui.html +267 -906
  79. package/src/vector-maps.html +133 -522
  80. package/dist/1e59d2330b4c6deb84b3.ttf +0 -0
  81. package/dist/20fd1704ea223900efa9.woff2 +0 -0
  82. package/dist/29b39089170885ae2967.woff +0 -0
  83. package/dist/8b43027f47b20503057d.eot +0 -0
  84. package/dist/9bad94440d49256265a5.eot +0 -0
  85. package/dist/assets/fontawesome-webfont.svg +0 -2671
  86. package/dist/assets/themify.svg +0 -362
  87. package/dist/eda8b94308c6f538f04a.ttf +0 -0
  88. package/dist/f691f37e57f04c152e23.woff +0 -0
  89. package/dist/main.js +0 -61323
  90. package/dist/main.js.map +0 -1
  91. package/src/assets/scripts/app 2.js +0 -645
  92. package/src/assets/scripts/app.js +0 -645
  93. package/src/assets/scripts/charts/chartJS/index.js +0 -148
  94. package/src/assets/scripts/charts/easyPieChart/index.js +0 -200
  95. package/src/assets/scripts/charts/index.js +0 -3
  96. package/src/assets/scripts/charts/sparkline/index.js +0 -208
  97. package/src/assets/scripts/chat/index.js +0 -11
  98. package/src/assets/scripts/components/Chart.js +0 -1390
  99. package/src/assets/scripts/components/Sidebar.js +0 -241
  100. package/src/assets/scripts/constants/colors.js +0 -274
  101. package/src/assets/scripts/datatable/index.js +0 -379
  102. package/src/assets/scripts/datepicker/index.js +0 -302
  103. package/src/assets/scripts/email/index.js +0 -25
  104. package/src/assets/scripts/fullcalendar/index.js +0 -86
  105. package/src/assets/scripts/googleMaps/index.js +0 -93
  106. package/src/assets/scripts/index.js +0 -18
  107. package/src/assets/scripts/masonry/index.js +0 -14
  108. package/src/assets/scripts/popover/index.js +0 -109
  109. package/src/assets/scripts/scrollbar/index.js +0 -10
  110. package/src/assets/scripts/search/index.js +0 -15
  111. package/src/assets/scripts/sidebar/index.js +0 -140
  112. package/src/assets/scripts/skycons/index.js +0 -52
  113. package/src/assets/scripts/ui/index.js +0 -412
  114. package/src/assets/scripts/utils/date.js +0 -242
  115. package/src/assets/scripts/utils/dom.js +0 -349
  116. package/src/assets/scripts/utils/index.js +0 -45
  117. package/src/assets/scripts/utils/theme.js +0 -107
  118. package/src/assets/scripts/vectorMaps/index.js +0 -277
  119. package/src/assets/styles/index.scss +0 -801
  120. package/src/assets/styles/spec/components/easyPieChart.scss +0 -11
  121. package/src/assets/styles/spec/components/footer.scss +0 -4
  122. package/src/assets/styles/spec/components/forms.scss +0 -288
  123. package/src/assets/styles/spec/components/index.scss +0 -9
  124. package/src/assets/styles/spec/components/loader.scss +0 -46
  125. package/src/assets/styles/spec/components/masonry.scss +0 -1
  126. package/src/assets/styles/spec/components/pageContainer.scss +0 -255
  127. package/src/assets/styles/spec/components/progressBar.scss +0 -6
  128. package/src/assets/styles/spec/components/sidebar.scss +0 -642
  129. package/src/assets/styles/spec/components/topbar.scss +0 -455
  130. package/src/assets/styles/spec/generic/base.scss +0 -102
  131. package/src/assets/styles/spec/generic/index.scss +0 -1
  132. package/src/assets/styles/spec/index.scss +0 -4
  133. package/src/assets/styles/spec/screens/chat.scss +0 -147
  134. package/src/assets/styles/spec/screens/email.scss +0 -108
  135. package/src/assets/styles/spec/screens/index.scss +0 -2
  136. package/src/assets/styles/spec/settings/baseColors.scss +0 -103
  137. package/src/assets/styles/spec/settings/borders.scss +0 -6
  138. package/src/assets/styles/spec/settings/breakpoints.scss +0 -26
  139. package/src/assets/styles/spec/settings/fonts.scss +0 -4
  140. package/src/assets/styles/spec/settings/index.scss +0 -4
  141. package/src/assets/styles/spec/settings/materialColors.scss +0 -550
  142. package/src/assets/styles/spec/tools/index.scss +0 -1
  143. package/src/assets/styles/spec/tools/mixins/clearfix.scss +0 -15
  144. package/src/assets/styles/spec/tools/mixins/index.scss +0 -3
  145. package/src/assets/styles/spec/tools/mixins/mediaQueriesRanges.scss +0 -58
  146. package/src/assets/styles/spec/tools/mixins/placeholder.scss +0 -10
  147. package/src/assets/styles/spec/utils/colors.scss +0 -33
  148. package/src/assets/styles/spec/utils/index.scss +0 -2
  149. package/src/assets/styles/spec/utils/layout/helpers/border.scss +0 -78
  150. package/src/assets/styles/spec/utils/layout/helpers/flex.scss +0 -220
  151. package/src/assets/styles/spec/utils/layout/helpers/index.scss +0 -11
  152. package/src/assets/styles/spec/utils/layout/helpers/layout.scss +0 -137
  153. package/src/assets/styles/spec/utils/layout/helpers/lists.scss +0 -23
  154. package/src/assets/styles/spec/utils/layout/helpers/margin.scss +0 -266
  155. package/src/assets/styles/spec/utils/layout/helpers/objects.scss +0 -91
  156. package/src/assets/styles/spec/utils/layout/helpers/padding.scss +0 -147
  157. package/src/assets/styles/spec/utils/layout/helpers/positions.scss +0 -118
  158. package/src/assets/styles/spec/utils/layout/helpers/pseudo.scss +0 -6
  159. package/src/assets/styles/spec/utils/layout/helpers/sizes.scss +0 -157
  160. package/src/assets/styles/spec/utils/layout/helpers/typography.scss +0 -127
  161. package/src/assets/styles/spec/utils/layout/index.scss +0 -3
  162. package/src/assets/styles/spec/utils/layout/mixins/generateResponsive.scss +0 -25
  163. package/src/assets/styles/spec/utils/layout/mixins/index.scss +0 -2
  164. package/src/assets/styles/spec/utils/layout/mixins/mediaQueryCondition.scss +0 -28
  165. package/src/assets/styles/spec/utils/layout/utils/center.scss +0 -54
  166. package/src/assets/styles/spec/utils/layout/utils/gap.scss +0 -229
  167. package/src/assets/styles/spec/utils/layout/utils/index.scss +0 -5
  168. package/src/assets/styles/spec/utils/layout/utils/layers.scss +0 -5
  169. package/src/assets/styles/spec/utils/layout/utils/peers.scss +0 -35
  170. package/src/assets/styles/utils/mobile.scss +0 -954
  171. package/src/assets/styles/utils/theme.css +0 -97
  172. package/src/assets/styles/vendor/datepicker.scss +0 -183
  173. package/src/assets/styles/vendor/font-awesome.css +0 -2337
  174. package/src/assets/styles/vendor/fullcalendar.scss +0 -217
  175. package/src/assets/styles/vendor/index.scss +0 -8
  176. package/src/assets/styles/vendor/jquery.datatables.scss +0 -162
  177. package/src/assets/styles/vendor/perfectScrollbar.scss +0 -4
  178. package/src/assets/styles/vendor/sparkline.scss +0 -6
  179. package/src/assets/styles/vendor/themify-icons.css +0 -1081
package/README.md CHANGED
@@ -1,452 +1,403 @@
1
- # Adminator Bootstrap 5 Admin Template v2.8.1
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.
4
-
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.
8
-
9
- **Performance Benefits**: Faster load times, smaller bundle size, modern ES6+ code, and zero jQuery overhead.
10
-
11
- **[Complete Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Detailed setup guides, API reference, and examples
12
-
13
- Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
14
-
15
- # Preview
16
-
17
- ### Screenshots
18
-
19
- **Light Mode:**
20
- ![Adminator Bootstrap 5 Light Mode](https://colorlib.com/wp/wp-content/uploads/sites/2/adminator-bootstrap-5-light.png.avif)
21
-
22
- **Dark Mode:**
23
- ![Adminator Bootstrap 5 Dark Mode](https://colorlib.com/wp/wp-content/uploads/sites/2/adminator-bootstrap-5-dark.png.avif)
24
-
25
- ### Demo Site: [Here](https://colorlib.com/polygon/adminator/index.html)
26
-
27
- ## TOC
28
- - [What's New in v2.8.1](#whats-new-in-v281)
29
- - [Getting Started](#getting-started)
30
- - [Prerequisites](#prerequisites)
31
- - [Installing & Local Development](#installing--local-development)
32
- - [Adminator for other platforms and frameworks](#adminator-for-other-platforms-and-frameworks)
33
- - [Files/Folder Structure](#filesfolders-structure)
34
- - [Deployment](#deployment)
35
- - [Built With](#built-with)
1
+ # Adminator 2026 Admin Dashboard Template (v4.0.0)
2
+
3
+ **Adminator 4.0** is a vanilla-JS admin dashboard template with a token-driven CSS-variable design system, dark mode, and zero framework dependencies. **No jQuery. No Bootstrap.** Just clean HTML, modern CSS, and ~700 KB of production JS for the entire 18-page template.
4
+
5
+ > **Heads up — v4.0.0 is a ground-up rewrite.** New design system, new shell architecture, Bootstrap removed. If you prefer the previous design, the v3 codebase lives on the [`legacy-v3`](https://github.com/puikinsh/Adminator-admin-dashboard/tree/legacy-v3) branch and will continue to receive security updates.
6
+
7
+ **[adminator.colorlib.com →](https://adminator.colorlib.com/)** · **[Live Demo →](https://preview.colorlib.com/theme/adminator/index.html)** · **[Documentation →](https://adminator.colorlib.com/docs/)** · **[Looking for premium templates? Visit DashboardPack →](https://dashboardpack.com/)**
8
+
9
+ ## Preview
10
+
11
+ ### Light mode
12
+
13
+ ![Adminator 2026 Light Mode](screenshots/adminator-2026-dashboard-light.png)
14
+
15
+ ### Dark mode
16
+
17
+ ![Adminator 2026 — Dark Mode](screenshots/adminator-2026-dashboard-dark.png)
18
+
19
+ ### A few of the 18 pages
20
+
21
+ <table>
22
+ <tr>
23
+ <td align="center" width="33%"><img src="screenshots/adminator-2026-email.png" alt="Email"><br><strong>Email</strong> — 3-pane inbox</td>
24
+ <td align="center" width="33%"><img src="screenshots/adminator-2026-calendar.png" alt="Calendar"><br><strong>Calendar</strong> — full FullCalendar</td>
25
+ <td align="center" width="33%"><img src="screenshots/adminator-2026-charts.png" alt="Charts"><br><strong>Charts</strong> — themed Chart.js</td>
26
+ </tr>
27
+ <tr>
28
+ <td align="center"><img src="screenshots/adminator-2026-forms.png" alt="Forms"><br><strong>Forms</strong> inputs, switches</td>
29
+ <td align="center"><img src="screenshots/adminator-2026-datatable.png" alt="Data Table"><br><strong>Data Table</strong> — sort, filter, paginate</td>
30
+ <td align="center"><img src="screenshots/adminator-2026-signin.png" alt="Sign In"><br><strong>Sign In</strong> — split-screen auth</td>
31
+ </tr>
32
+ </table>
33
+
34
+ ## Upgrade to a Premium Dashboard
35
+
36
+ Need advanced features, dedicated support, and production-ready code? Explore our handpicked collection of professional admin templates on [DashboardPack](https://dashboardpack.com/?utm_source=github&utm_medium=readme&utm_campaign=adminator).
37
+
38
+ <table>
39
+ <tr>
40
+ <td align="center" width="50%">
41
+ <a href="https://dashboardpack.com/theme-details/tailpanel/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
42
+ <img src="screenshots/tailpanel.png" alt="TailPanel — modern React and Tailwind CSS admin panel" width="100%">
43
+ </a>
44
+ <br>
45
+ <a href="https://dashboardpack.com/theme-details/tailpanel/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>TailPanel</strong></a>
46
+ <br>
47
+ <sub>React + TypeScript + Tailwind CSS + Vite. 9 dashboard designs, dark and light themes.</sub>
48
+ </td>
49
+ <td align="center" width="50%">
50
+ <a href="https://dashboardpack.com/theme-details/admindek-html/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
51
+ <img src="screenshots/admindek.png" alt="Admindek — feature-rich Bootstrap 5 dashboard with dark mode" width="100%">
52
+ </a>
53
+ <br>
54
+ <a href="https://dashboardpack.com/theme-details/admindek-html/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>Admindek</strong></a>
55
+ <br>
56
+ <sub>Bootstrap 5 + vanilla JS. 100+ components, dark/light modes, RTL support, 10 color presets.</sub>
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td align="center" width="50%">
61
+ <a href="https://dashboardpack.com/theme-details/adminty-html-dashboard/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
62
+ <img src="screenshots/adminty.png" alt="Adminty — Bootstrap 5 admin template with 160+ pages" width="100%">
63
+ </a>
64
+ <br>
65
+ <a href="https://dashboardpack.com/theme-details/adminty-html-dashboard/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>Adminty</strong></a>
66
+ <br>
67
+ <sub>Bootstrap 5. 160+ ready-made pages, full UI component library for rapid development.</sub>
68
+ </td>
69
+ <td align="center" width="50%">
70
+ <a href="https://dashboardpack.com/theme-details/architectui-dashboard-html-pro/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
71
+ <img src="screenshots/architectui.png" alt="ArchitectUI — modular Bootstrap admin with 250+ widgets" width="100%">
72
+ </a>
73
+ <br>
74
+ <a href="https://dashboardpack.com/theme-details/architectui-dashboard-html-pro/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>ArchitectUI</strong></a>
75
+ <br>
76
+ <sub>Bootstrap 5. 250+ components, modular architecture, 9 unique dashboard layouts.</sub>
77
+ </td>
78
+ </tr>
79
+ <tr>
80
+ <td align="center" width="50%">
81
+ <a href="https://dashboardpack.com/theme-details/kero-jquery-html-dashboard-pro/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
82
+ <img src="screenshots/kero.png" alt="Kero — Bootstrap 5 dashboard with horizontal and sidebar layouts" width="100%">
83
+ </a>
84
+ <br>
85
+ <a href="https://dashboardpack.com/theme-details/kero-jquery-html-dashboard-pro/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>Kero</strong></a>
86
+ <br>
87
+ <sub>Bootstrap 5 + Webpack. Dual layout system (horizontal + sidebar), SASS theming.</sub>
88
+ </td>
89
+ <td align="center" width="50%">
90
+ <a href="https://dashboardpack.com/theme-details/cryptocurrency-dashboard/?utm_source=github&utm_medium=readme&utm_campaign=adminator">
91
+ <img src="screenshots/cryptocurrency.png" alt="Cryptocurrency Dashboard — ICO and Bitcoin admin panel" width="100%">
92
+ </a>
93
+ <br>
94
+ <a href="https://dashboardpack.com/theme-details/cryptocurrency-dashboard/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>Cryptocurrency Dashboard</strong></a>
95
+ <br>
96
+ <sub>Bootstrap. Built specifically for ICO platforms, Bitcoin tracking, and crypto portfolios.</sub>
97
+ </td>
98
+ </tr>
99
+ </table>
100
+
101
+ <p align="center">
102
+ <a href="https://dashboardpack.com/?utm_source=github&utm_medium=readme&utm_campaign=adminator"><strong>View All Premium Templates</strong></a>
103
+ </p>
104
+
105
+ ## Table of Contents
106
+
107
+ - [What's New in v4.0.0](#whats-new-in-v400)
108
+ - [Quick Start](#quick-start)
109
+ - [Pages Included](#pages-included)
110
+ - [Architecture](#architecture)
111
+ - [Theming](#theming)
112
+ - [Tech Stack](#tech-stack)
113
+ - [Migrating from v3](#migrating-from-v3)
114
+ - [Staying on v3](#staying-on-v3)
115
+ - [Browser Support](#browser-support)
36
116
  - [Changelog](#changelog)
37
117
  - [Authors](#authors)
38
118
  - [License](#license)
39
119
 
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
-
66
- ## What's New in v2.7.1
67
-
68
- **jQuery-Free Release** - Complete removal of jQuery dependency with modern vanilla JavaScript:
69
-
70
- ### Major Performance Improvements
71
- - **~600KB Bundle Reduction**: Eliminated jQuery and all jQuery-dependent plugins
72
- - **Faster Load Times**: Native DOM manipulation for optimal performance
73
- - **Smaller Bundle Size**: Significantly reduced JavaScript payload
74
- - **Modern ES6+ Code**: Class-based architecture with modern JavaScript features
75
-
76
- ### jQuery Replacements (Zero Breaking Changes)
77
- - **Chart.js**: Replaced jQuery Sparkline with Chart.js mini charts
78
- - **HTML5 Date Pickers**: Enhanced native date inputs with Day.js support
79
- - **Vanilla DataTables**: Custom table component with sorting and pagination
80
- - **SVG Pie Charts**: Pure JavaScript circular progress indicators
81
- - **Vector Maps**: JavaScript-based world map with markers and interactions
82
- - **Vanilla Popovers**: Lightweight alternatives to Bootstrap JS components
83
-
84
- ### Technical Achievements
85
- - **100% Vanilla JavaScript**: No jQuery dependency anywhere in the codebase
86
- - **Component Architecture**: Modern class-based components (Sidebar, Charts, etc.)
87
- - **Enhanced DOM Utilities**: jQuery-like functionality using native JavaScript
88
- - **Mobile Optimized**: Touch-friendly interactions and responsive behavior
89
- - **Theme Integration**: All new components fully support dark/light mode switching
90
-
91
- ### Previous Updates (v2.6.0 - Dark Mode System)
92
-
93
- ### Dark Mode Features
94
- - **Smart Theme Toggle**: Bootstrap-based switch with sun/moon icons and intuitive labels
95
- - **OS Preference Detection**: Automatically detects and applies your preferred color scheme
96
- - **Persistent Storage**: Remembers your theme choice across browser sessions
97
- - **Instant Switching**: Real-time theme updates without page reload
98
- - **Component Integration**: All charts, calendars, maps, and UI elements are theme-aware
99
-
100
- ### Technical Implementation
101
- - **CSS Variables Architecture**: Comprehensive color system with semantic naming
102
- - **Chart.js Integration**: Dynamic color schemes for all chart types
103
- - **FullCalendar Support**: Dark-mode aware calendar with proper contrast
104
- - **Vector Maps**: Custom color palettes for both light and dark themes
105
- - **Component Compatibility**: Theme support across all interactive elements
106
-
107
- ### Previous Updates (v2.5.0)
108
- - **Latest Dependencies**: All 22+ dependencies updated to latest versions
109
- - **Modern Build Tools**: webpack 5.99.9, webpack-dev-server 5.2.2
110
- - **ESLint 9.x**: Migrated to modern flat config format
111
- - **Enhanced CSS**: Latest Sass (1.89.2), PostCSS (8.5.6), Bootstrap (5.3.7)
112
- - **Updated Components**: Chart.js 4.5.0, FullCalendar 6.1.17
113
- - **Zero Vulnerabilities**: Complete security audit with all packages secure
114
-
115
- ## Getting Started
116
-
117
- You can use **Adminator** in several ways:
118
-
119
- ### NPM Package Installation (Recommended)
120
-
121
- Install the complete template as an npm package:
120
+ ## What's New in v4.0.0
122
121
 
123
- ```bash
124
- # Install via npm
125
- npm install adminator-admin-dashboard
122
+ A ground-up redesign and rewrite. The whole template is built around a single CSS-variable token system, with a JS shell that renders the sidebar, topbar, and footer once for all 18 pages. **Bootstrap is gone.** Production JS dropped from ~4.5 MB to ~700 KB — an **85% reduction**.
126
123
 
127
- # Or install via yarn
128
- yarn add adminator-admin-dashboard
129
- ```
124
+ ### Highlights
130
125
 
131
- **Package Information:**
132
- - **Package Name**: `adminator-admin-dashboard`
133
- - **Version**: 2.8.1 (Latest dependencies)
134
- - **Size**: 5.7 MB (includes source + built assets)
135
- - **Registry**: https://www.npmjs.com/package/adminator-admin-dashboard
126
+ - **Token-driven design system.** All colors, typography, spacing, and shadows live in `_tokens.scss` as CSS variables with light + dark variants. Edit one variable, every component updates.
127
+ - **Real dark mode.** A single `data-theme` attribute on `<html>` swaps the entire UI — including Chart.js, FullCalendar, and jsvectormap, which all re-render via a `MutationObserver` to read the new token values.
128
+ - **Zero framework CSS.** No Bootstrap. No utility-class soup. Every UI primitive (buttons, dropdowns, alerts, badges, modals, tabs, accordions, switches, progress bars) is custom-built and theme-aware.
129
+ - **Single JS shell.** Sidebar/topbar/footer render from a single `NAV` manifest in `Shell.js`. Pages declare `<body data-active="..." data-crumbs="...">` and three placeholders. Add a nav item by editing one array.
130
+ - **Real, themed library integrations.** Chart.js (6 chart types), FullCalendar (all four views, 24 seed events), jsvectormap (world map with 10 markers). All read CSS variables and re-render on theme toggle.
131
+ - **All 18 pages redesigned**: Dashboard, Email, Calendar, Chat, Compose, Charts, Forms, UI Elements, Buttons, Basic Table, Data Table, Google Maps, Vector Maps, Blank, Sign In, Sign Up, 404, 500.
136
132
 
137
- **Usage after npm install:**
138
- ```bash
139
- # Navigate to the package directory
140
- cd node_modules/adminator-admin-dashboard
133
+ ### Bundle size
141
134
 
142
- # Install development dependencies (if you want to customize)
143
- npm install
144
-
145
- # Start development server
146
- npm start
147
- ```
135
+ | Metric | v3.0.0 | v4.0.0 | Δ |
136
+ | -------------------------- | ---------------- | ---------------- | -------- |
137
+ | Production JS (total) | ~4.5 MB | ~700 KB | **−85%** |
138
+ | Production CSS | ~280 KB | 90 KB | **−68%** |
139
+ | Top-level npm dependencies | 16 | 8 | **−50%** |
148
140
 
149
- **What's included in the npm package:**
150
- - Complete source code (`src/` directory)
151
- - Pre-built production assets (`dist/` directory)
152
- - All dependencies and development tools
153
- - Documentation (CLAUDE.md, CHANGELOG.md)
154
- - Ready-to-use HTML templates
141
+ See [CHANGELOG.md](CHANGELOG.md#400---2026-04-27) for the full release notes, including the migration guide.
155
142
 
156
- ### Local Development Setup
143
+ ## Quick Start
157
144
 
158
- For development and customization, clone the repository:
145
+ ### Prerequisites
159
146
 
160
- #### Prerequisites
161
- - **Node.js 18.12.0 or higher** (tested with Node.js 23.11.0)
162
- - **npm** (included with Node.js) or **Yarn**
163
- - **Git**
147
+ - **Node.js** 18.12 or higher
148
+ - **npm** 9 or higher (ships with Node.js)
164
149
 
165
- #### Installing & Local Development
150
+ ### Install and run
166
151
 
167
152
  ```bash
168
- # Clone the repository
153
+ # Clone the repo
169
154
  git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
170
-
171
- # Navigate to the project directory
172
155
  cd adminator
173
156
 
174
157
  # Install dependencies
175
158
  npm install
176
159
 
177
- # Start development server (available at http://localhost:4000)
160
+ # Start the dev server (http://localhost:4000)
178
161
  npm start
179
-
180
- # Alternative: Start with webpack dashboard
181
- npm run dev
182
162
  ```
183
163
 
184
- ### Quick Start Options
185
-
186
- 1. **Fastest**: Use prebuilt static assets from [releases](https://github.com/puikinsh/Adminator-admin-dashboard/releases)
187
- 2. **Recommended**: Install via npm package for easy updates
188
- 3. **Development**: Clone repository for full customization
189
-
190
- #### Development Commands
164
+ ### Build commands
191
165
 
192
166
  ```bash
193
- # Development server with hot reload
167
+ # Development server with HMR
194
168
  npm start
195
169
 
196
- # Development server with dashboard
197
- npm run dev
170
+ # Production build (extracted CSS, minified)
171
+ npm run release:minified
198
172
 
199
- # Build for production (optimized)
173
+ # Default build (extracted CSS, unminified — useful for debugging)
200
174
  npm run build
201
175
 
202
- # Build for production (unminified)
203
- npm run release:unminified
176
+ # Lint everything (JS + SCSS) — must be 0/0 to ship
177
+ npm run lint
204
178
 
205
- # Build for production (minified)
206
- npm run release:minified
179
+ # Bundle size analyzer
180
+ npm run build:analyze
207
181
 
208
- # Preview production build
209
- npm run preview
182
+ # Wipe dist/
183
+ npm run clean
184
+ ```
210
185
 
211
- # Lint JavaScript files
212
- npm run lint:js
186
+ ### Install via npm
213
187
 
214
- # Lint SCSS files
215
- npm run lint:scss
188
+ The current v4 line is published as [`adminator-admin-dashboard`](https://www.npmjs.com/package/adminator-admin-dashboard) on npm:
216
189
 
217
- # Run all linters
218
- npm run lint
190
+ ```bash
191
+ npm install adminator-admin-dashboard
219
192
  ```
220
193
 
221
- ## Dark Mode Usage
194
+ The package ships both `src/` and a pre-built `dist/`. Use it directly:
222
195
 
223
- Adminator now includes a comprehensive dark mode system that works out of the box:
196
+ ```js
197
+ // In your bundler / app
198
+ import 'adminator-admin-dashboard/dist/style.css';
199
+ // dist/index.html + 17 other prebuilt pages are also in node_modules
200
+ ```
224
201
 
225
- ### Automatic Setup
226
- - Dark mode is automatically initialized on page load
227
- - Detects your OS preference (light/dark) on first visit
228
- - Remembers your choice across browser sessions
202
+ Or copy the prebuilt files out of `node_modules/adminator-admin-dashboard/dist/` and serve them statically.
203
+
204
+ > **⚠️ Don't pin to `@^2` or `@^3`.** Older majors on npm (2.7.x – 2.9.0) point to legacy code from before the 2026 redesign — they predate the token-driven design system, dark mode, and the new shell architecture. The latest `4.x` is what corresponds to this repository.
205
+
206
+ ## Pages Included
207
+
208
+ All 18 pages share the same shell (sidebar + topbar + footer) and theme system. Standalone pages (auth, errors) skip the shell.
209
+
210
+ | Page | Description |
211
+ | ----------------- | -------------------------------------------------------------------- |
212
+ | Dashboard | KPIs, real Chart.js monthly chart, regional stats, todo, weather |
213
+ | Email | 3-pane inbox with folders, message list, reader pane, attachments |
214
+ | Calendar | Real FullCalendar (Day/Week/Month/Agenda) with seed events |
215
+ | Chat | 2-pane conversation list + thread with typing indicator |
216
+ | Compose | Rich-text email composer with attachments and scheduling |
217
+ | Charts | 6 themed Chart.js examples (line, bar, doughnut, radar, area, stack) |
218
+ | Forms | Inputs, selects, switches, checkboxes, validation states |
219
+ | UI Elements | Alerts, badges, progress, spinners, tabs, accordion, modal, tooltips |
220
+ | Buttons | Solid/soft/outline/ghost variants, sizes, icons, button groups |
221
+ | Basic Table | Striped table with status tags and trend indicators |
222
+ | Data Table | Sortable + paginated table with filters, search, row selection |
223
+ | Google Maps | Embedded Google Map with offices table |
224
+ | Vector Maps | Real jsvectormap with city markers and continent KPIs |
225
+ | Blank | Starter page with hero + empty card |
226
+ | Sign In / Sign Up | Split-screen auth with social buttons |
227
+ | 404 / 500 | Themed error pages with gradient codes |
228
+
229
+ ## Architecture
230
+
231
+ The full architecture is documented in [CLAUDE.md](CLAUDE.md). The short version:
232
+
233
+ ```text
234
+ src/
235
+ ├── *.html # 18 pages, ~500 lines each
236
+ └── assets/
237
+ ├── scripts/2026/ # The only JS — 6 modules
238
+ │ ├── index.js # entry: imports SCSS, mounts shell, runs init
239
+ │ ├── Shell.js # NAV manifest + sidebar/topbar/footer renderers
240
+ │ ├── init.js # theme toggle, dropdowns, accordions, tabs, etc.
241
+ │ ├── charts.js # Chart.js seeds, theme-aware
242
+ │ ├── calendar.js # FullCalendar, theme-aware
243
+ │ └── maps.js # jsvectormap, theme-aware
244
+ └── styles/2026/ # The only SCSS — 18 partials
245
+ ├── index.scss # entry, @use's everything below
246
+ ├── _tokens.scss # CSS variables (light + dark)
247
+ ├── _shell.scss # sidebar, topbar, footer chrome
248
+ ├── _components.scss # buttons, cards, hero, table, tag
249
+ ├── _ui.scss # alerts, badges, progress, tabs, modal
250
+ ├── _forms.scss # inputs, select, switch, check, radio
251
+ ├── _auth.scss / _error.scss / _chat.scss / _data.scss / _charts.scss
252
+ ├── _dashboard.scss / _email.scss / _calendar.scss
253
+ ├── _fullcalendar.scss # FullCalendar token overrides
254
+ └── _responsive.scss # all media queries in one place
255
+ ```
229
256
 
230
- ### Theme Toggle
231
- - Look for the **Light/Dark** toggle switch in the header navigation
232
- - Click to instantly switch between light and dark themes
233
- - Visual feedback with sun and moon icons
257
+ Every shell page follows the same anatomy:
258
+
259
+ ```html
260
+ <body data-active="dashboard" data-crumbs="Workspace | Dashboard">
261
+ <div class="shell">
262
+ <div data-shell-sidebar></div> <!-- rendered by Shell.js -->
263
+ <div class="main">
264
+ <div data-shell-topbar></div> <!-- rendered by Shell.js -->
265
+ <main class="content">
266
+ <!-- page-specific content -->
267
+ </main>
268
+ <div data-shell-footer></div> <!-- rendered by Shell.js -->
269
+ </div>
270
+ </div>
271
+ </body>
272
+ ```
234
273
 
235
- ### For Developers
274
+ `data-active` matches a `key` in `Shell.js`'s `NAV` manifest. `data-crumbs` is a `|`-separated breadcrumb (last segment is highlighted as the current page).
236
275
 
237
- **[Complete Theme API Documentation →](https://puikinsh.github.io/Adminator-admin-dashboard/api/theme-api)**
276
+ ### Adding a new page
238
277
 
239
- **Using the Theme API:**
240
- ```javascript
241
- // Get current theme
242
- const currentTheme = Theme.current(); // 'light' or 'dark'
278
+ 1. Create `src/foo.html` with the body anatomy above.
279
+ 2. Add `'foo': 'Adminator · Foo'` to the `titles` map in `webpack/plugins/htmlPlugin.js`.
280
+ 3. Add a sidebar entry to `NAV` in `src/assets/scripts/2026/Shell.js`.
281
+ 4. Restart the dev server.
243
282
 
244
- // Switch themes programmatically
245
- Theme.toggle();
283
+ ## Theming
246
284
 
247
- // Set specific theme
248
- Theme.apply('dark');
285
+ Every visual decision is a CSS variable in `src/assets/styles/2026/_tokens.scss`. Change one, the whole template updates.
249
286
 
250
- // Listen for theme changes
251
- window.addEventListener('adminator:themeChanged', (event) => {
252
- console.log('Theme changed to:', event.detail.theme);
253
- });
254
- ```
287
+ ```scss
288
+ :root[data-theme="light"] {
289
+ --primary: #2563EB;
290
+ --primary-light: #3B82F6;
291
+ --primary-dark: #1D4ED8;
292
+ --primary-soft: #EFF6FF;
293
+
294
+ --bg-body: #F0F4F8;
295
+ --bg-card: #FFFFFF;
296
+ --bg-hover: #F8FAFC;
297
+
298
+ --t-base: #1E293B; /* primary text */
299
+ --t-muted: #64748B;
300
+ --t-light: #94A3B8;
301
+
302
+ /* ... plus success / warning / danger / info / purple / pink / teal / orange */
303
+ }
255
304
 
256
- **CSS Variables for Custom Styling:**
257
- ```css
258
- .my-component {
259
- background: var(--c-bkg-card);
260
- color: var(--c-text-base);
261
- border: 1px solid var(--c-border);
305
+ :root[data-theme="dark"] {
306
+ /* dark variants of the same tokens */
262
307
  }
263
308
  ```
264
309
 
265
- **Available CSS Variables:**
266
- - `--c-bkg-body` - Main background
267
- - `--c-bkg-card` - Card backgrounds
268
- - `--c-text-base` - Primary text color
269
- - `--c-text-muted` - Secondary text color
270
- - `--c-border` - Border colors
271
- - `--c-primary` - Primary brand color
310
+ Toggle theme programmatically:
272
311
 
273
- **[View Complete CSS Variables Reference →](https://puikinsh.github.io/Adminator-admin-dashboard/customization/theme-system)**
312
+ ```js
313
+ // Set
314
+ document.documentElement.setAttribute('data-theme', 'dark');
315
+ localStorage.setItem('dash26-theme', 'dark');
316
+ ```
274
317
 
275
- ## Documentation
318
+ Charts/maps re-render automatically — they observe the `data-theme` attribute.
276
319
 
277
- **[Complete Documentation Site](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Comprehensive guides and API reference
320
+ ## Tech Stack
278
321
 
279
- ### Quick Links:
280
- - **[Installation Guide](https://puikinsh.github.io/Adminator-admin-dashboard/getting-started/installation)** - Complete setup instructions
281
- - **[Theme System](https://puikinsh.github.io/Adminator-admin-dashboard/customization/theme-system)** - Dark mode and theming
282
- - **[API Reference](https://puikinsh.github.io/Adminator-admin-dashboard/api/theme-api)** - JavaScript API documentation
283
- - **[Examples](https://puikinsh.github.io/Adminator-admin-dashboard/examples/theme-integration)** - Integration examples
322
+ ### Build & tooling
284
323
 
285
- ## Adminator for other platforms and frameworks
286
- * [Adminator right to left](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) - Adminator modified to work with right to left languages like Persian and Arabic
324
+ - [**Webpack 5**](https://webpack.js.org/) bundler (Vite migration planned for v4.1)
325
+ - [**Sass**](https://sass-lang.com/) (modern `@use` syntax) preprocessor
326
+ - [**PostCSS**](https://postcss.org/) — autoprefix + future-CSS
327
+ - [**ESLint 9**](https://eslint.org/) (flat config) + [**Stylelint 17**](https://stylelint.io/) — linting
328
+ - [**Babel**](https://babeljs.io/) — ES2020+ transpilation
287
329
 
288
- ## Files/Folders Structure
330
+ ### Runtime libraries
289
331
 
290
- Here is a brief explanation of the template folder structure and some of its main files usage:
332
+ - [**Chart.js 4.5**](https://www.chartjs.org/) line/bar/doughnut/radar/area/stacked charts
333
+ - [**FullCalendar 6.1**](https://fullcalendar.io/) — Day/Week/Month/Agenda calendar views
334
+ - [**jsvectormap 1.7**](https://github.com/themustafaomar/jsvectormap) — interactive world map
291
335
 
292
- ```
293
- └── src # Contains all template source files.
294
- │ └── assets # Contains JS, CSS, images and icon fonts.
295
- │ │ └── scripts # Contains all JavaScript files.
296
- │ │ │ └── charts # Chart.js, Sparkline & Pie Chart plugins init.
297
- │ │ │ └── chat # All chat app JS code.
298
- │ │ │ └── constants # Template constant values like color values.
299
- │ │ │ └── datatable # Date table plugin init.
300
- │ │ │ └── datepicker # Bootstrap datepicker init.
301
- │ │ │ └── email # All email app code.
302
- │ │ │ └── fullcalendar # Fullcalendar plugin init.
303
- │ │ │ └── googleMaps # Google maps API integration code.
304
- │ │ │ └── masonry # Masonry layout code.
305
- │ │ │ └── popover # Bootstrap popover plugin init.
306
- │ │ │ └── scrollbar # Perfect scrollbar plugin init.
307
- │ │ │ └── search # Topbar toggle search init.
308
- │ │ │ └── sidebar # Sidebar JS code.
309
- │ │ │ └── skycons # Animated icons plugin init.
310
- │ │ │ └── utils # Basic utils used for proper rendering.
311
- │ │ │ └── vectorMaps # Vector maps plugin init.
312
- │ │ │ └── app.js # Main application entry point.
313
- │ │ │
314
- │ │ └── static # Contains the non-code files.
315
- │ │ │ └── fonts # Contains icon fonts.
316
- │ │ │ └── images # Contains all template images/svg.
317
- │ │ │
318
- │ │ └── styles # Contains all SCSS files.
319
- │ │ └── spec # Contains custom SCSS files.
320
- │ │ │ └── components # Contains all template components.
321
- │ │ │ └── generic # Contains basic scaffolding styles.
322
- │ │ │ └── screens # Contains views specific styles.
323
- │ │ │ └── settings # Contains all template variables.
324
- │ │ │ └── tools # Contains all mixins.
325
- │ │ │ └── utils # Contains helper classes.
326
- │ │ │ └── index.scss # Indicator file.
327
- │ │ │
328
- │ │ └── vendor # Contains all plugin files & custom styles.
329
- │ │ └── index.scss # Main style entry point.
330
- │ │
331
- │ └── *.html # All HTML template pages.
332
- └── webpack # Contains Webpack configuration.
333
- │ └── plugins # Contains all Webpack plugins config.
334
- │ └── rules # Contains Webpack loaders config.
335
- │ └── config.js # Main Webpack configuration.
336
- │ └── devServer.js # Development server configuration.
337
- │ └── manifest.js # Build system constants.
338
-
339
- └── .babelrc # Babel ES6 transpiler configuration.
340
- └── .editorconfig # Code editor consistency settings.
341
- └── eslint.config.mjs # ESLint 9.x flat configuration.
342
- └── .gitattributes # Git attributes configuration.
343
- └── .gitignore # Git ignore patterns.
344
- └── .stylelintrc.json # SCSS/CSS linting configuration.
345
- └── browserslist # Supported browsers configuration.
346
- └── CHANGELOG.md # Version history and updates.
347
- └── package.json # Node.js package configuration.
348
- └── README.md # This documentation file.
349
- └── webpack.config.js # Webpack entry configuration.
350
- ```
336
+ ### Fonts
351
337
 
352
- ## Deployment
338
+ - [**Inter**](https://rsms.me/inter/) — body text
339
+ - [**Inter Tight**](https://rsms.me/inter/) — display headings
340
+ - [**JetBrains Mono**](https://www.jetbrains.com/lp/mono/) — numerics, code, eyebrows
353
341
 
354
- In deployment process, you have several commands:
342
+ All fonts loaded from Google Fonts via a single `@import` at the top of `_base.scss`.
355
343
 
356
- 1. **Production Build** - Generate optimized assets for production:
357
- ```bash
358
- npm run build
359
- ```
344
+ ### Removed in v4.0
360
345
 
361
- 2. **Production Preview** - Preview the production build locally:
362
- ```bash
363
- npm run preview
364
- ```
346
+ The following dependencies were dropped — none of them are used in the new design:
347
+
348
+ - `bootstrap`, `@popperjs/core` — replaced with custom UI primitives
349
+ - `dayjs` — replaced with native `Intl.DateTimeFormat`
350
+ - `perfect-scrollbar` — native scrollbars styled via CSS
351
+ - `masonry-layout`, `load-google-maps-api`, `skycons`, `brand-colors` — unused
352
+
353
+ ## Migrating from v3
354
+
355
+ v4 is a rewrite, not an upgrade. The class names, file paths, and JS APIs all changed. If you have a v3 project with custom work:
356
+
357
+ 1. **Treat v4 as a fresh template.** Don't try to merge — copy your custom content into the new shell.
358
+ 2. **Move theme overrides** from Bootstrap variables to `_tokens.scss`.
359
+ 3. **Adopt the page anatomy** (`data-active`, `data-crumbs`, three placeholder divs).
360
+ 4. **Port custom JS** from `AdminatorApp` / `Sidebar` / `ChartComponent` classes to the data-attribute pattern in `init.js`.
361
+
362
+ For a smoother path, **stay on v3** — see below.
363
+
364
+ ## Staying on v3
365
+
366
+ If you've built on v3 and prefer the old design, the v3 codebase lives on the [`legacy-v3`](https://github.com/puikinsh/Adminator-admin-dashboard/tree/legacy-v3) branch and will continue to receive **security updates** for at least 12 months.
365
367
 
366
- 3. **Custom Builds**:
367
368
  ```bash
368
- # Unminified production build (for debugging)
369
- npm run release:unminified
369
+ # Clone v3 directly
370
+ git clone -b legacy-v3 https://github.com/puikinsh/Adminator-admin-dashboard.git adminator-v3
370
371
 
371
- # Minified production build (smallest size)
372
- npm run release:minified
372
+ # Or pin v3 from npm
373
+ npm install adminator-admin-dashboard@^3
373
374
  ```
374
375
 
375
- The built files will be available in the `dist/` directory.
376
-
377
- ## Built With
378
-
379
- ### Core Framework & Build Tools
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
384
- - [PostCSS 8.5.6](http://postcss.org/) - CSS transformations
385
- - [ESLint 9.34.0](https://eslint.org/) - JavaScript linting (flat config)
386
- - [Stylelint 16.23.1](https://stylelint.io/) - CSS/SCSS linting
387
-
388
- ### UI Components & Charts
389
- - [Chart.js 4.5.0](http://www.chartjs.org/) - Modern charting library
390
- - [FullCalendar 6.1.19](https://fullcalendar.io/) - Interactive calendar
391
- - [DataTables](https://datatables.net/) - Advanced table functionality
392
- - [Easy Pie Chart](http://rendro.github.io/easy-pie-chart/) - Animated pie charts
393
- - [Perfect Scrollbar 1.5.6](https://github.com/utatti/perfect-scrollbar) - Custom scrollbars
394
-
395
- ### JavaScript Libraries
396
- - **[Chart.js 4.5.0](http://www.chartjs.org/)** - Modern charting library (replaces jQuery Sparkline)
397
- - **[jsvectormap 1.7.0](https://github.com/themustafaomar/jsvectormap)** - Interactive vector maps (replaces jVectorMap)
398
- - [Lodash 4.17.21](https://lodash.com/) - Utility library
399
- - [Day.js 1.11.18](https://day.js.org/) - Modern 2KB date library (replaces Moment.js)
400
- - [Masonry 4.2.2](https://masonry.desandro.com/) - Grid layouts
401
- - **100% Vanilla JavaScript** - No jQuery dependency
402
-
403
- ### Icons & Fonts
404
- - [Font Awesome](http://fontawesome.io/) - Icon library
405
- - [Themify Icons](https://themify.me/themify-icons) - Additional icons
406
- - [Roboto Font](https://fonts.google.com/specimen/Roboto) - Google Fonts
407
-
408
- ### Additional Plugins
409
- - **HTML5 Date Inputs** - Enhanced native date pickers (replaces Bootstrap Datepicker)
410
- - [Skycons](https://darkskyapp.github.io/skycons/) - Animated weather icons
411
- - [Load Google Maps API](https://github.com/yuanqing/load-google-maps-api) - Maps integration
376
+ ## Browser Support
377
+
378
+ Modern evergreen browsers — Chrome, Firefox, Safari, Edge (last 2 versions). The template uses `color-mix()`, CSS custom properties, `aspect-ratio`, container queries are not yet used. IE11 is not supported.
412
379
 
413
380
  ## Changelog
414
381
 
415
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
382
+ See [CHANGELOG.md](CHANGELOG.md) for the full version history.
416
383
 
417
- 📚 **[Online Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** includes comprehensive guides for all features.
384
+ ### Latest releases
418
385
 
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
386
+ - **v4.0.0** (2026-04-27) The 2026 redesign. New design system, Bootstrap dropped, ~85% bundle reduction. [Details](CHANGELOG.md#400---2026-04-27).
387
+ - **v3.0.0** (2026-01-13) Architecture release. New utility modules, Vitest, code splitting, bundle analyzer.
388
+ - **v2.7.1** Fully jQuery-free.
389
+ - **v2.6.0** Dark mode system.
426
390
 
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
430
- - **V 2.6.0**: Complete Dark Mode System with theme switching
431
- - **V 2.5.0**: Updated all dependencies, ESLint 9.x, zero vulnerabilities
432
- - **V 2.1.0**: Upgraded all dependencies
433
- - **V 2.0.0**: Upgrade to Bootstrap 5
434
- - **V 1.1.0**: Upgrade to webpack 5
435
- - **V 1.0.0**: Initial Release
391
+ ## Adminator for Other Platforms
436
392
 
437
- ## Authors
438
- [Colorlib](https://colorlib.com)
393
+ - [Adminator RTL](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) — right-to-left languages (Arabic, Hebrew, Persian)
439
394
 
440
- ## Looking for More Admin Templates?
395
+ ## Authors
441
396
 
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
397
+ [Colorlib](https://colorlib.com)
448
398
 
449
399
  ## More Resources from Colorlib
400
+
450
401
  - [Bootstrap Dashboards](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/)
451
402
  - [Bootstrap Templates](https://colorlib.com/wp/free-bootstrap-templates/)
452
403
  - [HTML Templates](https://colorlib.com/wp/free-html-website-templates/)
@@ -457,4 +408,4 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
457
408
 
458
409
  ## License
459
410
 
460
- Adminator is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of this template.
411
+ Adminator is licensed under [The MIT License](LICENSE). Use, copy, modify, merge, publish, distribute, sublicense, and sell copies but always credit Colorlib as the original author.