v1.3.1
1.3.1 (2024-05-14)
What's Changed
- On the Slider component, we have fixed the issue where the lower value is updated to the max value by @endv-bogdanb in #1031
- Prevented
bqClose
to propagate further on the Select component by @endv-bogdanb in #1034 - The
indeterminate
property is wrongly typed on the Checkbox by @Cata1989 in #1036 - Make sure tags are re-rendered when the Select (multiple) values change externally by @endv-bogdanb in #1037
Bug Fixes 🐞
- Checkbox: bq-checkbox indeterminate property is wrongly typed (#1036) (396e52b)
- Select: prevent bqClose to propagate further (#1034) (829ef01)
- Select: re-render tags when value change externally (#1037) (4441346)
- Slider: lower value updated to max value (#1031) (ee429f0)
Chore ⚙️
Full Changelog: v1.3.0...v1.3.1