Skip to content

Latest commit

 

History

History
96 lines (56 loc) · 3.92 KB

File metadata and controls

96 lines (56 loc) · 3.92 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-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.8.0 (2026-04-22)

🚀 Features

  • add hidden() form field fn & types (bac747c)

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)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

2.2.21 (2023-08-22)

🩹 Bug fixes

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

2.2.12 (2023-03-27)

🧪 Tests

  • update all tests (mainly imports) (63a85f9)