Skip to content

v1.5.0

Compare
Choose a tag to compare
@dgonzalezr dgonzalezr released this 03 Jun 16:24
· 314 commits to main since this release
d7caace

1.5.0 (2024-06-03)

What's Changed

  • New tokens were added for stroke and border-width by @Cata1989 in #1062
  • Added missing value accessor and model config of the Date picker component for Angular and Vue by @dgonzalezr in #1066
  • Fixed an issue on the Slider component where range thumbs are stuck when min/max values overlap by @dgonzalezr in #1075
  • Fixed lower value not updated when is equal to the upper value on the Slider component by @endv-bogdanb in #1078
  • Fixed vite failing to resolve @beeq/core/dist/* paths by @dgonzalezr in #1077

Features ⚡️

  • Tokens: add --bq-stroke-* token values for border width (#1062) (4297c77)

Bug Fixes 🐞

  • Beeq Core: vite fails to resolve @beeq/core/dist/* paths (#1077) (6dba151)
  • Date picker: missing value accessor and model config (#1066) (de4de39)
  • Slider: lower value not updated when is equal to upper value (#1078) (4652d99)
  • Slider: range thumbs being stuck when min/max values overlap (#1075) (8ac403d)

Documentation 📚

  • Date picker: add DisallowedDates storybook example (dd4fbe3)

Style 🎨

  • Tailwind CSS: remove quotes when using theme() function (#1064) (1c219fd)

Chore ⚙️

Full Changelog: v1.4.0...v1.5.0