- Notifications
You must be signed in to change notification settings - Fork16
Releases: 0no-co/hoofd
Releases · 0no-co/hoofd
v1.7.3
f2dcc41
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Patch Changes
- Correct the type path for the
hoofd/preact
package
Submitted by@barelyhuman (See#106)
Assets2
v1.7.2
9eda132
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Patch Changes
- Correct variable scoping in the
useEffect
ofuseScript
, this prevents scripts from being wrongly unmounted
Submitted by@webdevian (See#103)
Assets2
v1.7.1
2ba4ada
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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)
Assets2
v1.7.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v1.6.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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)
Assets2
1.5.4
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
1.5.3
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
1.5.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Fixes usage with modern node versions > 16 and adds some fixes for ourtoStatic
types
Assets2
1.4.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Gatsby support
2f16169
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Gatsby supportPre-release
Pre-release
This plugin enables gatsby support, more info can be foundhere.
Great thanks goes out to @gustavpursche for helping out tremendously here!