3.4.0 (2026-02-08)
- advanced filter redesign with enhanced operators and nested groups (110e3ae)
3.3.2 (2026-02-08)
- remaining dark mode issues - light backgrounds and text colors (1678432), closes #EEF0FF #FEE2E2 #f0f0ff #F3F4F6
3.3.1 (2026-02-08)
- dark/light mode compatibility for entire admin UI (bcc7711)
3.3.0 (2026-01-28)
- modernize UI with Heroicons and improved modal design (cc38746)
3.2.8 (2026-01-04)
- use relative path for menu link (9e1ba91)
3.2.7 (2025-12-14)
- simplify exports config like magic-sessionmanager (487215f)
3.2.6 (2025-12-14)
- update package-lock.json for CI compatibility (92b2d0d)
3.2.5 (2025-12-14)
- clean up README formatting (fd31589)
3.2.4 (2025-12-14)
- update optionalDependencies for CI compatibility (fef0c25)
3.2.3 (2025-12-14)
- enable npm provenance with OIDC trusted publishing (9b72e83)
3.2.2 (2025-12-14)
- update release workflow for new npm token requirements (ae2c41a)
3.2.1 (2025-12-14)
3.2.0 (2025-12-08)
- enhance pull request template with query builder specific sections and filter testing checklist (4c45c89)
3.1.0 (2025-12-08)
- enhance GitHub issue templates with query builder specific fields and feature request template (468275b)
3.0.3 (2025-12-08)
- update CI workflow to use Node.js 22 for compatibility with dependencies (bc20bd0)
3.0.2 (2025-12-08)
- add GitHub templates for better open-source collaboration (2477e70)
3.0.1 (2025-12-04)
- ci: run build before verify in GitHub Actions (707403e)
3.0.0 (2025-12-04)
- migrate to Strapi v5 Document Service API (816806c)
- Schema field changes
- Renamed createdBy/updatedBy to creatorId/updaterId (string fields)
- Removed relation dependency on admin::user
Changes:
- Migrated all services from entityService to strapi.documents()
- Migrated controllers from db.query to strapi.documents()
- Removed all emojis from server logs (replaced with [TAG] format)
- Added proper JSDoc documentation to all functions
- Fixed relation handling (now uses string documentIds)
- Added entityService as documented fallback for admin::user
- Updated content-types schema for Strapi v5 compliance
Strapi v5 Rules Compliance:
- strapi.db.query() = 0 (FORBIDDEN)
- strapi.entityService = 1 (fallback only)
- strapi.documents() = 9+ (RECOMMENDED)
- Emojis in code = 0 (NONE)
- JSDoc comments = 41 blocks
2.0.0 (2025-11-01)
- Migrate repository to Schero94/Magicmark (e98e473)
- Repository location has changed to github.com/Schero94/Magicmark
1.3.1 (2025-10-28)
- Correct author name to Schero D. (aa41c5a)
1.3.0 (2025-10-28)
- Complete production release with screenshots (005cbea)
1.2.0 (2025-10-28)
- Production ready with corrected NPM token (b702a04)
1.1.0 (2025-10-28)
- Ready for NPM - Complete Strapi v5 plugin (75ae6c5)
- Add all semantic-release plugins as devDependencies (0781cf1)
- Add platform-specific SWC binaries for GitHub Actions (d8c942f)
- Add rollup platform binaries for CI/CD (e6944f8)
- Update package-lock.json for semantic-release (76014b5)
- Update repository URLs to fame361/Magicmark (2554a24)
- Initial release of MagicMark v1.0.0 (e8b0b88)