This update introduces Preline Themes, a new foundation for customization and visual identity, along with numerous improvements, bug fixes, and new framework guides.
Themes are defaulted to all Preline content but they are optional. You may use full utility classes instead. All components, examples and templates comes with Copy Utility Classes option.
New
- Customization: Themes
- Customization: Tailwind Colors
- Automation: Agent Skills
- Framework Guides:
- Components: Tabs as inner menu
- Components: Mega Menu to Overlay on Mobile Resoultion
- Components: Tabs: Open on hover
- Components: Advanced Select: Optgroup
- Components: Advanced Select: Multiple optgroup
- Components: Advanced Select: Custom template with colored square indicators
- Components: Switch: Shape
Fixes and Improvements
- Fixed:
role="region"added to the collapse components to address the latest W3C Nu HTML Checker and Lighthouse/axe-core accessibility rules - Previously, validators were more permissive about
aria-labelledbyon any element. Recent accessibility rules became stricter and now enforce thataria-labelledbycannot be used on a<div>unless that<div>has an allowedrole. - Fixed: Remove the duplicated search input in "tags" mode. [Issue #677]
- Fixed: Links inside the dropdown now respond to the Enter key for accessibility. [Issue #691]
- Fixed: Issue with fast typing and pasting data in the combobox. [Issue #692]
- Fixed: Bug in advanced select with infinite scroll paging. [Issue #693]
- Fixed: Double URL encoding in advanced select remote data API calls. [Issue #695]
- Fixed: Text inputs not responding to keyboard input within dropdown components. [Issue #700]
- Improvement: Added support for blank values in input number component. [Issue #702]
- Fixed: Input number max value validation not updating input field in real-time. [Issue #708]
- Improvement: Advanced Select now properly renders
<optgroup>elements. [Issue #710] - Fixed: HSDatePicker now recalculates its position on open (using Floating UI), preventing the calendar from rendering off-screen. [Issue #713]
- Fixed: Form elements inside the overlay no longer prevent the
Enterkey while focused. [Issue #723] - Fixed: Add support for pre-rendering selected options on initial load. [Issue #733]
- Improvement: Improved image validation for icons. [PR #672]
- Fixed:
data-hs-overlay-keyboard="false"now works as intended — overlays/modal windows no longer close when pressing ESC if the attribute is disabled. [PR #694] - Improvement: Add support for extracting date separators from
dateFormat. [PR #717] - Improvement: Improve scrollbar width calculation for different screen resolutions. [PR #735]