UNPKG

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.

19 lines (12 loc) 825 B
# 🚀 Release Note – TinyHtmlElems Update ✨ This update addresses missing element mappings within the `TinyHtmlElems` class. The following input element classes, which were previously implemented but not exposed through the static interface, have now been properly added: ### ✅ Newly Added Static Element Bindings * `static CheckboxInput = TinyHtmlCheckboxInput;` 🟩 * `static RadioInput = TinyHtmlRadioInput;` 🔘 ### 📅 Additional Date & Time Input Types * `static DateInput = TinyHtmlDateInput;` 📆 * `static DateTimeInput = TinyHtmlDateTimeInput;` 🕘 * `static MonthInput = TinyHtmlMonthInput;` 🗓️ * `static TimeInput = TinyHtmlTimeInput;` ⏱️ * `static WeekInput = TinyHtmlWeekInput;` 🗓️➕ **Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.4...1.24.5