Skip to content

Releases: vuelessjs/vueless

Release 1.3.6

06 Jan 09:13

Choose a tag to compare

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 mergeConfigs utility (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 UGrid component (eb81fb3)

πŸ› Bug Fixes

  • add dataTest prop to UDatePickerRangeInputs (ec44583)
  • adjust Cell type in data-table to resolve any compatibility issue (3d9a5f6)
  • adjust styles for wrapper in form-listbox and add wrap configuration in text-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 preventDefault in onDragStart to make nesed form elemenst focusable (046060a)
  • UDrawer: set drawer key to useUI for 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-table by removing redundant RowKeys and adjusting key-value mappings (e529a1c)

Release 1.3.5

28 Nov 06:37

Choose a tag to compare

1.3.5 (2025-11-28)

✨ Features

  • add r shorthand 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 grow and shrink props (69c5f9c)
  • URow, UCol: add flex grow and shrink props (55bcd45)
  • USplitter: add new component and update exports (5e0f574)
  • USplitter: add new component and update exports (c989351)

πŸ› Bug Fixes

  • UCalendar: restore single date selecting logic (4ad3e63)
  • UDatePickerRange: focus date inputs in a custom range on a select range (733709d)
  • UDateRangePicker: month of week's range from day now works as expected (f198c27)

Release 1.3.4

20 Nov 07:18

Choose a tag to compare

1.3.4 (2025-11-20)

✨ Features

  • UAccordionItem: correct group reference in opened variant configuration (52a7137)
  • UAccordionItem: add opened binding to title and description slots (496727e)
  • UInputCounter: add ArrowUp/ArrowDown keyboard navigation for increment/decrement actions (84249e7)

πŸ› Bug Fixes

  • replace hardcoded style ID with THEME_TOKENS constant in theme utils (64d5b7d)
  • All components with Tailwind group: set unique group names to prevent group intersection (ec73a09)
  • UCalendar: prevent emitting range value if from or to is empty (dd5c81c)

Release 1.3.3

05 Nov 13:44

Choose a tag to compare

1.3.3 (2025-11-05)

✨ Features

  • UTable: add support for sticky columns in data table (5e5b77f)

πŸ› Bug Fixes

  • UTable: adjust fixed footer row styles (612f4c1)
  • UTable: required optional chaining for destructed column values (dc57a25)

Release 1.3.2

04 Nov 08:47

Choose a tag to compare

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 variant prop for supporting dots and spinner options (219ebc5)
  • UDrawer: remove closeOnHandle prop and adjust drag behavior (0214057)
  • UCheckbox: centralize checkbox size variants under shared checkboxBase configuration, fix stick selected item in modal on scroll (cac970d)

πŸ› Bug Fixes

  • USkeleton*: remove variant prop and related logic across skeleton components, improved styles (9a9b2ed)
  • UInput*: remove browser autofill styles for input fields (45cc886)
  • UButton: change loader to spinner variant (370edc6)

Release 1.3.1

27 Oct 07:48

Choose a tag to compare

1.3.1 (2025-10-27)

⚠ BREAKING CHANGES

  • UText: rename config key from wrapper to text

✨ Features

  • UNotify: add info notification type (a3e86ed)
  • add new inverted variant to text-block, text-header, and container-card components (ecb607b)
  • introduce inverted variant to UModal, UDrawer, UPage, and UConfirmModal components (f195bcf)
  • UText: add tag prop to support dynamic HTML tags, simplify slot fallback (88c192a)

πŸ› Bug Fixes

  • UInput: fix focus issue with focusable components as slots inside UInput (4980170)
  • USkeletonText: improve 1 header line without text and 1 text line without header styles (02cfec6)
  • UText: remove unexpected gaps between inline elements (a078670)

Release 1.3.0

23 Oct 02:19

Choose a tag to compare

1.3.0 (2025-10-23)

⚠ BREAKING CHANGES

  • replace default value for the valueKey prop from id to value across all components which supports it.

✨ Features

  • add labelKey and valueKey support to radio and checkbox groups for custom option mapping (9ada6c0)
  • add spacing parameter support in vueless.config.ts (d397cdd)
  • add support custom color shades for primary and neutral colors 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 label is 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 UColorPicker to UColorToggle (acc93c7)
  • use event stopPropagation in USwitch (895fe9b)
  • USwitch click event fix (48663d4)

Release 1.2.14

15 Oct 03:59

Choose a tag to compare

1.2.14 (2025-10-15)

πŸ› Bug Fixes

  • change DEFAULT_VUELESS_CONFIG_CONTENT spacing value from 8 to 4 (df7e3e3)

Release 1.2.13

14 Oct 02:27

Choose a tag to compare

1.2.13 (2025-10-14)

✨ Features

  • add new spacing parameter to vueless config (168baad)
  • export useBreakpoint composable (29f34b4)

πŸ› Bug Fixes

  • handle dark mode in useDarkMode composable when color mode is changed in OS (153a5f4)

Release 1.2.12

11 Oct 08:41

Choose a tag to compare

1.2.12 (2025-10-11)

πŸ› Bug Fixes

  • prevent converting empty primary and neutral config key values to string (9e4ef8f)