Skip to content

Releases: ArtisanPack-UI/visual-editor

v1.0.0

08 Jun 23:09
Immutable release. Only release title and notes can be modified.
c9b1fda

Choose a tag to compare

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/support constraint updated to
    ^11.0|^12.0|^13.0 (Laravel 5.3–10 are no longer supported — the
    previous >=5.3 floor was effectively dead code, since orchestra/ testbench already pinned us to Laravel 11+). Laravel 13 requires
    PHP 8.3+, which is enforced transitively through L13's own php
    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
    inherit is-layout-flow block-gap spacing in the rendered output
    (#540).
  • artisanpack/post-title editable 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 to FontSizePicker, silencing
    the React duplicate-key warning that surfaced under certain
    theme.json configurations (#547).
  • tsc --noEmit errors in the core-data shim. Resolved the
    TypeScript errors surfaced by tsc --noEmit in the core-data shim
    and its tests (#542).

v1.0.0-beta1

05 Jun 01:08
Immutable release. Only release title and notes can be modified.
4782008

Choose a tag to compare

v1.0.0-beta1 Pre-release
Pre-release

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/Pattern models when
    cms-framework is installed; fail-closed SiteEditorAccessGate
    defaults to deny until the host binds a permissive gate (or installs
    cms-framework, which auto-binds CmsFrameworkInstallGate).
  • 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

20 Apr 22:02
Immutable release. Only release title and notes can be modified.
9bc7df3

Choose a tag to compare

Release 1.0.0-alpha.1. See CHANGELOG.md for details.