Skip to content

Releases: moku-labs/web

v1.7.0

10 Jun 07:49

Choose a tag to compare

What's Changed

  • chore(deps): bump @moku-labs/core to 0.1.2 by @AlexTiTanium in #59
  • fix(spa): let same-page hash links do the native anchor jump in the History fallback by @AlexTiTanium in #39
  • fix(head): strip lang from x-default hreflang so it is identical across locales by @AlexTiTanium in #40
  • fix(spa): carry the query string through navigation interception by @AlexTiTanium in #41
  • fix(content): serve load() from the article cache instead of re-rendering by @AlexTiTanium in #43
  • test(build): run locale-redirects unit tests against the real compiled router by @AlexTiTanium in #44
  • fix(build): absolutize root-relative URLs in feed item content by @AlexTiTanium in #46
  • fix(spa): full-reload fallback when the swap region cannot be swapped by @AlexTiTanium in #47
  • fix(build): enable code splitting so dynamic imports become lazy chunks by @AlexTiTanium in #48
  • fix(content): drop the global style allowlist from the untrusted sanitize schema by @AlexTiTanium in #52
  • ci: wire up orphaned checks (cli e2e suite, .tsx coverage, scripts/ lint) by @AlexTiTanium in #54
  • fix(router): percent-encode buildUrl params and decode matched groups by @AlexTiTanium in #51
  • fix(build): XML-escape sitemap values by @AlexTiTanium in #42
  • fix(build): refuse a catastrophic outDir before the clean phase force-delete by @AlexTiTanium in #49
  • fix(deps): declare preact + preact-render-to-string as peer dependencies by @AlexTiTanium in #53
  • fix(spa): abort superseded navigations in the History fallback by @AlexTiTanium in #58
  • test(cli): raise cli-e2e timeout to 30s for cold Shiki init on slow runners by @AlexTiTanium in #60
  • fix(build): dedupe locale fan-out by output file in pages + sitemap by @AlexTiTanium in #45
  • fix(build): clear the OG image hash cache on clean runs by @AlexTiTanium in #50
  • docs: sync llms.txt / llms-full.txt + README status with the 1.6 release line by @AlexTiTanium in #55
  • fix(spa): abort superseded navigations via navEvent.signal by @AlexTiTanium in #57
  • chore(deps): bump @moku-labs/core to 0.1.3 by @AlexTiTanium in #61

Full Changelog: v1.6.2...v1.7.0

v1.6.2

09 Jun 22:14

Choose a tag to compare

What's Changed

  • fix(spa): honour scroll-behavior on nav when view transitions are off by @AlexTiTanium in #56

Full Changelog: v1.6.1...v1.6.2

v1.6.1

09 Jun 21:30

Choose a tag to compare

What's Changed

  • fix(spa): scroll to top as part of the swap, before the View Transition snapshot by @AlexTiTanium in #38

Full Changelog: v1.6.0...v1.6.1

v1.6.0

08 Jun 07:00

Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.6.0

v1.5.3

07 Jun 20:20

Choose a tag to compare

What's Changed

  • feat(build): support notFound.path for a verbatim custom 404 page by @AlexTiTanium in #36

Full Changelog: v1.5.2...v1.5.3

v1.5.2

07 Jun 19:40

Choose a tag to compare

What's Changed

  • feat(build): let ogImage.defaultCard accept a custom render function by @AlexTiTanium in #35

Full Changelog: v1.5.1...v1.5.2

v1.5.1

07 Jun 18:53

Choose a tag to compare

What's Changed

  • feat(build): auto-generate a site-level default OG card (ogImage.defaultCard) by @AlexTiTanium in #34

Full Changelog: v1.5.0...v1.5.1

v1.5.0

07 Jun 17:54

Choose a tag to compare

What's Changed

  • feat(head): site-level OG on bare-path redirects + head.siteHead API by @AlexTiTanium in #33

Full Changelog: v1.4.1...v1.5.0

v1.4.1

07 Jun 11:44

Choose a tag to compare

What's Changed

  • fix(router): drop URLPattern for a native-RegExp matcher (Safari/Firefox boot crash) by @AlexTiTanium in #32

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Jun 20:31

Choose a tag to compare

What's Changed

  • feat(cli): polish the guided deploy TUI — kill log noise, box the result, MOKU prompts by @AlexTiTanium in #30
  • feat(build): customizable document shell (safe charset/viewport default + placeholder) by @AlexTiTanium in #31

Full Changelog: v1.3.1...v1.4.0