This update addresses some minor issues and improvements.
New Examples and Templates pages
- Templates: Creative Agency Demo renamed to Coffee Shop Demo and updated
- Examples: Hero Sections
- Examples: Testimonials
- Examples: E-commerce Product Listings: Grid Layout
Fixes and Improvements
- Docs: General improvements and fixes.
- Docs: Add React + Vite guide.
- Docs: Add Adonis guide.
- Docs: Add Hugo guide.
- Improvements: The beforeFinish event and goToFinish method have been added to the stepper plugin. [PR #600]
- Improvements: The update event now returns the current slide index. [PR #617]
- Fixed: Add "non-linear" mode to the stepper plugin. [Issue #529]
- Fixed: Added ability to setup few fields for the data-hs-combo-box-output-item-field. [Issue #548]
- Fixed: Local search in the original input is now disabled when apiUrl is configured and hasSearch is true. [Issue #564]
- Fixed: The apiLoadMore feature has been Added to enable loading additional items dynamically as the user scrolls. [Issue #565]
- Fixed: The "title" field in apiFieldsMap now works correctly when using tags mode. [Issue #567]
- Fixed: Resolve issues with loop behavior on mobile devices. [Issue #602]
- Fixed: The destroy method has been added to destroy the datepicker instance. [Issue #604]
- Fixed: The apiSelectedValues property has been added for specifying predefined selected values. [Issue #610]
- Fixed: The optionAllowEmptyOption property has been added to enable support for empty options in dropdown menus. With this property set, users can select an empty value (typically represented as a blank or "None" entry) in the dropdown, which is useful for scenarios where a selection is optional or needs to be cleared. [Issue #614]
- Fixed: Add new preventClientFiltering option for control client-side filtering. [Issue #615]
- Fixed: The getInstance method for dropdowns now correctly returns the instance even when the second parameter is omitted. [Issue #619]
- Fixed: Placement values for dropdowns have been corrected. [Issue #620]
- Fixed: Typo. "show" has been replaced with "open". [Issue #624]
- Fixed: Consolidated theme observation into a single observer. [Issue #627]
- Fixed: Issues with dropdown positioning if the height changes dynamically. [Issue #631]
- Fixed: Made clipboardHelper an exported function for external use. [Issue #632]
- Fixed: Prevent opening when disabled and extraMarkup is clicked. [Issue #635]
- Fixed: Enable the "add" button if the number of items is less than the limit. [Issue #639]
- Fixed: Automatically reposition tooltip when there's insufficient space. [Issue #643]