github SonicJs-Org/sonicjs v2.19.0

17 hours ago

Highlights

✨ New Feature

  • Admin code export modal for collections (#831) — Generate ready-to-use TypeScript collection config code directly from the admin UI.

🐛 Bug Fixes

  • Fix crash on array fields with media items (#838) — Collections configured as type: 'array' with items: { type: 'media' } no longer break the new-content form with TypeError: url.toLowerCase is not a function.
  • Make AuthManager.verifyToken usable from custom Hono routes (#819)
  • Use null instead of undefined for SVG D1 inserts (#818)
  • create-sonicjs: use MEDIA_BUCKET binding name in starter wrangler.toml (#827)

🧹 Maintenance

  • README and wrangler.toml updated for Cloudflare binding options (#824)
  • Batch dependabot bumps (#828)

Installation

npm create sonicjs@latest my-app

Or update an existing project:

npm install @sonicjs-cms/core@2.19.0

Full Changelog: v2.18.1...v2.19.0

Don't miss a new sonicjs release

NewReleases is sending notifications on new releases.