Releases: Elderjs/elderjs
Releases · Elderjs/elderjs
v1.5.10
Only enforce hook priority levels on plugin hooks.
v1.5.9
Better documentation for settings.origin
.
Remove and/or use local polyfills (#204)
v1.5.7
Add in missing ;
that caused compressed JS to error.
v1.5.6
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.2
Stop props from being undefined
via another angle. No implications... just doesn't look good.
v1.5.1
When props are empty, don't outputundefined
instead output an empty object.
v1.5.0
Full details on #191.
Breaking changes around hydration, read PR before upgrading.
v1.4.13
- Add
minimumElderjsVersion
to plugin initialization disabling the plugin if it isn't the correct version.
- Add
version
to the settings
object.