Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

v6.5.0

Compare
Choose a tag to compare
@justinwhall justinwhall released this 17 Jun 19:26
· 285 commits to main since this release

6.5.0 (2021-06-17)

Features

  • API: Multi site config 404 41a38d4
  • Routing: Multi site config 404 41a38d4

Bug Fixes

  • purgecache: move call to resolve back outside of res.write callback (34fa147)
  • purgecache: remove call to next, causing response to end before write is finished (61263a3)
  • purgecache: remove unnecessary paramter (d83952f)

6.5.0-alpha.9 (2021-06-15)

Bug Fixes

  • tracking: update config to include trackinService alias, try out with usePicoGTMEvents (1941a78)
  • trackingservice: return defaultService as-is instead of wrapping in a function (ff85f06)

6.5.0-alpha.8 (2021-06-14)

Features

  • wordpress admin bar: tweaks the admin bar component markup to make targeting easier (66d4c08)

6.5.0-alpha.7 (2021-06-11)

Bug Fixes

  • pico: ensure Read More break selector data is passed to Pico correctly (d3bda2a)

6.5.0-alpha.5 (2021-06-09)

Bug Fixes

  • waittoscroll: fix waitToScroll functionality to ensure it fires on server-side loads (362e419)