v1.5.0
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 ⚡️
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 🎨
Chore ⚙️
- deps: update Angular to v18.x (major) (#1072) (cdb5217)
- deps: update cally to v0.6.1 (#1079) (6689a00)
- deps: update dependency @nxext/stencil to v19 (#1082) (7266715)
- deps: update dependency @stencil/core to v4.18.3 (#1076) (177a72a)
- deps: update nx to v19.1.1 (#1080) (6f3d6b4)
- deps: update storybook to v8.1.5 (#1081) (ed9040b)
Full Changelog: v1.4.0...v1.5.0