Skip to content

Release 1.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 02:19
· 592 commits to main since this release

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)