Skip to content

Files

Latest commit

 

History

History
85 lines (50 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

85 lines (50 loc) · 3.2 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

2.7.14 (2025-01-10)

🩹 Bug fixes

  • update InputNumericAttribs (68a49aa)
    • allow any as step value

2.7.0 (2024-07-08)

🚀 Features

  • add/update block elements (08f1728)
    • add: details(), dialog(), summary()
    • update template(), add TemplateAttribs
  • add inline elements (9127bd6)
    • add: dfn(), strikethrough(), variable(), wbr()
  • add/update elements (0df160f)
    • add: menu(), object(), output(), search()
    • add new element specific attrib types

2.6.3 (2024-05-08)

🩹 Bug fixes

  • update IFrameAttribs.sandbox (b7d4cb8)

2.6.0 (2024-04-20)

🚀 Features

  • update AttribVal type, allow async iterables (10eb854)

♻️ Refactoring

2.5.0 (2024-03-27)

🚀 Features

  • add inputReset() & inputSubmit() (2b9cde0)

2.4.0 (2024-01-23)

🚀 Features

  • add slot() element factory (c7612a4)

2.3.0 (2023-12-09)

🚀 Features

  • update Attribs.class type, allow string array (e82c3b4)

2.2.33 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

2.2.21 (2023-08-22)

🩹 Bug fixes

  • update height handling in metaViewport() (f142348)
    • add ViewportOpts docstrings

2.2.0 (2022-11-30)

🚀 Features