Changelog
4.0.0 (2026-08-09)
ReactPress 4.0.0 stable — npm @latest (#88). Install: npm i -g @fecommunity/reactpress.
- Release: promotes 4.x from
@betato@latest - Docs / README / Admin: default install path is stable 4.0.0
- Publish CLI:
promote to stableversion mode;resolveNpmTagmaps4.0.0→latest
4.0.0-beta.18 (2026-07-12)
ReactPress 4.0 beta.18 — npm @beta at the time. Install: npm i -g @fecommunity/reactpress@beta.
- CLI: zero-dependency bundled runtime, theme install/proxy improvements,
doctor/ logging polish - Desktop: cross-platform installer workflow; uploads to GitHub Releases on publish
- Docs: Algolia DocSearch, changelog sidebar, hero version tags; README and demo media refresh
- Assets: star history charts under
public/star-history/
4.0.0-beta.0 (2026-06-27)
ReactPress 4.0 Extend (beta) — plugins, desktop client, theme catalog. Install: npm i -g @fecommunity/reactpress@beta.
- Plugins (#69): Hook system,
plugin.jsonmanifest, Admin slots; built-inhello-world,seo,image-optimizer - Desktop (#70): Electron + SQLite local mode; remote API + sync to server
- Themes (#71): npm catalog (
theme-starter),theme add/list, preview pool; hello-world docs refresh - Migration: 3.x → 4.0 guide
3.7.0 (2026-06-23)
Security — SQL injection and stored XSS fixes.
- SQL injection: whitelist filter column names in public list API
findAll()handlers - Stored XSS: sanitize comment HTML after markdown parsing; require JWT for
POST /comment; CSP headers via Helmet - Credit: reported by lsr365400
3.6.0 (2026-06-14)
Docs CI/CD & deployment — automated docs pipeline and Vercel migration.
- Docs deployment: GitHub Actions CI/CD for documentation site
- Vercel: config moved to repo root; links updated to new deployment URL
- CI: deprecated deploy workflow removed; MySQL image via AWS ECR mirror for faster GHA builds
- Config: improved
DOCS_SITE_URLhandling in deployment
3.5.0 (2026-06-14)
Theme catalog — npm-based theme discovery and management.
- Added
theme.catalog.schema.jsonandthemes/package.json
3.4.0 (2026-06-12)
Community — clearer issue reporting.
- Updated bug report, feature request, and config issue templates
3.3.0 (2026-06-07)
Community & security — governance and vulnerability reporting.
- Added
CODE_OF_CONDUCT.mdandSECURITY.md
3.2.0 (2026-06-07)
Theme development — Next.js tooling for theme authors.
- Next.js configuration and node helpers for theme development workflow
3.1.1 (2026-06-07)
Bug Fixes
- Corrected
theme.manifest.schema.json$idURL for accuracy
3.1.0 (2026-06-07)
Toolkit theme refactor — modular exports, first-class theme development.
- Toolkit 3.1: split into
theme/ui/app/pluginsubmodules; theme manifest, appearance config (Formily), SSR bootstrap, site settings & preview - CLI 3.0.3:
reactpress nginxreverse proxy; Dockermysqldumpindb backup; build target selection & step logging; improved UX - Brand assets: centralized
public/brand/+pnpm export:brandto sync logos/favicons across server, web, cli, and themes - Docs: official theme section, Lighthouse scores; theme manifest schema URL updated
3.0.0 (2026-05-17)
ReactPress 3.0 Platform — one package, one command, your CMS in about a minute.
- Zero config:
reactpress init+reactpress dev, embedded Docker MySQL - Single entry:
@fecommunity/reactpress@3 - DX: interactive menu,
doctor,status, Headless (API Key, Webhook, health) - Breaking:
@fecommunity/reactpress-serverdeprecated — migration guide
2.0.1 (2025-09-26)
Bug Fixes
- correct HttpClient filename case sensitivity (7dd892a)
Features
- add config for toolkit package (0ed839d)
2.0.0 (2025-09-21)
Bug Fixes
Features
- add hello-world template (7e2c948)
- add reactpress toolkit (58f9312)
- add swagger v2 ui (ef9fdc1)
- add twentytwentyfive theme (715281f)
- support npx install server (e7f7b97)
- support quick install (96c1d0a)
1.10.0 (2025-08-03)
Features
- add type defs for config (d8a6fed)
1.9.0 (2025-05-21)
1.8.0 (2025-03-22)
Features
- upgrade next version (64cac4d)
1.0.0 (2024-09-28)
Features
- init easy-blog project (a6b73a1)
