Skip to content

Releases: Elderjs/elderjs

v1.6.10

07 Mar 22:02
Compare
Choose a tag to compare

v1.6.9

06 Mar 12:42
Compare
Choose a tag to compare

Bump esbuild to non-breaking version that supports m1 macs.

v1.6.8

03 Mar 17:14
Compare
Choose a tag to compare

#238 Thank you to @eight04 for the contributions.

v1.6.7

02 Mar 15:08
Compare
Choose a tag to compare

#236 Fixes reloading issues.

v1.6.6

02 Mar 13:44
Compare
Choose a tag to compare

Fix issue where a Svelte component would be updated with fresh CSS but it would not be reflected on the page. Impacted both esbuild and rollup configs due to the way caching was handled. Closes #218

v1.6.5

01 Dec 09:02
e8435c2
Compare
Choose a tag to compare

What's Changed

  • allow defining the element used when hydrating svelte components by @douglasward in #221

New Contributors

Full Changelog: v1.6.4...v1.6.5

v1.6.4

16 Nov 14:33
Compare
Choose a tag to compare

What's Changed

  • Fix for rollup replace plugin warning by @tylerjlawson in #210
  • feat: Configurable Request Cache by @Catgroove in #220

New Contributors

  • @tylerjlawson made their first contribution in #210
  • @Catgroove made their first contribution in #220

Full Changelog: v1.6.3...v1.6.4

v1.6.3

08 Oct 12:04
Compare
Choose a tag to compare

Fix issue where prop compression would choke under rare situations like '{}'props.

v1.6.2

25 Sep 15:21
Compare
Choose a tag to compare

Fixes issue with prop compression and remotely loaded files.

v1.6.0

13 Sep 11:36
Compare
Choose a tag to compare

#209 Fixed props being passed as an array in shortcodes instead of an object.