New Features
- AnimatedGridLayout Component: Introduced the
AnimatedGridLayout
component to enhance UI flexibility and user experience. (#34825)
Bug Fixes
- Pencil Icon Restoration: Restored the pencil icon for the editable text component, ensuring a consistent user interface. (#35855)
- Mandatory Date Column Enforcement: Fixed issues with enforcing mandatory date columns, improving data validation. (#35613)
- Widget Overflow and Binding Issues: Addressed problems with widget overflow and show binding, enhancing widget behavior. (#35651)
- Theme Update/Save Process: Resolved bugs in how themes are updated and saved after import, ensuring smoother theme management. (#35692)
- Table Column Preview: Fixed an issue where hidden table columns were not greyed out in preview mode. (#35729)
- View Mode Canvas Margin: Corrected canvas margin issues in view mode, improving layout consistency. (#35619)
Performance Improvements
- JSONForm Widget Optimization: Optimized the
clear errors
function in JSONForm widgets to improve performance. (#35717) - PolicyMap Indexes: Added indexes for
policyMap
to enhance query response time. (#35676)
Chores and Maintenance
- Error Logging: Added error logs for consolidated API operations and additional logs for captcha failures to improve debugging. (#35779, #35751)
- Resource Type Check: Updated
isResourceUpdated
implementation to validate the presence ofresourceType
. (#35765) - Yarn Cache and Configuration: Made updates to the yarn cache and configuration, including renaming
wds
packages and uncommenting yarn cache. (#35668, #35686) - Resize Handle Centering: Updated the implementation to use
translate
for centering the resize handle, improving UI precision. (#35665) - Anvil on Canvas UI Tests: Added Anvil on Canvas UI tests to ensure functionality and prevent regressions. (#35342)
- Default Values for WDS Widgets: Included
isVisible
in default values for WDS widgets to standardize behavior. (#35624)