Skip to content

Releases: 0no-co/hoofd

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:26
f2dcc41

Patch Changes

  • Correct the type path for the hoofd/preact package
    Submitted by @barelyhuman (See #106)

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:10
9eda132

Patch Changes

  • Correct variable scoping in the useEffect of useScript, this prevents scripts from being wrongly unmounted
    Submitted by @webdevian (See #103)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 13:49
2ba4ada

Patch Changes

  • ⚠️ Fix case where due to concurrent mode running effects twice our currentIndex 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

Choose a tag to compare

@github-actions github-actions released this 03 May 09:26

Minor Changes

  • Escape single quotes via x27 instead of 39
    Submitted by @tazsingh (See #88)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 07:34

Minor Changes

  • Make useLink concurrent safe by only re-using link tags carrying data-hoofd="1", these would come from hydration as hoofd will add these to the static export
    Submitted by @JoviDeCroock (See #79)

1.5.4

Choose a tag to compare

@JoviDeCroock JoviDeCroock released this 27 Apr 17:12
  • Escape the content property in meta tags #78

1.5.3

Choose a tag to compare

@JoviDeCroock JoviDeCroock released this 21 Apr 07:56
  • Guard against no meta tags being returned in React Concurrent Mode #76

1.5.0

Choose a tag to compare

@JoviDeCroock JoviDeCroock released this 28 Jun 16:40

Fixes usage with modern node versions > 16 and adds some fixes for our toStatic types

1.4.0

Choose a tag to compare

@JoviDeCroock JoviDeCroock released this 27 Aug 11:13

Add specialized types for hoofd/preact #54

Gatsby support

Gatsby support Pre-release
Pre-release

Choose a tag to compare

@JoviDeCroock JoviDeCroock released this 17 Apr 16:34
2f16169

This plugin enables gatsby support, more info can be found here.

Great thanks goes out to @gustavpursche for helping out tremendously here!