✨ Add FileInput
element and other minor changes
- ✨ The
FileInput
element is now supported (thanks, @michaelbudgell) - ✨ Added
isExpandable
parameter to theAccordion
component to pass in a function that dictates whether or not to display/hide the expand button (thanks, @tanguyantoine) - ✨ Add
altText
as a prop forVideo
block (thanks, @soominchun) - ✨ Add
multiline
as a prop forTextInput
element (thanks, @carlovsk) - 🐛 Fix typing issues (thanks, @tanguyantoine)
- 🐛 Fix issue with
source
not being added to theFile
block