This update brings new Sidebar, Maps & other components, JSX Copy Code feature, improvements and bug fixes from Github reports.
New Components & Improvements
- Components: Sidebar
- Components: Maps Bubbles
- Components: Advanced select Minimum search length
- Components: Combobox Minimum search length
- Components: Overlay. It is now possible to call overlay methods directly on the overlay itself, without the need to associate the overlay with any button. At the same time, the old functionality has been retained to ensure backward compatibility.
- Components: Remove Element. Added "getInstance" method.
Fixes and Improvements
- Feature: Added the ability to copy HTML as JSX.
- Feature: New parameter optionAllowEmptyOption has been added for the Advanced Select. [Issue #530] and [PR #532]
- Feature: New parameter minSearchLength has been added for the Advanced Select and Combobox. [Issue #496]
- Feature: Added support for multiple prev and next elements with separate event listeners for each, ensuring proper initialization and cleanup in the destroy method. Improved event listener management for search and pagination controls to prevent memory leaks and support dynamic elements. [Issue #494]
- Fix: Issue with the "reset" functionality under certain conditions. [PR #520]
- Fix: Issue encountered while setting the value in "tags" mode. [PR #533]
- Fix: Improvements to static methods to achieve more consistent behavior. [Issue #492]