Releases: vuelessjs/vueless
Releases Β· vuelessjs/vueless
Release 1.3.6
1.3.6 (2026-01-06)
β¨ Features
- add 'normal' alignment options to grid configuration and update types for align and justify properties (f361964)
- add configurable grid column and row options to UGrid component, enhancing layout flexibility (58d647d)
- add UAvatarGroup component and enhance UAvatar with chip support (7e24177)
- added export of
mergeConfigsutility (5b2e840) - enhance grid configuration with new content and alignment options in UGrid component (37b2038)
- enhance UTabs component with slot support for left, label, and right content (b624eff)
- introduce
UGridcomponent (eb81fb3)
π Bug Fixes
- add
dataTestprop toUDatePickerRangeInputs(ec44583) - adjust
Celltype indata-tableto resolveanycompatibility issue (3d9a5f6) - adjust styles for
wrapperinform-listboxand addwrapconfiguration intext-block(ac28a2d) - correct label display for single-word inputs in UAvatar component (cd25910)
- handle single-word labels in UAvatar label computation (dfb2289)
- restore e.preventDefault() in onDragStart for proper drag behavior (712ce0f)
- 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)
- update icon prop logic in UButton component (cb9f1fc)
- update parameter assignments for RowGap and ColGap stories in Storybook (878dcc5)
- 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)
π Bug Fixes
Release 1.3.3
Release 1.3.2
1.3.2 (2025-11-04)
β¨ Features
- UDatePicker, UDatePickerRange, UInput: add click functionality to icons in components (cafb56a)
- UDrawer: add close functionality (bd23332)
- ULoader: add
variantprop for supportingdotsandspinneroptions (219ebc5) - UDrawer: remove
closeOnHandleprop and adjust drag behavior (0214057) - UCheckbox: centralize checkbox size variants under shared
checkboxBaseconfiguration, fix stick selected item in modal on scroll (cac970d)
π Bug Fixes
Release 1.3.1
1.3.1 (2025-10-27)
β BREAKING CHANGES
- UText: rename config key from
wrappertotext
β¨ Features
- UNotify: add
infonotification type (a3e86ed) - add new
invertedvariant to text-block, text-header, and container-card components (ecb607b) - introduce
invertedvariant to UModal, UDrawer, UPage, and UConfirmModal components (f195bcf) - UText: add
tagprop to support dynamic HTML tags, simplify slot fallback (88c192a)
π Bug Fixes
Release 1.3.0
1.3.0 (2025-10-23)
β BREAKING CHANGES
- replace default value for the
valueKeyprop fromidtovalueacross all components which supports it.
β¨ Features
- add
labelKeyandvalueKeysupport to radio and checkbox groups for custom option mapping (9ada6c0) - add
spacingparameter support invueless.config.ts(d397cdd) - add support custom color shades for
primaryandneutralcolors in theme configuration (10d09aa)
π Bug Fixes
- add a11y locale to UTable (d9e985e)
- adjust focus events for inputs/checkbox (1a346d7)
- adjust locales for a11y (2f90723)
- adjust UInputCounter width inheritance (ffa5f57)
- ensure
labelis always a string in checkbox and radio groups (c27b21f) - general fixes for aria attributes (34fafc6)
- insert theme CSS variables before the first stylesheet to ensure higher configuration priority (ce460bb)
- rename
UColorPickertoUColorToggle(acc93c7) - use event stopPropagation in USwitch (895fe9b)
- USwitch click event fix (48663d4)