Immutable
release. Only release title and notes can be modified.
First stable release of the V1 surface. Promotes 1.0.0-beta1 to GA
with the additions and fixes listed below. The post editor, site
editor, artisanpack/* block fork, and first-class
artisanpack-ui/cms-framework pairing — all introduced across
1.0.0-alpha.1 and 1.0.0-beta1 — are now considered stable. See the
README and the docs/ directory for the full V1
surface.
Added
- Laravel 13 support.
illuminate/supportconstraint updated to
^11.0|^12.0|^13.0(Laravel 5.3–10 are no longer supported — the
previous>=5.3floor was effectively dead code, sinceorchestra/ testbenchalready pinned us to Laravel 11+). Laravel 13 requires
PHP 8.3+, which is enforced transitively through L13's ownphp
constraint; the package PHP floor (^8.2) is unchanged for users
staying on Laravel 11/12.
Fixed
- Paragraph block-gap spacing. Paragraph blocks now correctly
inheritis-layout-flowblock-gap spacing in the rendered output
(#540). artisanpack/post-titleeditable inline. The post-title block
now edits the live entity directly instead of getting stuck on its
initial value (#546).- FontSizePicker duplicate-key warnings. Font-size presets are
now deduplicated before being handed toFontSizePicker, silencing
the React duplicate-key warning that surfaced under certain
theme.json configurations (#547). tsc --noEmiterrors in the core-data shim. Resolved the
TypeScript errors surfaced bytsc --noEmitin the core-data shim
and its tests (#542).