Blog Sections Open
EvoUI v1.0.5: Manager Frames, Livewire Assets, and Mobile Table Polish
EvoUI v1.0.5 is a maintenance release focused on manager usability and runtime reliability for Evolution CMS modules that build on the shared EvoUI foundation.
EvoUI v1.0.5 is a practical maintenance release for the shared manager UI layer used by modern Evolution CMS modules. It does not change the product direction; it tightens the everyday details that make module screens feel reliable inside the Evolution manager.
The release focuses on embedded manager frames, responsive module tables, Livewire runtime assets, repeated rich text initialization, and a few table-field improvements that matter when modules are used in real projects rather than only in clean demos.
What changed
- Fixed mouse wheel scrolling inside embedded manager frames.
- Switched module tables to a cleaner list layout on narrow screens.
- Improved table image thumbnails and preview typography.
- Restored the tab title font size in manager tabs.
- Fixed repeated rich text field initialization.
- Preloaded the module table per-page preference from cookies.
- Fixed Livewire manager asset routing through Evolution CMS manager entrypoints.
- Scoped Livewire runtime routes to EvoUI manager endpoints, so manager modules can load runtime assets more reliably.
For module developers
This release also adds Livewire testing foundation shims and module table support for clean state and multi-select fields. Those changes make it easier to build and test EvoUI-based modules without each package inventing its own small compatibility layer.
If your package uses EvoUI screens, this is a safe update to pull in before shipping manager UI work. It mainly reduces rough edges around embedded screens, mobile layouts, and asset delivery.
Upgrade notes
After updating, clear the Evolution CMS cache and make sure the manager can load EvoUI and Livewire assets. If a deployment has stale published assets, republish the EvoUI assets from the project core:
php artisan vendor:publish --tag=evo-ui --force
EvoUI v1.0.4: Stable Manager UI Foundation for Evolution CMS Modules
EvoUI v1.0.4 summarizes the 1.0.1-1.0.4 stabilization line: shared manager UI contracts, runtime asset publishing, localized docs, QA gates, and safer fresh installs.