Skip to content

Releases: Elderjs/elderjs

v1.5.10

10 Aug 09:00
Compare
Choose a tag to compare

Only enforce hook priority levels on plugin hooks.

v1.5.9

09 Aug 17:36
Compare
Choose a tag to compare

Better documentation for settings.origin.

Remove and/or use local polyfills (#204)

02 Aug 10:54
Compare
Choose a tag to compare

v1.5.7

02 Aug 07:52
Compare
Choose a tag to compare

Add in missing ; that caused compressed JS to error.

v1.5.6

02 Aug 07:34
Compare
Choose a tag to compare

Major rework to the hydration code thanks to @gregod.

  • All prop files are now prefetched by default.
  • Move from .js to .json prop files to ease the parser's lifting.
  • Turning off prefetch can be done with hydrate-options={{ noPrefetch: true }}
  • Better parallelization of prop fetching.

v1.5.3

29 Jun 11:33
Compare
Choose a tag to compare

Fix #196 and #197.

v1.5.2

28 Jun 23:42
Compare
Choose a tag to compare

Stop props from being undefined via another angle. No implications... just doesn't look good.

v1.5.1

28 Jun 23:16
Compare
Choose a tag to compare

When props are empty, don't outputundefined instead output an empty object.

v1.5.0

28 Jun 20:00
1d69a4d
Compare
Choose a tag to compare

Full details on #191.

Breaking changes around hydration, read PR before upgrading.

v1.4.13

03 Jun 21:18
Compare
Choose a tag to compare
  • Add minimumElderjsVersion to plugin initialization disabling the plugin if it isn't the correct version.
  • Add version to the settings object.