Elderjs Versions Save

Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.

v1.6.10

2 years ago

#241

v1.6.9

2 years ago

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

v1.6.8

2 years ago

#238 Thank you to @eight04 for the contributions.

v1.6.7

2 years ago

#236 Fixes reloading issues.

v1.6.6

2 years ago

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

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Elderjs/elderjs/compare/v1.6.4...v1.6.5

v1.6.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Elderjs/elderjs/compare/v1.6.3...v1.6.4

v1.6.3

2 years ago

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

v1.6.2

2 years ago

Fixes issue with prop compression and remotely loaded files.

v1.6.0

2 years ago

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