Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-22 | 571 Bytes | |
Version 2.8.0 source code.tar.gz | 2023-12-22 | 1.9 MB | |
Version 2.8.0 source code.zip | 2023-12-22 | 2.1 MB | |
Totals: 3 Items | 3.9 MB | 0 |
✨ 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