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.
15 lines (9 loc) • 504 B
Markdown
## 📦 Legacy Code Migration
All legacy content (except for the parts that have been reused) has been moved to a **new dedicated repository**.
You can find the link and details inside the main project’s `README.md`.
## 🔧 TinyHtml Updates
We’ve simplified property access for better readability and consistency:
* `el.id()` → `el.id`
* `el.height()` → `el.height`
* `el.width()` → `el.width`
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.0...1.24.1