Skip to content

Releases: htmlstreamofficial/preline

v.3.2.3 - Accessibility related issue has been fixed

06 Aug 18:05
Compare
Choose a tag to compare

Fixes and Improvements

v3.2.2 - Build related issue has been fixed

03 Aug 17:43
Compare
Choose a tag to compare

Fixes and Improvements

v3.2.1 - Build related issue has been fixed

03 Aug 12:28
Compare
Choose a tag to compare

Fixes and Improvements

v3.2.0 - New CMS and AI Chat Templates, Examples and more

31 Jul 06:20
Compare
Choose a tag to compare

This update brings huge accessibility improvements, new CMS and AI Chat Templates, 15+ Examples, Components and more.

New Demo Pages

New Examples

New Components

Fixes and Improvements

  • Improvements: Added auto positioning for Tooltip & Popover components.
  • Improvements: Intruced new centralized Accessibility Management system that provides comprehensive keyboard navigation and interaction support for UI components. [Issue #523]
  • Fixed: Desktop Dropdown Submenu Behavior Fails On Click [Issue #652 related fixes]
  • Improvements: Added StackBlitz live playground demos for Framework Guides. [Issue #647]
  • Improvement: Append to existing className instead of overwriting [PR #668]
  • Improvement: Advanced Select. Now observes dynamically added disabled attributes [Issue #642]
  • Improvement: Advanced Select. Added updateToggles method to refresh dynamically added toggles [Issue #645]
  • Fixed: Advanced Select. Regression with remote data source [Issue #656]
  • Fixed: Carousel. Slide changes unintentionally on mobile while scrolling [Issue #659]
  • Improvement: Combobox. Added keepOriginalOrder parameter to keep original order of options [Issue #661]
  • Fixed: Advanced Select. Support isSelectedOptionOnTop for both static and remote data [Issue #663]
  • Improvement: Combobox. preserveSelectionOnEmpty added to prevent clearing selection when input is empty [Issue #665]
  • Fixed: Advanced Select. Empty value displayed instead of placeholder after updating multiple select [Issue #666]
  • Fixed: Advanced Select. Triggers remote API call on dropdown close [Issue #667]
  • Improvement: Datepicker. Added selectedTheme parameter to set theme [Issue #671]

v3.1.0 - New features and improvements

05 Jun 03:18
Compare
Choose a tag to compare

This update addresses some minor issues and improvements.

New Examples and Templates pages

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]

v3.0.1 - Minor improvements and fixes

17 Mar 03:34
Compare
Choose a tag to compare

This update addresses some minor issues and improvements.

Fixes and Improvements

  • Docs Framework docs updates for Next.js, Vue, Nuxt.js, Angular and Laravel.
  • Fixed: Dropdown positioning issues in some Examples. [Issue #578]
  • Fixed: Optimized bundle size by removing unused dependencies and adding dependency validation checks. [PR #586 related fixes]

v3.0.0 - Tailwind v4, new Components, Plugins and more

04 Mar 02:34
Compare
Choose a tag to compare

Meet Preline UI v3.0.0 - this release features:

  • Tawildin update to v4.0
  • New plugins
  • New components
  • Mobile experience improvements
  • and many more..

Please note that there are some breaking changes to bear in mind when moving from v2.7.0 to v3.0.0. For more detailed information, check out the official Tailwind CSS Upgrade guide

New Plugins

New Components & Improvements

Fixes and Improvements

  • Fixed: Charts broken colors in dark mode
  • Fixed: Overlay closing issues when several overlays are open.
  • Fixed: Context menu added support for opening via "long-touch" on mobile devices.
  • Fixed: Improved JSX code copying for self-closing tags and comment blocks.
  • Fix: Select closed when a space was entered in the search field. [Issue #528] and [Issue #574]

Updates

  • Updated: Tailwind CSS to v4.0.8
  • Updated: Apexcharts to v4.4.0
  • Migrate: Popper.js has been replaced with Floating UI across all plugins.

v2.7.0 - New Components, JSX Copy Code feature and more

02 Jan 02:34
Compare
Choose a tag to compare

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]

v2.6.0 - New Layout Splitter, Context Menu & 3 more plugin integrations and more

04 Dec 04:46
Compare
Choose a tag to compare

This update includes 5 new plugin integrations with component examples, Github improvements and bug fixes.

New Plugins

New Components & Improvements

  • Components: Dropdown Context Menu
  • Plugins: Added destroy method for all plugins for better lifecycle management.

Fixes and Improvements

  • Fixed: Remove extra "typeof". [Issue #476] and [PR #471]
  • Fixed: The mega menu behaves incorrectly on narrow screens. [Issue #474]
  • Fixed: Improve stepper reset handler. [PR #381]
  • Fixed: Add IAddVariantOptions type to the carousel "dragging" class. [PR #473]
  • Fixed: Advanced Select is not submitted in the form data. [Issue #400]
  • Fixed: Click on data-remove not firing any event on Advanced Select. [Issue #420]
  • Fixed: Values in ComboBox does not update when selection made. [Issue #467]
  • Fixed: The mega menu behaves incorrectly on narrow screens. [Issue #474]
  • Fixed: plugin.ts file missing type definition. [Issue #478]
  • Fixed: When submitting Advanced Select with apiUrl the title is submitted instead of the value. [Issue #481]
  • Fixed: SVG icons do not show up in the selected item. [Issue #514]
  • Fixed: Problem with collapsing dropdown inside sidebar in mobile resolution. [Issue #504]
  • Improved: A description that the data-title attribute is mandatory has been added. [Issue #444]
  • Improved: destroy methods have been added for most plugins. [Issue #443] and [Issue #510]
  • Improved: autoInit methods have been improved. [Issue #463] and [Issue #429]
  • Improved: HSSelect toggle title and icon properties set. [PR #453]
  • Improved: API was replaced by another. [Issue #464]
  • Improved: Added new backdropParent parameter to control which element the backdrop will be generated in. [Issue #475]
  • Improved: Added new parameter dropdownVerticalFixedPlacement to force control over the position of the dropdown list. [Issue #489]

v2.5.1 - Important bug fixes for build environment, minor improvements.

14 Oct 16:26
Compare
Choose a tag to compare

Fixes and Improvements