Skip to content

Releases: 0no-co/hoofd

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!

Better SSR support

17 Apr 13:42
Compare
Choose a tag to compare
Better SSR support Pre-release
Pre-release

We noticed useEffect doesn't actually run on the server-side so we needed some workarounds, proud to announce that we now have two working websites using this library!

Renamed toString --> toStatic
We aren't returning a string anymore but metas, links, title and lang

The servers are supported

06 Apr 22:50
ca1b654
Compare
Choose a tag to compare
Pre-release

This release adds support for server side rendering as well as golfing some bytes.