adminator-admin-dashboard 2.9.0 → 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 +422 -0
  2. package/CLAUDE.md +126 -154
  3. package/README.md +322 -376
  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 +47 -50
  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 -61331
  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,457 +1,403 @@
1
- # Adminator Bootstrap 5 Admin Template v2.9.0
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.9.0)**: Comprehensive dependency updates with all packages at their absolute latest versions, enhanced SCSS linting with stylelint-config-standard-scss, security vulnerability fixes, and zero linting errors.
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)
116
+ - [Changelog](#changelog)
117
+ - [Authors](#authors)
118
+ - [License](#license)
6
119
 
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.
120
+ ## What's New in v4.0.0
8
121
 
9
- **Performance Benefits**: Faster load times, smaller bundle size, modern ES6+ code, and zero jQuery overhead.
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**.
10
123
 
11
- **[Complete Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Detailed setup guides, API reference, and examples
124
+ ### Highlights
12
125
 
13
- Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
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.
14
132
 
15
- # Preview
133
+ ### Bundle size
16
134
 
17
- ### Screenshots
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%** |
18
140
 
19
- **Light Mode:**
20
- ![Adminator Bootstrap 5 Light Mode](https://colorlib.com/wp/wp-content/uploads/sites/2/adminator-bootstrap-5-light.png.avif)
141
+ See [CHANGELOG.md](CHANGELOG.md#400---2026-04-27) for the full release notes, including the migration guide.
21
142
 
22
- **Dark Mode:**
23
- ![Adminator Bootstrap 5 Dark Mode](https://colorlib.com/wp/wp-content/uploads/sites/2/adminator-bootstrap-5-dark.png.avif)
143
+ ## Quick Start
24
144
 
25
- ### Demo Site: [Here](https://colorlib.com/polygon/adminator/index.html)
145
+ ### Prerequisites
26
146
 
27
- ## TOC
28
- - [What's New in v2.9.0](#whats-new-in-v290)
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)
36
- - [Changelog](#changelog)
37
- - [Authors](#authors)
38
- - [License](#license)
147
+ - **Node.js** 18.12 or higher
148
+ - **npm** 9 or higher (ships with Node.js)
39
149
 
40
- ## What's New in v2.9.0
41
-
42
- ### Comprehensive Dependency Updates & Linting Modernization
43
- - **All Dependencies Updated**: Every package updated to absolute latest versions
44
- - **Webpack 5.103.0**: Latest Webpack with performance improvements
45
- - **ESLint 9.39.1**: Latest ESLint with modern flat configuration
46
- - **Sass 1.94.2**: Latest Sass compiler with improved features
47
- - **Stylelint 16.26.1**: Latest SCSS/CSS linting with new SCSS-specific config
48
- - **Chart.js 4.5.1**: Latest charting library with bug fixes
49
- - **Day.js 1.11.19**: Latest date manipulation library
50
-
51
- ### Enhanced SCSS Linting
52
- - **Added stylelint-config-standard-scss**: Proper SCSS-specific linting support
53
- - **Updated .stylelintrc.json**: Configured for SCSS syntax compatibility
54
- - **Zero Linting Errors**: Both JavaScript and SCSS pass all checks
55
-
56
- ### Security Fixes
57
- - **Fixed node-forge vulnerabilities**: ASN.1 Validator Desynchronization and OID Integer Truncation
58
- - **Fixed js-yaml vulnerabilities**: Prototype pollution in merge
59
- - **Zero Security Vulnerabilities**: All dependencies audited and secure
60
-
61
- ### Previous Updates (v2.8.x)
62
-
63
- ### Dependency Modernization & Build System Enhancements
64
- - **Webpack 5 Native Asset Modules**: Replaced deprecated file-loader with modern Webpack 5 asset handling
65
- - **Updated Build Tools**: All build dependencies updated to latest stable versions
66
- - **Cross-env v10**: Upgraded to latest version with ESM support and TypeScript improvements
67
- - **Zero Build Warnings**: Fixed all import/export issues for cleaner builds
68
- - **Security Updates**: Comprehensive dependency updates addressing all known vulnerabilities
69
-
70
- ## What's New in v2.7.1
71
-
72
- **jQuery-Free Release** - Complete removal of jQuery dependency with modern vanilla JavaScript:
73
-
74
- ### Major Performance Improvements
75
- - **~600KB Bundle Reduction**: Eliminated jQuery and all jQuery-dependent plugins
76
- - **Faster Load Times**: Native DOM manipulation for optimal performance
77
- - **Smaller Bundle Size**: Significantly reduced JavaScript payload
78
- - **Modern ES6+ Code**: Class-based architecture with modern JavaScript features
79
-
80
- ### jQuery Replacements (Zero Breaking Changes)
81
- - **Chart.js**: Replaced jQuery Sparkline with Chart.js mini charts
82
- - **HTML5 Date Pickers**: Enhanced native date inputs with Day.js support
83
- - **Vanilla DataTables**: Custom table component with sorting and pagination
84
- - **SVG Pie Charts**: Pure JavaScript circular progress indicators
85
- - **Vector Maps**: JavaScript-based world map with markers and interactions
86
- - **Vanilla Popovers**: Lightweight alternatives to Bootstrap JS components
87
-
88
- ### Technical Achievements
89
- - **100% Vanilla JavaScript**: No jQuery dependency anywhere in the codebase
90
- - **Component Architecture**: Modern class-based components (Sidebar, Charts, etc.)
91
- - **Enhanced DOM Utilities**: jQuery-like functionality using native JavaScript
92
- - **Mobile Optimized**: Touch-friendly interactions and responsive behavior
93
- - **Theme Integration**: All new components fully support dark/light mode switching
94
-
95
- ### Previous Updates (v2.6.0 - Dark Mode System)
96
-
97
- ### Dark Mode Features
98
- - **Smart Theme Toggle**: Bootstrap-based switch with sun/moon icons and intuitive labels
99
- - **OS Preference Detection**: Automatically detects and applies your preferred color scheme
100
- - **Persistent Storage**: Remembers your theme choice across browser sessions
101
- - **Instant Switching**: Real-time theme updates without page reload
102
- - **Component Integration**: All charts, calendars, maps, and UI elements are theme-aware
103
-
104
- ### Technical Implementation
105
- - **CSS Variables Architecture**: Comprehensive color system with semantic naming
106
- - **Chart.js Integration**: Dynamic color schemes for all chart types
107
- - **FullCalendar Support**: Dark-mode aware calendar with proper contrast
108
- - **Vector Maps**: Custom color palettes for both light and dark themes
109
- - **Component Compatibility**: Theme support across all interactive elements
110
-
111
- ### Previous Updates (v2.5.0)
112
- - **Latest Dependencies**: All 22+ dependencies updated to latest versions
113
- - **Modern Build Tools**: webpack 5.99.9, webpack-dev-server 5.2.2
114
- - **ESLint 9.x**: Migrated to modern flat config format
115
- - **Enhanced CSS**: Latest Sass (1.89.2), PostCSS (8.5.6), Bootstrap (5.3.7)
116
- - **Updated Components**: Chart.js 4.5.0, FullCalendar 6.1.17
117
- - **Zero Vulnerabilities**: Complete security audit with all packages secure
118
-
119
- ## Getting Started
120
-
121
- You can use **Adminator** in several ways:
122
-
123
- ### NPM Package Installation (Recommended)
124
-
125
- Install the complete template as an npm package:
150
+ ### Install and run
126
151
 
127
152
  ```bash
128
- # Install via npm
129
- npm install adminator-admin-dashboard
153
+ # Clone the repo
154
+ git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
155
+ cd adminator
130
156
 
131
- # Or install via yarn
132
- yarn add adminator-admin-dashboard
157
+ # Install dependencies
158
+ npm install
159
+
160
+ # Start the dev server (http://localhost:4000)
161
+ npm start
133
162
  ```
134
163
 
135
- **Package Information:**
136
- - **Package Name**: `adminator-admin-dashboard`
137
- - **Version**: 2.9.0 (Latest dependencies)
138
- - **Size**: 5.7 MB (includes source + built assets)
139
- - **Registry**: https://www.npmjs.com/package/adminator-admin-dashboard
164
+ ### Build commands
140
165
 
141
- **Usage after npm install:**
142
166
  ```bash
143
- # Navigate to the package directory
144
- cd node_modules/adminator-admin-dashboard
167
+ # Development server with HMR
168
+ npm start
145
169
 
146
- # Install development dependencies (if you want to customize)
147
- npm install
170
+ # Production build (extracted CSS, minified)
171
+ npm run release:minified
148
172
 
149
- # Start development server
150
- npm start
151
- ```
173
+ # Default build (extracted CSS, unminified — useful for debugging)
174
+ npm run build
152
175
 
153
- **What's included in the npm package:**
154
- - Complete source code (`src/` directory)
155
- - Pre-built production assets (`dist/` directory)
156
- - All dependencies and development tools
157
- - Documentation (CLAUDE.md, CHANGELOG.md)
158
- - Ready-to-use HTML templates
176
+ # Lint everything (JS + SCSS) — must be 0/0 to ship
177
+ npm run lint
159
178
 
160
- ### Local Development Setup
179
+ # Bundle size analyzer
180
+ npm run build:analyze
161
181
 
162
- For development and customization, clone the repository:
182
+ # Wipe dist/
183
+ npm run clean
184
+ ```
163
185
 
164
- #### Prerequisites
165
- - **Node.js 18.12.0 or higher** (tested with Node.js 23.11.0)
166
- - **npm** (included with Node.js) or **Yarn**
167
- - **Git**
186
+ ### Install via npm
168
187
 
169
- #### Installing & Local Development
188
+ The current v4 line is published as [`adminator-admin-dashboard`](https://www.npmjs.com/package/adminator-admin-dashboard) on npm:
170
189
 
171
190
  ```bash
172
- # Clone the repository
173
- git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
191
+ npm install adminator-admin-dashboard
192
+ ```
174
193
 
175
- # Navigate to the project directory
176
- cd adminator
194
+ The package ships both `src/` and a pre-built `dist/`. Use it directly:
177
195
 
178
- # Install dependencies
179
- npm install
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
+ ```
180
201
 
181
- # Start development server (available at http://localhost:4000)
182
- npm start
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
+ ```
183
256
 
184
- # Alternative: Start with webpack dashboard
185
- npm run dev
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>
186
272
  ```
187
273
 
188
- ### Quick Start Options
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).
189
275
 
190
- 1. **Fastest**: Use prebuilt static assets from [releases](https://github.com/puikinsh/Adminator-admin-dashboard/releases)
191
- 2. **Recommended**: Install via npm package for easy updates
192
- 3. **Development**: Clone repository for full customization
276
+ ### Adding a new page
193
277
 
194
- #### Development Commands
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.
195
282
 
196
- ```bash
197
- # Development server with hot reload
198
- npm start
283
+ ## Theming
199
284
 
200
- # Development server with dashboard
201
- npm run dev
285
+ Every visual decision is a CSS variable in `src/assets/styles/2026/_tokens.scss`. Change one, the whole template updates.
202
286
 
203
- # Build for production (optimized)
204
- npm run build
287
+ ```scss
288
+ :root[data-theme="light"] {
289
+ --primary: #2563EB;
290
+ --primary-light: #3B82F6;
291
+ --primary-dark: #1D4ED8;
292
+ --primary-soft: #EFF6FF;
205
293
 
206
- # Build for production (unminified)
207
- npm run release:unminified
294
+ --bg-body: #F0F4F8;
295
+ --bg-card: #FFFFFF;
296
+ --bg-hover: #F8FAFC;
208
297
 
209
- # Build for production (minified)
210
- npm run release:minified
298
+ --t-base: #1E293B; /* primary text */
299
+ --t-muted: #64748B;
300
+ --t-light: #94A3B8;
211
301
 
212
- # Preview production build
213
- npm run preview
302
+ /* ... plus success / warning / danger / info / purple / pink / teal / orange */
303
+ }
214
304
 
215
- # Lint JavaScript files
216
- npm run lint:js
305
+ :root[data-theme="dark"] {
306
+ /* dark variants of the same tokens */
307
+ }
308
+ ```
217
309
 
218
- # Lint SCSS files
219
- npm run lint:scss
310
+ Toggle theme programmatically:
220
311
 
221
- # Run all linters
222
- npm run lint
312
+ ```js
313
+ // Set
314
+ document.documentElement.setAttribute('data-theme', 'dark');
315
+ localStorage.setItem('dash26-theme', 'dark');
223
316
  ```
224
317
 
225
- ## Dark Mode Usage
318
+ Charts/maps re-render automatically — they observe the `data-theme` attribute.
226
319
 
227
- Adminator now includes a comprehensive dark mode system that works out of the box:
320
+ ## Tech Stack
228
321
 
229
- ### Automatic Setup
230
- - Dark mode is automatically initialized on page load
231
- - Detects your OS preference (light/dark) on first visit
232
- - Remembers your choice across browser sessions
322
+ ### Build & tooling
233
323
 
234
- ### Theme Toggle
235
- - Look for the **Light/Dark** toggle switch in the header navigation
236
- - Click to instantly switch between light and dark themes
237
- - Visual feedback with sun and moon icons
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
238
329
 
239
- ### For Developers
330
+ ### Runtime libraries
240
331
 
241
- **[Complete Theme API Documentation →](https://puikinsh.github.io/Adminator-admin-dashboard/api/theme-api)**
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
242
335
 
243
- **Using the Theme API:**
244
- ```javascript
245
- // Get current theme
246
- const currentTheme = Theme.current(); // 'light' or 'dark'
336
+ ### Fonts
247
337
 
248
- // Switch themes programmatically
249
- Theme.toggle();
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
250
341
 
251
- // Set specific theme
252
- Theme.apply('dark');
342
+ All fonts loaded from Google Fonts via a single `@import` at the top of `_base.scss`.
253
343
 
254
- // Listen for theme changes
255
- window.addEventListener('adminator:themeChanged', (event) => {
256
- console.log('Theme changed to:', event.detail.theme);
257
- });
258
- ```
344
+ ### Removed in v4.0
259
345
 
260
- **CSS Variables for Custom Styling:**
261
- ```css
262
- .my-component {
263
- background: var(--c-bkg-card);
264
- color: var(--c-text-base);
265
- border: 1px solid var(--c-border);
266
- }
267
- ```
346
+ The following dependencies were dropped — none of them are used in the new design:
268
347
 
269
- **Available CSS Variables:**
270
- - `--c-bkg-body` - Main background
271
- - `--c-bkg-card` - Card backgrounds
272
- - `--c-text-base` - Primary text color
273
- - `--c-text-muted` - Secondary text color
274
- - `--c-border` - Border colors
275
- - `--c-primary` - Primary brand color
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
276
352
 
277
- **[View Complete CSS Variables Reference →](https://puikinsh.github.io/Adminator-admin-dashboard/customization/theme-system)**
353
+ ## Migrating from v3
278
354
 
279
- ## Documentation
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:
280
356
 
281
- **[Complete Documentation Site](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Comprehensive guides and API reference
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`.
282
361
 
283
- ### Quick Links:
284
- - **[Installation Guide](https://puikinsh.github.io/Adminator-admin-dashboard/getting-started/installation)** - Complete setup instructions
285
- - **[Theme System](https://puikinsh.github.io/Adminator-admin-dashboard/customization/theme-system)** - Dark mode and theming
286
- - **[API Reference](https://puikinsh.github.io/Adminator-admin-dashboard/api/theme-api)** - JavaScript API documentation
287
- - **[Examples](https://puikinsh.github.io/Adminator-admin-dashboard/examples/theme-integration)** - Integration examples
362
+ For a smoother path, **stay on v3** — see below.
288
363
 
289
- ## Adminator for other platforms and frameworks
290
- * [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
364
+ ## Staying on v3
291
365
 
292
- ## Files/Folders Structure
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.
293
367
 
294
- Here is a brief explanation of the template folder structure and some of its main files usage:
368
+ ```bash
369
+ # Clone v3 directly
370
+ git clone -b legacy-v3 https://github.com/puikinsh/Adminator-admin-dashboard.git adminator-v3
295
371
 
296
- ```
297
- └── src # Contains all template source files.
298
- │ └── assets # Contains JS, CSS, images and icon fonts.
299
- │ │ └── scripts # Contains all JavaScript files.
300
- │ │ │ └── charts # Chart.js, Sparkline & Pie Chart plugins init.
301
- │ │ │ └── chat # All chat app JS code.
302
- │ │ │ └── constants # Template constant values like color values.
303
- │ │ │ └── datatable # Date table plugin init.
304
- │ │ │ └── datepicker # Bootstrap datepicker init.
305
- │ │ │ └── email # All email app code.
306
- │ │ │ └── fullcalendar # Fullcalendar plugin init.
307
- │ │ │ └── googleMaps # Google maps API integration code.
308
- │ │ │ └── masonry # Masonry layout code.
309
- │ │ │ └── popover # Bootstrap popover plugin init.
310
- │ │ │ └── scrollbar # Perfect scrollbar plugin init.
311
- │ │ │ └── search # Topbar toggle search init.
312
- │ │ │ └── sidebar # Sidebar JS code.
313
- │ │ │ └── skycons # Animated icons plugin init.
314
- │ │ │ └── utils # Basic utils used for proper rendering.
315
- │ │ │ └── vectorMaps # Vector maps plugin init.
316
- │ │ │ └── app.js # Main application entry point.
317
- │ │ │
318
- │ │ └── static # Contains the non-code files.
319
- │ │ │ └── fonts # Contains icon fonts.
320
- │ │ │ └── images # Contains all template images/svg.
321
- │ │ │
322
- │ │ └── styles # Contains all SCSS files.
323
- │ │ └── spec # Contains custom SCSS files.
324
- │ │ │ └── components # Contains all template components.
325
- │ │ │ └── generic # Contains basic scaffolding styles.
326
- │ │ │ └── screens # Contains views specific styles.
327
- │ │ │ └── settings # Contains all template variables.
328
- │ │ │ └── tools # Contains all mixins.
329
- │ │ │ └── utils # Contains helper classes.
330
- │ │ │ └── index.scss # Indicator file.
331
- │ │ │
332
- │ │ └── vendor # Contains all plugin files & custom styles.
333
- │ │ └── index.scss # Main style entry point.
334
- │ │
335
- │ └── *.html # All HTML template pages.
336
- └── webpack # Contains Webpack configuration.
337
- │ └── plugins # Contains all Webpack plugins config.
338
- │ └── rules # Contains Webpack loaders config.
339
- │ └── config.js # Main Webpack configuration.
340
- │ └── devServer.js # Development server configuration.
341
- │ └── manifest.js # Build system constants.
342
-
343
- └── .babelrc # Babel ES6 transpiler configuration.
344
- └── .editorconfig # Code editor consistency settings.
345
- └── eslint.config.mjs # ESLint 9.x flat configuration.
346
- └── .gitattributes # Git attributes configuration.
347
- └── .gitignore # Git ignore patterns.
348
- └── .stylelintrc.json # SCSS/CSS linting configuration.
349
- └── browserslist # Supported browsers configuration.
350
- └── CHANGELOG.md # Version history and updates.
351
- └── package.json # Node.js package configuration.
352
- └── README.md # This documentation file.
353
- └── webpack.config.js # Webpack entry configuration.
372
+ # Or pin v3 from npm
373
+ npm install adminator-admin-dashboard@^3
354
374
  ```
355
375
 
356
- ## Deployment
376
+ ## Browser Support
357
377
 
358
- In deployment process, you have several commands:
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.
359
379
 
360
- 1. **Production Build** - Generate optimized assets for production:
361
- ```bash
362
- npm run build
363
- ```
380
+ ## Changelog
364
381
 
365
- 2. **Production Preview** - Preview the production build locally:
366
- ```bash
367
- npm run preview
368
- ```
382
+ See [CHANGELOG.md](CHANGELOG.md) for the full version history.
369
383
 
370
- 3. **Custom Builds**:
371
- ```bash
372
- # Unminified production build (for debugging)
373
- npm run release:unminified
384
+ ### Latest releases
374
385
 
375
- # Minified production build (smallest size)
376
- npm run release:minified
377
- ```
378
-
379
- The built files will be available in the `dist/` directory.
380
-
381
- ## Built With
382
-
383
- ### Core Framework & Build Tools
384
- - [Bootstrap 5.3.8](http://getbootstrap.com/) - Modern CSS framework
385
- - [Webpack 5.103.0](https://webpack.js.org/) - Module bundler and build tool
386
- - [Babel 7.28.x](https://babeljs.io/) - JavaScript transpiler
387
- - [Sass 1.94.2](http://sass-lang.com/) - CSS preprocessor
388
- - [PostCSS 8.5.6](http://postcss.org/) - CSS transformations
389
- - [ESLint 9.39.1](https://eslint.org/) - JavaScript linting (flat config)
390
- - [Stylelint 16.26.1](https://stylelint.io/) - CSS/SCSS linting
391
-
392
- ### UI Components & Charts
393
- - [Chart.js 4.5.1](http://www.chartjs.org/) - Modern charting library
394
- - [FullCalendar 6.1.19](https://fullcalendar.io/) - Interactive calendar
395
- - [DataTables](https://datatables.net/) - Advanced table functionality
396
- - [Easy Pie Chart](http://rendro.github.io/easy-pie-chart/) - Animated pie charts
397
- - [Perfect Scrollbar 1.5.6](https://github.com/utatti/perfect-scrollbar) - Custom scrollbars
398
-
399
- ### JavaScript Libraries
400
- - **[Chart.js 4.5.1](http://www.chartjs.org/)** - Modern charting library (replaces jQuery Sparkline)
401
- - **[jsvectormap 1.7.0](https://github.com/themustafaomar/jsvectormap)** - Interactive vector maps (replaces jVectorMap)
402
- - [Lodash 4.17.21](https://lodash.com/) - Utility library
403
- - [Day.js 1.11.19](https://day.js.org/) - Modern 2KB date library (replaces Moment.js)
404
- - [Masonry 4.2.2](https://masonry.desandro.com/) - Grid layouts
405
- - **100% Vanilla JavaScript** - No jQuery dependency
406
-
407
- ### Icons & Fonts
408
- - [Font Awesome](http://fontawesome.io/) - Icon library
409
- - [Themify Icons](https://themify.me/themify-icons) - Additional icons
410
- - [Roboto Font](https://fonts.google.com/specimen/Roboto) - Google Fonts
411
-
412
- ### Additional Plugins
413
- - **HTML5 Date Inputs** - Enhanced native date pickers (replaces Bootstrap Datepicker)
414
- - [Skycons](https://darkskyapp.github.io/skycons/) - Animated weather icons
415
- - [Load Google Maps API](https://github.com/yuanqing/load-google-maps-api) - Maps integration
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.
416
390
 
417
- ## Changelog
391
+ ## Adminator for Other Platforms
418
392
 
419
- See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
420
-
421
- 📚 **[Online Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** includes comprehensive guides for all features.
422
-
423
- #### Latest Release: V 2.9.0 (2025-12-02)
424
- - **All Dependencies Updated** - Every package updated to absolute latest versions
425
- - **Enhanced SCSS Linting** - Added stylelint-config-standard-scss for proper SCSS support
426
- - **Security Fixes** - Fixed node-forge and js-yaml vulnerabilities
427
- - **Zero Linting Errors** - Both JavaScript and SCSS pass all checks
428
- - **Webpack 5.103.0** - Latest Webpack with performance improvements
429
- - **Modern Tooling** - Updated Sass 1.94.2, ESLint 9.39.1, Stylelint 16.26.1
430
-
431
- #### Previous Releases
432
- - **V 2.8.1**: Bootstrap 5.3.8, security updates, and enhanced tooling
433
- - **V 2.8.0**: Webpack 5 asset modules and dependency modernization
434
- - **V 2.7.1**: 100% jQuery-Free with modern vanilla JavaScript
435
- - **V 2.6.0**: Complete Dark Mode System with theme switching
436
- - **V 2.5.0**: Updated all dependencies, ESLint 9.x, zero vulnerabilities
437
- - **V 2.1.0**: Upgraded all dependencies
438
- - **V 2.0.0**: Upgrade to Bootstrap 5
439
- - **V 1.1.0**: Upgrade to webpack 5
440
- - **V 1.0.0**: Initial Release
393
+ - [Adminator RTL](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) right-to-left languages (Arabic, Hebrew, Persian)
441
394
 
442
395
  ## Authors
443
- [Colorlib](https://colorlib.com)
444
396
 
445
- ## Looking for More Admin Templates?
446
-
447
- **Visit [DashboardPack.com](https://dashboardpack.com/)** - Your premier destination for high-quality admin dashboard templates:
448
- - Premium and free admin templates for all major frameworks
449
- - React, Vue, Angular, Bootstrap, and vanilla JavaScript templates
450
- - Modern designs with dark mode support
451
- - Comprehensive documentation and support
452
- - Regular updates and new releases
397
+ [Colorlib](https://colorlib.com)
453
398
 
454
399
  ## More Resources from Colorlib
400
+
455
401
  - [Bootstrap Dashboards](https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/)
456
402
  - [Bootstrap Templates](https://colorlib.com/wp/free-bootstrap-templates/)
457
403
  - [HTML Templates](https://colorlib.com/wp/free-html-website-templates/)
@@ -462,4 +408,4 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
462
408
 
463
409
  ## License
464
410
 
465
- 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.