Releases: ArtisanPack-UI/visual-editor
Releases · ArtisanPack-UI/visual-editor
v1.0.0
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).
v1.0.0-beta1
Immutable
release. Only release title and notes can be modified.
First public beta of the V1 surface. Ships the post editor, the site
editor, the block fork to the artisanpack/* namespace, and first-class
pairing with artisanpack-ui/cms-framework. See the README
and the docs/ directory for the full V1 surface.
Added
- Site editor (Phase H). Mounted at
/visual-editor/site. Templates,
template parts, theme.json-backed global styles, navigation menus, and
patterns — all editable through a custom shell built on
@wordpress/block-editor. Backed by cms-framework's
Template/TemplatePart/GlobalStyles/Menu/Patternmodels when
cms-framework is installed; fail-closedSiteEditorAccessGate
defaults to deny until the host binds a permissive gate (or installs
cms-framework, which auto-bindsCmsFrameworkInstallGate). - Documentation set. Fifteen new / refreshed docs covering install,
content model, Blade component reference, post-editor surface, custom
blocks, renderers, site-editor surface, templates, global styles,
navigation, patterns, Livewire and Inertia embedding recipes,
theming, troubleshooting, and migration. Entry point:
docs/getting-started.md. - V1 expansion plan retained as historical record:
docs/plans/11-v1-expansion.md.
Changed
- README rewritten to reflect final V1 scope: post editor + site editor
- patterns + Livewire/Inertia embedding.
v1.0.0-alpha.1
Immutable
release. Only release title and notes can be modified.
Release 1.0.0-alpha.1. See CHANGELOG.md for details.