Release v2.7.1 - Minor version bump with maintenance updates
- Updated version to 2.7.1 in package.json and documentation
- Enhanced code quality and stability improvements
- Removed AI emoji icons from README and CHANGELOG for cleaner documentation
- Updated documentation and changelog formatting
- Fixed ESLint configuration compatibility issues
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Enhanced code quality and stability improvements
- Updated documentation and changelog formatting
## [2.7.0] - 2025-07-09
### 🚀 jQuery-Free Release
### jQuery-Free Release + NPM Package Publication
This release represents a **major performance milestone** - complete removal of jQuery dependency and all jQuery-based plugins, resulting in a modern, lightweight, and significantly faster admin template.
# After installation, navigate to package directory
cd node_modules/adminator-admin-dashboard
# Install dev dependencies for customization
npm install
# Start development server
npm start
```
This release represents a **major performance milestone** - complete removal of jQuery dependency and all jQuery-based plugins, resulting in a modern, lightweight, and significantly faster admin template.
### 💥 Performance Improvements
### Performance Improvements
**Bundle Size Reduction:**
- **~600KB Reduction**: Complete elimination of jQuery and jQuery-dependent plugins
@ -14,22 +60,22 @@ This release represents a **major performance milestone** - complete removal of
- **Modern Architecture**: ES6+ class-based components with zero legacy overhead
**Removed jQuery Dependencies:**
- ❌ `jquery` (3.7.1) - Replaced with vanilla JS DOM manipulation
- ❌ `jquery-sparkline` (2.4.0) - Replaced with Chart.js mini charts
- ❌ `bootstrap-datepicker` (1.10.0) - Replaced with HTML5 date inputs + vanilla JS
**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.
🚀 **Latest Update (v2.7.0)**: **100% jQuery-Free** - Complete removal of jQuery dependency (~600KB bundle reduction) with modern vanilla JavaScript implementation.
**Latest Update (v2.7.1)**: **100% jQuery-Free** - Complete removal of jQuery dependency (~600KB bundle reduction) with modern vanilla JavaScript implementation.
⚡ **Performance Benefits**: Faster load times, smaller bundle size, modern ES6+ code, and zero jQuery overhead.
**Performance Benefits**: Faster load times, smaller bundle size, modern ES6+ code, and zero jQuery overhead.
📚 **[Complete Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Detailed setup guides, API reference, and examples
**[Complete Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** - Detailed setup guides, API reference, and examples
Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
@ -35,48 +35,48 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
- [Authors](#authors)
- [License](#license)
## What's New in v2.7.0
🚀 **jQuery-Free Release** - Complete removal of jQuery dependency with modern vanilla JavaScript:
### 💥 Major Performance Improvements
- **⚡ ~600KB Bundle Reduction**: Eliminated jQuery and all jQuery-dependent plugins
- **🚀 Faster Load Times**: Native DOM manipulation for optimal performance
- **ESLint 9.x**: Migrated to modern flat config format
@ -86,7 +86,48 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
## Getting Started
In order to run **Adminator** on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below. Prebuilt static assets can be found under [releases](https://github.com/puikinsh/Adminator-admin-dashboard/releases).
You can use **Adminator** in several ways:
### NPM Package Installation (Recommended)
Install the complete template as an npm package:
```bash
# Install via npm
npm install adminator-admin-dashboard
# Or install via yarn
yarn add adminator-admin-dashboard
```
**Package Information:**
- **Package Name**: `adminator-admin-dashboard`
- **Version**: 2.7.1 (jQuery-free release)
- **Size**: 5.7 MB (includes source + built assets)
# Install development dependencies (if you want to customize)
npm install
# Start development server
npm start
```
**What's included in the npm package:**
- Complete source code (`src/` directory)
- Pre-built production assets (`dist/` directory)
- All dependencies and development tools
- Documentation (CLAUDE.md, CHANGELOG.md)
- Ready-to-use HTML templates
### Local Development Setup
For development and customization, clone the repository:
#### Prerequisites
- **Node.js 18.12.0 or higher** (tested with Node.js 23.11.0)
@ -95,8 +136,6 @@ In order to run **Adminator** on your local machine all what you need to do is t
#### Installing & Local Development
Start by typing the following commands in your terminal in order to get **Adminator** full package on your machine and starting a local development server with live reload feature.
* [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
@ -343,13 +388,13 @@ See [CHANGELOG.md](CHANGELOG.md) for detailed version history.
📚 **[Online Documentation](https://puikinsh.github.io/Adminator-admin-dashboard/)** includes comprehensive guides for all features.