Releases: jaimemartinez/wordjs
Release list
v1.12.11
Pre-compiled WordJS bundle — download wordjs-v1.12.11.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
- mail-server 2.2.2 (resizable columns) + 40 premium marketplace themes by @jaimemartinez in #272
- fix(editor): make the Puck canvas immutable against the page's own CSS by @jaimemartinez in #273
- 1.12.11 — Gutenberg-style editor chrome + reliable canvas contract + scrollable tall pages by @jaimemartinez in #274
Full Changelog: v1.12.10...v1.12.11
v1.12.10
Pre-compiled WordJS bundle — download wordjs-v1.12.10.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
- 1.12.10 — media upload + picker i18n, API-token capability, mail-server modal z-index by @jaimemartinez in #271
Full Changelog: v1.12.9...v1.12.10
v1.12.9
Pre-compiled WordJS bundle — download wordjs-v1.12.9.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
- 1.12.9 — certificate issuance could never finalize by @jaimemartinez in #270
Full Changelog: v1.12.8...v1.12.9
v1.12.8
Pre-compiled WordJS bundle — download wordjs-v1.12.8.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
- 1.12.8 — shared-IP login lockouts, and DNS-01 "No such challenge" by @jaimemartinez in #269
Full Changelog: v1.12.7...v1.12.8
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
v1.12.6
Pre-compiled WordJS bundle — download wordjs-v1.12.6.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
- fix(mail-server): pin the CIDR prefix guard against a forged SPF pass + RFC 4291 dotted-quad IPv6 by @jaimemartinez in #261
- fix(mail-server): accept a softfail instead of rejecting it with 550 (RFC 7208 §8.5) by @jaimemartinez in #264
- fix(themes): switching a theme left the OLD theme's process running and serving stale hooks by @jaimemartinez in #263
- fix(mail): anchor the corporate-mailbox gate on admin-owned state, not a writable email by @jaimemartinez in #262
- chore(release): 1.12.6 by @jaimemartinez in #265
Full Changelog: v1.12.5...v1.12.6
v1.12.5
Pre-compiled WordJS bundle — download wordjs-v1.12.5.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
- fix(plugins): isolate teardown invariants + log sanitizers (safe split of #258) by @jaimemartinez in #260
- fix(mail-server): stop rejecting ALL inbound mail (sandbox-incompatible SPF resolver) + real SMTP response codes by @jaimemartinez in #257
- fix(plugins): load marketplace plugins' frontend hooks at runtime (v1.12.5) by @jaimemartinez in #256
Full Changelog: v1.12.4...v1.12.5
v1.12.4
Pre-compiled WordJS bundle — download wordjs-v1.12.4.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
- fix(plugins): install a marketplace plugin's declared deps on activation (1.12.3 regression) by @jaimemartinez in #255
Full Changelog: v1.12.3...v1.12.4
v1.12.3
Pre-compiled WordJS bundle — download wordjs-v1.12.3.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
- feat(plugins): marketplace plugins fully work in production (admin pages + Puck blocks) + move to marketplace by @jaimemartinez in #254
Full Changelog: v1.12.2...v1.12.3
v1.12.2
Pre-compiled WordJS bundle — download wordjs-v1.12.2.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
- docs(release): 1.12.2 — pin
npx create-wordjs@latestin all docs by @jaimemartinez in #253
Full Changelog: v1.12.1...v1.12.2