Skip to content

Latest commit

 

History

History
125 lines (94 loc) · 6.96 KB

CHANGELOG.md

File metadata and controls

125 lines (94 loc) · 6.96 KB

[1.3.0] - [2025-01-03]

Added

Combo Box : Minimum search Length

Datatables : Multiple Controls

Updated

  • Preline v2.7.0
  • Updated divider component border-color from base-content/10 to base-content/20
  • Updated heading color from text-base-content/90 to text-base-content
  • You can now invoke overlay methods directly on the overlay itself without linking it to any button. The previous functionality is retained for backward compatibility.

Fixes and Improvements

  • Added: A new parameter optionAllowEmptyOption has been added for Advanced Select
  • Added: A new parameter minSearchLength has been added for Combo Box
  • Added: Enhanced support for multiple prev and next elements, each with its own event listeners, 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.
  • Fixed: Removed flyonui.mjs as it was creating issues while using import
  • Fixed: Improve card style specificity
  • Fixed: Typo in select and textarea. [PR #30]
  • Fixed: Improved label styles for better usability in form elements.
  • Fixed: setValue method functionality with tags in Advanced Select.

[1.2.0] - [2024-12-11]

Added

New Plugins

New Components

Tree View:

Carousel:

Drawer

Advanced Select:

Combox

Theme Generator

New Variant in plugins : Destroy and Reinitialize

Helpers

Updated

  • Preline V2.6.0
  • Updated button outlined variant #Issue/20
  • Update file upload disable state styling #Issue/22
  • Update stat-value font-size in stat component
  • Update menu-item active state style #issue/26
  • Update timeline style
  • Update style for default range slider
  • The class options in Clipboard have been updated for consistency with Preline: copy-clipboard is now js-clipboard, copy-clipboard-default is now js-clipboard-default, copy-clipboard-success is now js-clipboard-success, and copy-clipboard-success-text is now js-clipboard-success-text.

Fixes and Improvements

  • Added: global.d.ts for more convenient work with types.
  • Added: plugin.ts, the typed version of plugin.js.
  • Added: mjs versions of plugins.
  • Fixed: Update theme link in src/index.js
  • Fixed: Disabled button make it pointer event none
  • Fixed: In the smaller screen Dropdown inside collapse had a closing issue
  • Fixed: Hamburger transition issue in navbar #Issues/18
  • Fixed: Update the code structure for form elements #Issues/15

[1.1.0] - [2024-10-09]

Added

  • Integrated the third-party Wave plugin for a ripple effect, enhancing interactive elements.

Updated

  1. Corrected spelling errors for the stripped class in the table and progress sections.
  2. Fixed class specificity in card.
  3. Fixed a typo in the documentation: changed “sematic” to “semantic”. #6

[1.0.0] - [2024-09-23]

Added

  • Initial Release