Release Notes
Cotomy version history and architectural milestones.
v2.0.4 (2026-05-06 13:32 UTC)
Package: npm Downloads: ZIP | TAR.GZ
- Improved scoped CSS handling in
CotomyElement. - Automatically prefixes every selector with the element scope when
[root]is omitted, instead of only prefixing the first rule. - Preserves explicit
[root]selectors and scopes nested style rules inside@media,@supports,@container,@layer, and@documentwhile leaving non-style at-rules such as@keyframesunchanged. - Added regression coverage for multi-selector scoped CSS, nested rules, and non-style at-rule preservation.
v2.0.3 (2026-04-30 03:49 UTC)
- Completed bind type renderer lookup fixes for overridden renderer maps.
- Kept custom
data-cotomy-bindtypematching case-insensitive during primitive binding. - Supersedes v2.0.2, which briefly covered only part of this lookup path. v2.0.3 is the recommended v2 patch target.
v2.0.1 (2026-04-04 12:48 UTC)
- Updated README with Node.js 20.19.0+ requirements and v2 release notes.
v2.0.0 (2026-04-04 12:43 UTC)
- Updated core development dependencies, including TypeScript 6, Vitest 4, jsdom 29, and webpack-cli 7.
- Switched internal DOM identity generation from
cuidto@paralleldrive/cuid2. - Added explicit
rootDirsettings for TypeScript 6 build compatibility.
v1.0.5 (2026-02-21 14:54 UTC)
- Added timezone-aware
utcanddaterendering inCotomyViewRenderer, including explicitZoffset handling and ancestordata-cotomy-timezonelookup.
v1.0.4 (2026-02-21 06:43 UTC)
- Added page-level default bind-name-generator support for
CotomyEntityFillApiFormandCotomyViewRenderer.
v1.0.3 (2026-02-20 15:37 UTC)
- Restored attached-state semantics and added
isConnectedhandling.
v1.0.2 (2026-02-20 13:24 UTC)
- Updated attached-state detection to use
Node.isConnected. - Expanded and refined reference-site docs (overview/release notes, class index, navigation, SEO, and policy pages).
v1.0.1 (2026-02-09 13:03 UTC)
- Fixed keepalive option handling.
- Updated reference-site docs and build configuration (TypeScript 5.8.x, sitemap, overview/comparison, and support info).
v1.0.0 (2026-02-07 15:30 UTC)
- Released 1.0.0.
- Updated README and reference URL guidance for the stable line.