tiny-essentials
Version:
Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.
9 lines (6 loc) • 555 B
Markdown
### ✨ What's New
* **Event handling improvements in `TinyHtml`**
The event trigger methods (`on`, `off`, `once`, and more.) now accept arrays of event names. This allows attaching a single callback to multiple events at once, making event management much more flexible.
* **New `select()` method in `TinyHtml`**
Added support for programmatically selecting all text inside `<input>` and `<textarea>` elements via `TinyHtml.select(el)` or `el.select()`.
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.21.3...1.21.4