Releases: robsontenorio/mary
Releases · robsontenorio/mary
0.33.0
🎉 New
- Toast: the toast component
0.32.0
NEW
- Calendar: display events
CHANGES
- Select: allow array syntax
- ListItem: allow array syntax
0.31.2
- MODAL: fix CSS glitch and correct wire:model bind
0.31.1
- TABLE: use
@js
on table row click dispatch event
0.31.0
- CHOICES: add multiple selections.
- DROPDOWN: fix background for dark mode.
0.30.2
Breaking changes:
- Rework DATEPICKER: now it is necessary manually to install
flatpickr
s` packages to make it work due to dependencies with locale and global settings. Docs was updated.
0.30.1
SELECT: fix validation block
0.30.0
- Add DATEPICKER:
flatpickr
wrapper for complex datetime selection - TABLE: add
header
slot
0.29.0
- Add DATETIME component (native HTML)
0.28.0
- Add CHOICES: complex value selection interface
- LISTITEM: allow nested values