Skip to content

Releases: 0no-co/hoofd

v1.7.3

14 Jan 15:26
f2dcc41
Compare
Choose a tag to compare

Patch Changes

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

v1.7.2

14 Jan 15:10
9eda132
Compare
Choose a tag to compare

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

23 Sep 13:49
2ba4ada
Compare
Choose a tag to compare

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

03 May 09:26
Compare
Choose a tag to compare

Minor Changes

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

v1.6.0

28 Apr 07:34
Compare
Choose a tag to compare

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

27 Apr 17:12
Compare
Choose a tag to compare
  • Escape the content property in meta tags #78

1.5.3

21 Apr 07:56
Compare
Choose a tag to compare
  • Guard against no meta tags being returned in React Concurrent Mode #76

1.5.0

28 Jun 16:40
Compare
Choose a tag to compare

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

1.4.0

27 Aug 11:13
Compare
Choose a tag to compare

Add specialized types for hoofd/preact #54

Gatsby support

17 Apr 16:34
2f16169
Compare
Choose a tag to compare
Gatsby support Pre-release
Pre-release

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

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