Combo Box : Minimum search Length
Datatables : Multiple Controls
- Preline v2.7.0
- Updated divider component border-color from
base-content/10
tobase-content/20
- Updated heading color from
text-base-content/90
totext-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.
- 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
andnext
elements, each with its own event listeners, ensuring proper initialization and cleanup in the destroy method. Improved event listener management forsearch
andpagination
controls to prevent memory leaks and support dynamic elements. - Fixed: Removed
flyonui.mjs
as it was creating issues while usingimport
- 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.
New Plugins
- Plugins: Tree View
- Plugins: Advanced Range Slider
- Plugins: Datatable
New Components
- Third-Party Plugins: Datatable
- Third-Party Plugins: Advanced Range Slider
- Third-Party Plugins: Drag and Drop (Sortable.js)
- Third-Party Plugins: Animation
- Navigations: Sidebar
- Overlays: Context Menu
Tree View:
Carousel:
- Multiple slides
- Centered
- Draggable
- Snap point
- Auto height
- Current state info
- Thumbnails (horizontal)
- Thumbnails (vertical)
- isRtl
Drawer
Advanced Select:
- Fixed Position
- Static search limit
- Direct match searching Off
- Generate select according to the remote data (single)
- Multiple (remote data)
- Tags (remote data)
- Option template (remote data)
- Conditional counter (remote data)
- Custom template with avatars (remote data)
- Modal example with overflow:hidden;
Combox
Theme Generator
New Variant in plugins : Destroy and Reinitialize
Helpers
- 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 nowjs-clipboard
,copy-clipboard-default
is nowjs-clipboard-default
,copy-clipboard-success
is nowjs-clipboard-success
, andcopy-clipboard-success-text
is nowjs-clipboard-success-text
.
- 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
- Integrated the third-party Wave plugin for a ripple effect, enhancing interactive elements.
- Corrected spelling errors for the stripped class in the table and progress sections.
- Fixed class specificity in card.
- Fixed a typo in the documentation: changed “sematic” to “semantic”. #6
- Initial Release