v5.40.8
webiny/webiny-jsv5.40.8Jan 14, 2025by adrians5j
AI Summary
A minor bug fix release addressing issues in Headless CMS default values, form field commits, accordion overflow behavior, and UI styling.
Key Highlights
- Fixed default value application for single-value fields in Headless CMS.
- Fixed accordion overflow behavior when expanded.
- Corrected form field value commit logic to handle non-existent fields.
- Updated UI to use CSS variables instead of hardcoded values.
Full Release Notes
## [5.40.8](https://github.com/webiny/webiny-js/compare/v5.41.4...v5.40.8) (2025-01-05) ### Bug Fixes * **app-headless-cms:** apply default value to single-value fields only ([6073223](https://github.com/webiny/webiny-js/commit/60732233b3f7aa7f622487af19d6dfc74fda31b9)) * **app-headless-cms:** toggle overflow when accordion is expanded ([62f1952](https://github.com/webiny/webiny-js/commit/62f19520ab2972bd556803a043a1acfa3afddc01)) * **form:** commit field value to form even if the field doesn't exist ([3692b51](https://github.com/webiny/webiny-js/commit/3692b51c1fdaaed0873cd99f9f48b1b3972a5ccd)) * **ui:** use CSS variable instead of hardcoded values ([105f3d8](https://github.com/webiny/webiny-js/commit/105f3d8acf9fab9c63d285e496c224904d0d8f62))