What's Changed
- fix(text-input): wrap
value
prop description to one line by @metonym in #2207 - fix(modal):
ModalFooter
prop typesecondaryButtons
allows empty array by @metonym in #2211 - fix(data-table): default filtering supports nested keys by @metonym in #2213
- fix(slider): dispatch
on:input
for keyboard events by @metonym in #2215 - fix(slider): round
Shift+Arrow
values to valid steps by @metonym in #2216 - fix(toggle): dispatch change event for keyboard interactions by @metonym in #2217
- fix(context-menu): prevent parent menu closure when clicking submenu on mobile by @metonym in #2219
- fix(context-menu): nested menu implements hover intent triangle by @metonym in #2221
- fix(dropdown): remove
parent.addEventListener
to resolve cross-origin iframe error by @metonym in #2222 - fix(file-uploader):
multiple
should append instead of replace files by @metonym in #2223 - fix(file-uploader): synchronize
input.files
when files removed by @metonym in #2224 - fix(radio-button): allow standalone usage with
checked
prop by @metonym in #2225 - fix(context-menu): avoid clipping nested menu on narrow screens by @metonym in #2227
- fix(date-picker): dispatch
change
for "single" variant by @metonym in #2229 - fix(multi-select): address a11y issues by @metonym in #2231
- fix(text-input): preserve HTML5 validation for
type="number"
by @metonym in #2234 - fix(date-picker): allow clearing range dates by setting values to empty strings by @metonym in #2236
- fix(checkbox): prevent state changes when
readonly
is true by @metonym in #2237 - fix(tooltip): prevent closing on layout shift by @metonym in #2240
- fix(ui-shell): prevent focus on hidden links when
SideNav
is collapsed by @metonym in #2242 - fix(local-storage): key is also reactive by @metonym in #2244
- fix(select): avoid rendering empty label element by @metonym in #2246
- fix(data-table): title/description slots should override elements by @metonym in #2258
Full Changelog: v0.89.7...v0.89.8