Skip to content

Releases: webtides/element-js

v1.2.6

27 Oct 18:53

Choose a tag to compare

What's Changed

  • feat(ejs): render and attach shadowroot in the same tick. by @quarkus in #161
  • Fix/property assignement empty rendering by @quarkus in #162

Full Changelog: v1.2.5...v1.2.6

v1.2.5

17 Sep 17:42

Choose a tag to compare

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

13 Jun 08:05

Choose a tag to compare

[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

09 Apr 12:11

Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.6

23 Jan 10:13

Choose a tag to compare

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

14 Nov 09:42

Choose a tag to compare

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

12 Nov 08:30

Choose a tag to compare

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

11 Nov 11:46

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Oct 18:38

Choose a tag to compare

What's Changed

  • fix(rendering): fixing errors while rendering where template is undef… by @quarkus in #130

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Sep 15:36

Choose a tag to compare

[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