v1.12.7
Pre-compiled WordJS bundle — download wordjs-v1.12.7.zip, then:
npm run release:install # installs runtime deps only (no compilation)
npm run start:mono # one process, one port (or: npm start for the 3-service split)
Finish setup in the browser (install wizard: pick SQLite or PostgreSQL, create your admin).
See INSTALL.md inside the bundle and documentation/deployment.md for details.
Or skip the manual download entirely:
npx create-wordjs my-site
What's Changed
- ci(marketplace): replace a catalog gate that could never fail with a real one by @jaimemartinez in #259
- chore(deps): react + react-dom 19.2.8 (supersedes #248, #251) by @jaimemartinez in #266
- fix(acme): DNS-01 published a double-hashed TXT value no CA could ever match by @jaimemartinez in #267
- chore(release): 1.12.7 by @jaimemartinez in #268
Full Changelog: v1.12.6...v1.12.7