Skip to content

EvoUI v1.0.1

Choose a tag to compare

@Dmi3yy Dmi3yy released this 11 May 16:06
22786e9

Release 1.0.1

This release stabilizes the EvoUI-based manager experience across sSeo, sLang, and sSettings, removes legacy manager UI assets, and adds a shared release gate for future EvoUI-compatible module releases.

Highlights

  • Migrated manager screens to the shared evo-ui UI foundation.
  • Removed legacy local manager CSS/JS where the UI is now owned by EvoUI.
  • Added repeatable contract/smoke tests for release safety.
  • Added a four-module release gate for evo-ui, sSeo, sLang, and sSettings.
  • Normalized package metadata and evolution-cms/evo-ui dependency constraints.

sSeo

  • Rebuilt the manager module shell on EvoUI/Livewire.
  • Migrated Dashboard, Redirects, Configuration, Robots, Meta Templates, Analytics, and resource SEO fields to EvoUI contracts.
  • Removed old Tailwind/theme assets, legacy JS helpers, old tab Blade views, redirects row partials, custom pagination, and obsolete manager UI assets.
  • Added declarative config for module tabs, settings forms, analytics forms, redirects table, and activity table.
  • Added Livewire editors for Robots and Meta Templates.
  • Added provider-backed tables for redirects and dashboard activity.
  • Improved dashboard card spacing/width, activity table layout, form label alignment, modal helper text, and dirty-state save feedback.
  • Added multilingual dDocs-ready documentation.

sLang

  • Stabilized Dictionary and Configuration screens on EvoUI/Livewire.
  • Added package-owned manager assets for the small remaining module shell behavior.
  • Removed migrated legacy Dictionary/Settings manager screens and obsolete manager endpoints.
  • Documented the Evolution resource edit tab bridge as an explicit compatibility boundary.
  • Added localized resource bridge docs.
  • Kept resource tabs isolated from EvoUI module screens while preserving Evolution form#mutate, TabPane, TinyMCE/CodeMirror, and translate-only behavior.
  • Added repeatable package tests, regression runner, and demo smoke coverage.
  • Normalized release metadata to GPL-3.0-or-later and evolution-cms/evo-ui: ^1.0.

sSettings

  • Rebuilt manager UI around EvoUI/Livewire.
  • Added Settings and Configure panels with schema-backed tabs.
  • Added field catalog support, schema normalization, system setting synchronization, advanced field types, option lists, and configure builder behavior.
  • Removed legacy Configure Blade screen and old partial-based field renderer.
  • Added compact settings layout, shared save behavior, manager icon alignment, translations, docs, and smoke tests.
  • Normalized release metadata to GPL-3.0-or-later, evolution-cms/evo-ui: ^1.0, and added composer test.