Skip to content

Latest commit

 

History

History
171 lines (107 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

171 lines (107 loc) · 6.88 KB

Change Log

All notable changes to this project will be documented in this file. 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.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

2.1.0 (2021-11-17)

🚀 Features

  • Using workspaces for local tools (bf7a404) Improving the overall build ergonomics
    • introduced a tools workspaces
    • imported it in all needed packages/examples
    • inclusive project root

♻️ Refactoring

  • testrunner to binary (4ebbbb2) this commit reverts (partly) changes made in: ef346d7a8753590dc9094108a3d861a8dbd5dd2c overall purpose is better testament ergonomics: instead of having to pass NODE_OPTIONS with every invocation having a binary to handle this for us.

2.0.1 (2021-10-13)

♻️ Refactoring

  • update imports in all pkgs (5fa2b6f)
    • add .js suffix for all relative imports
  • update imports in all tests/pkgs (effd591)

2.0.0 (2021-10-12)

🛑 Breaking changes

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
  • BREAKING CHANGE: discontinue CommonJS & UMD versions
    • only ESM modules will be published from now on
    • CJS obsolete due to ESM support in recent versions of node:
      • i.e. launch NodeJS via:
      • node --experimental-specifier-resolution=node --experimental-repl-await
      • in the node REPL use await import(...) instead of require()
    • UMD obsolete due to widespread browser support for ESM Also:
    • normalize/restructure/reorg all package.json files
    • cleanup all build scripts, remove obsolete
    • switch from mocha to @thi.ng/testament for all tests

♻️ Refactoring

1.1.0 (2021-08-17)

🚀 Features

  • update style/script element defs (a1f9ac8)
    • add CDataContent type
    • allow string or cdata as content
    • update style default attribs

0.3.9 (2020-12-07)

♻️ Refactoring

  • update type-only imports in remaining pkgs (b22aa30)

0.3.0 (2020-07-09)

🚀 Features

  • add 360+ CSS property names (d06a4ae)
    • update style attrib type
  • add CSS props for SVG elements (efe61b8)

0.2.0 (2020-07-02)

🚀 Features

  • add meta & link variations (42fb113)
  • add textArea() (3fceb02)
  • add new elems, add/update types (9023724)
  • add more elems (tables) (f0616e6)
  • add RDFa attrib support, update types (0737a16)

♻️ Refactoring

  • update rdom refs/links etc. (7dfbedb)

0.1.1 (2020-06-28)

🩹 Bug fixes

  • update attrib types (7af448f)
    • allow strings for event attribs
    • allow number | string | boolean for data attribs

0.1.0 (2020-06-24)

🚀 Features

  • import as new pkg (5fffd6f)
  • add AttribVal & EventAttribVal (469e297)
  • re-add support for emmet style tags (bb06dab)
  • add more elements & helpers (68a9bb8)
  • add more elements, update readme (5e3f8f1)

♻️ Refactoring