v0.75.5
Added
- Add
readonlyattribute to thetextareacomponent (thanks @ArturC03) - Add
Initialopen state forDrawercomponent – useful for SSR and conditional rendering - Add
Initialopen state forModalcomponent to allow default-open behavior without JS triggers - Add
PreventCloseprop todropdown.Item()– allows triggering nested components likeDrawerwithout closing the dropdown
Changed
-
✨ Quality-of-life improvements for Modal, Drawer, Dropdown and Textarea components
Removed
- Remove unused
meta.jsonfile (minor internal cleanup)