Fixes
- dispatched events without a
detail
type should benull
instead ofany
(714f47a, #1124) FileUploader
clearFiles
description should reflect that it's an accessor, not a prop (2f3cff2, #1122)FileUploader
should correctly fireadd
andremove
events (6a13ca1, #1121)FileUploader
files should not be keyed by file name (25d28a9, #1118)FileUploader
change event detail signature should beFile[]
(7602731, #1117)- fix
DataTable
regression where sort icon indicators don't update (dce0309, #1114)
Refactor