Skip to content

Latest commit

 

History

History
205 lines (99 loc) · 7.92 KB

File metadata and controls

205 lines (99 loc) · 7.92 KB

3.4.0 (2026-02-08)

Features

  • advanced filter redesign with enhanced operators and nested groups (110e3ae)

3.3.2 (2026-02-08)

Bug Fixes

3.3.1 (2026-02-08)

Bug Fixes

  • dark/light mode compatibility for entire admin UI (bcc7711)

3.3.0 (2026-01-28)

Features

  • modernize UI with Heroicons and improved modal design (cc38746)

3.2.8 (2026-01-04)

Bug Fixes

  • use relative path for menu link (9e1ba91)

3.2.7 (2025-12-14)

Bug Fixes

  • simplify exports config like magic-sessionmanager (487215f)

3.2.6 (2025-12-14)

Bug Fixes

  • update package-lock.json for CI compatibility (92b2d0d)

3.2.5 (2025-12-14)

Bug Fixes

  • clean up README formatting (fd31589)

3.2.4 (2025-12-14)

Bug Fixes

  • update optionalDependencies for CI compatibility (fef0c25)

3.2.3 (2025-12-14)

Bug Fixes

  • enable npm provenance with OIDC trusted publishing (9b72e83)

3.2.2 (2025-12-14)

Bug Fixes

  • update release workflow for new npm token requirements (ae2c41a)

3.2.1 (2025-12-14)

Bug Fixes

  • add debug mode documentation to README (f9ba17a)
  • add debug mode for plugin logging (3bc45ba)

3.2.0 (2025-12-08)

Features

  • enhance pull request template with query builder specific sections and filter testing checklist (4c45c89)

3.1.0 (2025-12-08)

Features

  • enhance GitHub issue templates with query builder specific fields and feature request template (468275b)

3.0.3 (2025-12-08)

Bug Fixes

  • update CI workflow to use Node.js 22 for compatibility with dependencies (bc20bd0)

3.0.2 (2025-12-08)

Bug Fixes

  • add GitHub templates for better open-source collaboration (2477e70)

3.0.1 (2025-12-04)

Bug Fixes

  • ci: run build before verify in GitHub Actions (707403e)

3.0.0 (2025-12-04)

Features

  • migrate to Strapi v5 Document Service API (816806c)

BREAKING CHANGES

  • 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)

Features

  • Migrate repository to Schero94/Magicmark (e98e473)

BREAKING CHANGES

  • Repository location has changed to github.com/Schero94/Magicmark

1.3.1 (2025-10-28)

Bug Fixes

  • Correct author name to Schero D. (aa41c5a)

1.3.0 (2025-10-28)

Features

  • Complete production release with screenshots (005cbea)

1.2.0 (2025-10-28)

Features

  • Production ready with corrected NPM token (b702a04)

1.1.0 (2025-10-28)

Features

  • Ready for NPM - Complete Strapi v5 plugin (75ae6c5)

1.0.0 (2025-10-28)

Bug Fixes

  • 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)

Features

  • Initial release of MagicMark v1.0.0 (e8b0b88)