Version 0.10.0
✨ New Elements Added
With this update, developers can now easily implement a wider range of elements that cover form, interactive, and script-supporting functionalities, enhancing the interactivity and compliance of web applications with HTML standards.
Form-Related Elements
Enhance your web forms with the following newly supported elements:
Fieldset()
: Create a<fieldset>
element to group related items within a form.Legend()
: Use the<legend>
element to caption your<fieldset>
groups.Datalist()
: Implement a<datalist>
element providing autocomplete suggestions to users.Meter()
: Display a<meter>
for representing scalar measurements like disk usage.Output()
: Incorporate an<output>
element to showcase the results of a calculation.Progress()
: Utilize a<progress>
bar to indicate the completion status of a task.
Interactive Elements
Introducing functions for interactive elements that improve user engagement:
Dialog()
: Deploy modal<dialog>
elements for interactive pop-ups.Menu()
: Construct a<menu>
element for custom-built, interactive menu controls.
Script-Supporting Element
For enhanced scripting capabilities:
NoScript()
: Define alternative content with<noscript>
for users without script support in their browsers.