You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
LRU Cache for MockDB Connections (#36480): We've introduced a Least Recently Used (LRU) cache for our mockDB connections, improving performance and efficiency when handling database operations.
Fixes
Modal Height Adjustment (#36589): Resolved an issue with modal height by removing the minimum content constraint, ensuring a better user experience.
Plugin Action Editor Improvements (#36574): Implemented quick fixes to enhance the current functionality of the Plugin Action Editor, making it more user-friendly and responsive.
Image Icon Alignment (#35992): Fixed the alignment of icons when the data type is set to image, ensuring consistency and visual appeal.
JavaScript Library Load Handling (#36539): Improved the functionality for loading JavaScript libraries, particularly handling default exports more effectively.
Mongo Schema Collections Order (#36062): Corrected the order of Mongo schema collections in the Mongo plugin for better organization and clarity.
Unique Default Export Naming (#36483): Updated the handling of JavaScript library default exports to use a unique name instead of the default key, reducing potential conflicts.