Skip to content

Releases: vuelessjs/vueless

Release 1.4.11

Choose a tag to compare

@github-actions github-actions released this 13 Jul 08:03

1.4.11 (2026-07-13)

✨ Features

  • add eslint-plugin-tailwindcss for improved Tailwind CSS support (a0c2089)
  • expand NEUTRAL_COLORS and update type definitions to include new colors (e9dc381)
  • UGrid: add block prop for full-width grid rendering (8f37895)

πŸ› Bug Fixes

  • replace direct cp calls with safeCopyDir to avoid icon cache errors (6f3560c)
  • USelect: add left-0 to listbox config for correct positioning (c451e20)

Release 1.4.10

Choose a tag to compare

@github-actions github-actions released this 02 Jun 11:28

1.4.10 (2026-06-02)

πŸ› Bug Fixes

  • default shrink property to true (e124bdd)
  • ensure immutability in merge calls across components and utilities (2d44ee0)

Release 1.4.9

Choose a tag to compare

@github-actions github-actions released this 13 May 11:02

1.4.9 (2026-05-13)

✨ Features

  • USplitter: add new component (d5d755f)

πŸ› Bug Fixes

  • USelect: adjust padding and label alignment (c0a5e02)

Release 1.4.8

Choose a tag to compare

@github-actions github-actions released this 07 May 08:44

1.4.8 (2026-05-07)

πŸ› Bug Fixes

  • UCol: update grow/shrink logic with explicit boolean class mappings in tests and config (8e3be0f)
  • URow: update grow/shrink logic with explicit boolean class mappings in tests and config (5288317)
  • UListbox: update max-height calculation to use nextTick for accurate DOM measurements (b49d3f5)

πŸ“– Docs

  • enhance error messaging in storybook examples for form components with detailed guidance in list format (8b1fc0a)
  • enhance Storybook documentation with anchor scrolling functionality and update empty cell label (ed4510e)

Release 1.4.7

Choose a tag to compare

@github-actions github-actions released this 17 Apr 10:11

1.4.7 (2026-04-17)

✨ Features

  • add error slot support to various form components (4873168)

Release 1.4.6

Choose a tag to compare

@github-actions github-actions released this 17 Apr 04:04

1.4.6 (2026-04-17)

✨ Features

  • add support for description slot in various form components and update error prop type (1da8758)

Release 1.4.5

Choose a tag to compare

@github-actions github-actions released this 15 Apr 07:15

1.4.5 (2026-04-15)

✨ Features

  • UInput, ULabel: add description slot support to components (af8acde)

πŸ› Bug Fixes

  • UNotify: call setPosition on component initialization (60bad04)

Release 1.4.4

Choose a tag to compare

@github-actions github-actions released this 18 Mar 13:42

1.4.4 (2026-03-18)

✨ Features

  • UInputSearch: set autocomplete prop to false (5e9fc25)
  • UListbox: add selected prop to after-option slot (5e9fc25)
  • USelect: pass default variant prop via badgeLabel config key for the multipleVariant = badge (2302475)

Release 1.4.3

Choose a tag to compare

@github-actions github-actions released this 16 Mar 03:35

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 --watch or -w app 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

Choose a tag to compare

@github-actions github-actions released this 25 Feb 05:52

1.4.2 (2026-02-25)

πŸ› Bug Fixes

  • skip icon cache removal in watch mode to prevent unnecessary operations (8aa8980)