Releases: vuelessjs/vueless
Releases Β· vuelessjs/vueless
Release 1.4.4
Release 1.4.3
1.4.3 (2026-03-16)
π Bug Fixes
- Fix outline styles across many UI components to support build as module (7f08788)
- show vueless attributes on
--watchor-wapp serve modes (84aed48) - UAlert: updated contentWrapper and content classes to ensure proper width handling (6245d93)
- UNotify: fixed text wrapping for the content and description fields to allow wrapping only long words (84c6758)
- UTable: added rows ordering bases on columns order (9829370)
- UTable: updated cellRef to handle a single element instead of an array (bb88cca)
Release 1.4.2
Release 1.4.1
Release 1.4.0
1.4.0 (2026-02-23)
β¨ Features
- UInputNumber and UInputCounter: add debounce functionality (6edde87)
- Add design system colors for
outlinetailwind stylesheet (94171f2) - Add
useVirtualScrollcomposable for efficient rendering of large lists (294642a) - UModalConfirm: add loading props to enable loader on confirm button (fdd1936)
- UNumber: add
rawmode to render unformatted plain text (useful to use it in table cell with big number of rows) (0b774d7) - UTable: add search / virtual search and highlight functionality (33a1b94)
- UTable: add text ellipsis support for table cells (e268521)
- UTable: add virtual scrolling for optimized large dataset rendering (4169915)
π Bug Fixes
- UCheckbox: allow to check/unckeck checkbox after build by checkbox block by replacing
divwithlabel(f512e0a) - ULink: isActive now return true also for named nested routes (e8c15a6)
- UListbox: replace deprecated
focus:outline-hiddenwithfocus:outline-0(d769944) - UModal: update
innerWrapperheight toh-screento allow scrolling big modals (2de7906) - UNotify: improved component styling and alignment (8864358)
- UNotify: wrap long words with word braking (2be305f)
- Update usage of
!suffix in tailwind class names across multiple UI components (d1344f8) - USelect: adjust UListbox vertical spacing for consistency (b961dc8)
- USelect: make dropdown width same as select width (55beac9)
- USelect: move selected item slots for multiple selected options inside custom blocks to simplify customization (cc0aa9d)
- UTable: improve row expansion performance and remove redundant scrollbar styles (429760d)
π Performance
- Optimize reactive data handling in
useUI(91ec550) - Simplify and optimize
mergeConfigs(891746a) - UTable: optimize rendering and add virtual search (03964f5)
- UTable: optimize row rendering and slot handling (09c5e5d)
- UTable: centralize click and double-click handling at tbody level (b530ecd)
- UTable: debounce table resize handling in UTable (e45f453)
- UTable: delegate all event handling to main component (099f045)
- UTable: use dynamic watchers for conditional feature handling (24839e2)
- UTable: use render functions to reduce rendered nodes (fa6dd3f)
Release 1.3.8
1.3.8 (2026-01-24)
β¨ Features
- UCard: add
dividedprop to toggle divider between content and footer (034ef96) - UPagination: emit
changeevent when pagination value updates (9c82a52)
π Bug Fixes
- UDrawer: change default position to
right(14dc960) - UDrawer: prevent closing drawer if mouse down on overlay and move mouse (3ae616a)
- UDrawer: set
modelValuedefault totruefor storybook examples (300b835) - UDrawer: update handle and position dimensions (0d5fc78)
- UEmpty: update styles and enhance slot content handling (6838266)
- UIcon: remove redundant
ICONS_CACHED_DIRusage to show icons (9911138) - UModal: adjust
innerWrapperto useh-maxinstead ofh-screen(7e9e88d) - UModal: prevent closing modal if mouse down on modal block and move mouse (8a4568d)
- ensure cleanup of
.cachefolder and component restoration on server stop (b014628)
Release 1.3.7
Release 1.3.6
1.3.6 (2026-01-06)
β¨ Features
- UAvatarGroup: introduced new component. UAvatar: added chip support (7e24177)
- added export of
mergeConfigsutility (5b2e840) - UTabs: enhance component with slot support for left, label, and right content (b624eff)
- introduce
UGridcomponent (eb81fb3)
π Bug Fixes
- UDatePickerRange: add
dataTestprop to inputs (ec44583) - UTable: adjust
Celltype indata-tableto resolveanycompatibility issue (3d9a5f6) - UListbox: adjust styles for
wrapperinform-listboxand addwrapconfiguration intext-block(ac28a2d) - UAvatar: handle single-word labels (cd25910)
- UDrawer: move
preventDefaultinonDragStartto make nesed form elemenst focusable (046060a) - UDrawer: set
drawerkey touseUIfor simplify applying styles by class attribute (1f3b91b) - UNotify: improve notification positioning logic and add fallback for delayed page load (391edbc)
- UButton: update icon prop logic (cb9f1fc)
- UTable: simplify types in
data-tableby removing redundantRowKeysand adjusting key-value mappings (e529a1c)
Release 1.3.5
1.3.5 (2025-11-28)
β¨ Features
- add
rshorthand function to reactively define component props related to the page breakpoint (ec55bbe) - UPlaceholder: add new component (4b74ec7)
- UPlaceholder: add new component (f5c7d8a)
- URow, UCol: add flex
growandshrinkprops (69c5f9c) - URow, UCol: add flex
growandshrinkprops (55bcd45) - USplitter: add new component and update exports (5e0f574)
- USplitter: add new component and update exports (c989351)
π Bug Fixes
Release 1.3.4
1.3.4 (2025-11-20)
β¨ Features
- UAccordionItem: correct group reference in
openedvariant configuration (52a7137) - UAccordionItem: add
openedbinding to title and description slots (496727e) - UInputCounter: add ArrowUp/ArrowDown keyboard navigation for increment/decrement actions (84249e7)