Releases: 0no-co/hoofd
Releases · 0no-co/hoofd
v1.7.3
Patch Changes
- Correct the type path for the
hoofd/preact
package
Submitted by @barelyhuman (See #106)
v1.7.2
Patch Changes
- Correct variable scoping in the
useEffect
ofuseScript
, this prevents scripts from being wrongly unmounted
Submitted by @webdevian (See #103)
v1.7.1
Patch Changes
⚠️ Fix case where due to concurrent mode running effects twice ourcurrentIndex
would get wonky, we need to decrement the currentIndex when we remove the top of the stack during a process iteration
Submitted by @JoviDeCroock (See #95)
v1.7.0
v1.6.0
Minor Changes
- Make
useLink
concurrent safe by only re-usinglink
tags carryingdata-hoofd="1"
, these would come from hydration as hoofd will add these to the static export
Submitted by @JoviDeCroock (See #79)
1.5.4
1.5.3
1.5.0
Fixes usage with modern node versions > 16 and adds some fixes for our toStatic
types
1.4.0
Gatsby support
This plugin enables gatsby support, more info can be found here.
Great thanks goes out to @gustavpursche for helping out tremendously here!