- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
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.7.0 (2024-07-08)
- 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)
- update IFrameAttribs.sandbox (b7d4cb8)
2.6.0 (2024-04-20)
- update AttribVal type, allow async iterables (10eb854)
- update type usage (ac691f8)
2.5.0 (2024-03-27)
- add inputReset() & inputSubmit() (2b9cde0)
2.4.0 (2024-01-23)
- add slot() element factory (c7612a4)
2.3.0 (2023-12-09)
- update Attribs.class type, allow string array (e82c3b4)
2.2.33 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
2.2.21 (2023-08-22)
- update height handling in metaViewport() (f142348)
- add ViewportOpts docstrings
2.2.0 (2022-11-30)
2.1.0 (2021-11-17)
- 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
- 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)
- 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)
- 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 ofrequire()
- 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
- update all tests in all pkgs (8b582bc)
- update all to use @thi.ng/testament
1.1.0 (2021-08-17)
- 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)
- update type-only imports in remaining pkgs (b22aa30)
0.3.0 (2020-07-09)
- add 360+ CSS property names (d06a4ae)
- update
style
attrib type
- update
- add CSS props for SVG elements (efe61b8)
0.2.0 (2020-07-02)
- 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)
- update rdom refs/links etc. (7dfbedb)
0.1.1 (2020-06-28)
- update attrib types (7af448f)
- allow strings for event attribs
- allow number | string | boolean for data attribs
0.1.0 (2020-06-24)
- 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)
- update defElement() (a56a10b)