Skip to content

v3.0.0-beta.16

Choose a tag to compare

@lane711 lane711 released this 26 Jun 22:25
· 10 commits to main since this release

Changes

  • Example plugin ships with new installsnpm create sonicjs@latest now scaffolds an example plugin demonstrating routes, admin UI, collections, hooks, and settings
  • Fix: plugin settings save no longer wipes Routes/Admin Path — saving configSchema form fields previously replaced the full settings JSON, removing _routes and _adminPath; now merges with existing settings
  • Plugin renamehello-cruel-worldexample plugin with cleaner UX

Installation

npm create sonicjs@latest my-app

Or update existing project:

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