1.6.0 release
Release date: 2023-11-22
Features
- Custom element creation] revamp for better DX (previous implementations will work).
- Floating and placeholder are no longer available for the default custom element. Copy
TextElement
to use them. - Added old / new index and el$ to
@sort
event. - Added
cs
(Czech) locale. Thank you @tomasvn! 💚
Bug fixes
- Fix search wrap for
TagsElement
#21
Chore
- Changed back
lodash-es
tolodash
- Type fixes.