Skip to content

Release v1.62 🌈

Latest
Compare
Choose a tag to compare
@btsgh btsgh released this 19 Feb 09:48
· 36 commits to master since this release
dd81167

Features

  • Inspect State CTA for Discovery: Added a new "Inspect State" call-to-action to enhance discoverability. (#39100)
  • Infinite Scroll (Behind Feature Flag): Introduced infinite scrolling support for applicable components, gated behind a feature flag. (#39207)
  • Dropdown Form Control Grouping: Implemented group identifiers for dropdown form controls to improve usability. (#39256)
  • Lazy Loading for Select Widget: Enabled lazy loading to enhance performance and responsiveness. (#38867)

Fixes

  • Sourcemaps Fix: Resolved issues related to incorrect source mapping. (#39301)
  • Reduced Cyclic Dependencies: Removed incorrect exports to optimize dependency resolution. (#39268)
  • Fixed S3 Error Handling: Improved error handling for S3 integrations. (#39240)
  • Loading Indicator for Infinite Tables: UI enhancements for loading state in infinite-loading tables. (#39208)
  • Single Select Dropdown - Allow Clear Option: Enabled users to clear selections in single-select dropdowns. (#39213)
  • Optimized Heavy Database Operations: Scheduled MS-SQL heavy operations on a bounded elastic thread pool for better performance. (#39176)