New Plugins, Components, Improvements, Bug Fixes and more
This update brings new ComboBox (Autocomplete) plugin, Searchbox components, improvements and bug fixes based on feedback reported on Github.
Please note, this update requires to use the lates version of Tailwind CSS v3.4.x
.
New Plugins
- Plugins: ComboBox (Autocomplete)
- Plugins: Theme-Switch (Darkmode)
- New Feature: Added
preventSearchFocus
to Advanced Select that sets autofocus for the search field inside a dropdown list if the value istrue
.
New Components
- Documentation: Preline JavaScript
- Component Plugin: ComboBox (Autocomplete)
- Component Plugin: Searchbox
- Component Plugin: PIN Input - Show PIN code suggest on iOS keyboard - [Issue #188 by @hieuhuynh93]
- Textarea: Modal example
- Input Number: Step Controls
- Input Number: Negative value
- Input Number: Maximum value
Updates
- Updated: Tailwind CSS to v3.4.1
Fixes and Improvements
- Docs: A beta feature, you can now choose to include or exclude dark classes when copying code to the clipboard. Set this option once, and it will apply globally, making dark classes optional.
- Docs: Added a new Preline JavaScript page. This page explains how Preline JavaScript works and its methodology.
- New size- utilities:* Tailwind CSS finally added a new size-* utility that sets width and height at the same time. We updated them!
- Extended min-width, max-width, and min-height scales: Tailwind CSS finally extended the min-width, max-width, and min-height scales to include the full spacing scale. We updated them!
- Improved: NextJS avoiding setTimeout solution [Issue #270]
- Feature request: Added Combobox (Autocomplete) plugin [Issue #140], [Issue #199]
- Feature request: Tag editor to Advanced Select [Issue #245]
- Pull Request: Add support for min, max and step [PR #306]
- Pull Request: Firing on-change event when item is removed [PR #247]
- Pull Request: Fixes empty array (package.json) [PR #242], [Issue #241]
- Pull Request: Replaced generate-dts script with a config file [PR #232]
- Fixed: Cannot dismiss opened Advanced Select controls while using FireFox [Issue #318]
- Fixed: Search Issue with Non-Latin Characters in Select Plugin [Issue #313]
- Fixed: Vertically centered modals don't work [Issue #309]
- Fixed: Setting the data-hs-overlay-keyboard to true doesn't prevent the Esc button to close the modal [Issue #290]
- Fixed: Window scroll is re-enabled when the top overlay is closed irrespective of Bottom overlay [Issue #281]
- Fixed: Unnecessary console.log calls for the dropdown plugin [Issue #273]
- Fixed: Overlay backdrop element not being removed/hidden after resizing screen size [Issue #267], [Issue #136]
- Fixed: Select plugin placeholder not cleared when default values loaded [Issue #265], [PR #266]
- Fixed: Modal focus trap multiple key event listeners [Issue #249]