v6.4.7

ShenhanQian/GaussianAvatarsv6.4.7Aug 7, 2026by Pavel910

AI Summary

This release focuses on UI stability and workflow improvements, introducing optimistic UI updates for folder drops and resolving overflow issues in the admin interface.

Key Highlights

  • Implemented optimistic UI for folder drop without confirmation
  • Fixed sidebar menu overflow by truncating long item names
  • Resolved dynamic zone template edit dialog overflow
  • Wired drop confirmation to FolderTree to block visual updates
  • Fixed AWS scheduler creation on update

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))