v6.4.7

webiny/webiny-jsv6.4.7Aug 7, 2026by Pavel910

AI Summary

Focuses on UI overflow fixes and improvements to dynamic zones and folder drop confirmation in the CMS and ACO apps.

Key Highlights

  • UI Fix: Sidebar menu item names are now truncated to prevent layout overflow.
  • UX Improvement: Optimistic UI for folder drops without confirmation in the ACO app.
  • Bug Fix: Dynamic zone template edit dialog and description overflow issues resolved.
  • Bug Fix: AWS Scheduler creation now handles cases where it does not exist.

Full Release Notes

# [6.4.7](https://github.com/webiny/webiny-js/compare/v6.4.6...v6.4.7) (2026-08-07)

### Bug Fixes

* **app-aco:** use optimistic UI for folder drop without confirmation ([ac6b815](https://github.com/webiny/webiny-js/commit/ac6b81583fa221e5bffb2dba4d6800040d632289))
* **app-headless-cms:** dynamic zone template edit dialog and description overflow ([#5564](https://github.com/webiny/webiny-js/pull/5564))
* **admin-ui:** truncate long sidebar menu item names to prevent layout overflow ([#5561](https://github.com/webiny/webiny-js/pull/5561))
* **app-headless-cms:** wire dropConfirmation to FolderTree and block visual update until confirmed ([#5560](https://github.com/webiny/webiny-js/pull/5560))
* **api-scheduler:** create aws scheduler if not exists on update ([#5558](https://github.com/webiny/webiny-js/pull/5558))