# @nice2dev/admin — Changelog

## [0.2.0] — 2026-03-25

### Added (FAZA 7.6)

- **DashboardGrid** — configurable dashboard with draggable widgets
- **UserTable** — user management table with CRUD
- **RoleEditor** — role/permission assignment matrix
- **AuditLog** — searchable audit trail with filters
- **SettingsPanel** — app settings with categories
- **FeatureFlagManager** — toggle features with % rollout, user targeting
- **SystemHealth** — real-time system status dashboard
- **BackupManager** — backup/restore with scheduling
- **HoneyTokenDashboard** — intrusion detection tokens
- **ImportExport** — data import/export wizard
- 10 unit tests

---

## [0.1.0] — 2025-06-01

Initial beta scaffolding.

All notable changes to **@nice2dev/admin** will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] — 2026-06-16

### Added

- `NiceHoneyTokenDashboard` — honey token security dashboard for detecting unauthorized access via decoy resources
- `useFeatureGate` — React hook for feature flag gating with fallback rendering

---

## [0.1.0] — 2025-06-01

### Added
- `NiceAdminDashboard` — admin dashboard with configurable widget grid
- `NiceAdminUsers` — user management table with CRUD and role assignment
- `NiceAdminRoles` — role management with permission matrix
- `NiceAdminAuditLog` — audit log viewer with search and filtering
- `NiceAdminSettings` — system settings editor with sections and validation
- `NiceAdminNotifications` — notification management panel
- `NiceFeatureFlags` — feature flag management with environments
- `NiceImportExport` — data import/export with format selection and mapping
