Skip to content

v3.0.0-beta.14

Choose a tag to compare

@lane711 lane711 released this 25 Jun 21:04
· 13 commits to main since this release

Changes

  • feat(auth): deny-by-default public access + CollectionConfig.access for per-collection public read control
  • feat(auth): configurable post-login redirect via ?redirect= query param
  • feat(admin): interactive JSON viewer for json-type fields in content editor
  • fix(auth): return JWT from POST /auth/login
  • fix(cors): apply CORS middleware globally (not per-route)
  • fix(admin): sidebar plugin links visible on all admin pages
  • fix(stats): multiple stats worker fixes
  • fix: remove duplicate media_asset seed registration (internal type now filtered correctly from content type dropdowns)

Installation

npm create sonicjs@latest my-app

Or update existing project:

npm install @sonicjs-cms/core@3.0.0-beta.14