Releases: webtides/element-js
Releases · webtides/element-js
v1.2.6
v1.2.5
What's Changed
- Fix/attribute part interpolated with equals char #154 by @quarkus in #155
- Fix/events stacking when conditionally rendering by @quarkus in #156
- 158 renderer zombie element with detached state is not updated by attribute value by @quarkus in #159
- fix(ejs): refine check for already defined props as this was running… by @quarkus in #160
Full Changelog: v1.2.0...v1.2.5
v1.2.0
[1.2.0] - 2025-06-13
ADDED
- Added custom "connected" CSS :state() to all base elements once connected (#151)
FIXED
- Fixed global style store not caching style sheet entries (#152)
Full Changelog: v1.1.8...v1.2.0
v1.1.8
v1.1.6
What's Changed
- test: adds (not) failing test for diffing arrays of template results by @eddyloewen in #145
- fix: re-rendering between static strings and dynamic html by @eddyloewen in #141
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- fix: using special characters in attribute static strings by @eddyloewen in #139
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- feat: implements support for interpolations inside text only nodes li… by @eddyloewen in #138
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- fix: unsafeHTML not rendering multiple nodes by @eddyloewen in #136
- 132 renderer handle early return from templates by @eddyloewen in #137
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
[1.1.1] - 2024-09-16
FIXED
- Fixed base url and css rules order in adopted style sheets.
- Fixed randomUUID not being available in unsecure hosts (like localhost) by adding a helper function