Attention
From this release, you need to add the compatibility_flags in wrangler.toml when you run your HonoX app on the Cloudflare production or with the wrangler pages dev command:
# wrangler.toml
name = "my-project-name"
compatibility_date = "2024-04-01"
compatibility_flags = [ "nodejs_compat" ] # <== add this!
pages_build_output_dir = "./dist"What's Changed
- fix(windows): failed to build honox on Windows by @mika-f in #173
- feat:
ScriptandHasIslandavailable at multiple runtimes withAsyncLocalStorageby @usualoma in #168 - feat:
$prefix named file as island component by @yusukebe in #171 - fix: bump
@hono/vite-dev-serverandhonoby @yusukebe in #174 - test: fixed type errors by @yusukebe in #175
- feat: enable placing islands anywhere by @yusukebe in #176
- refactor: move
src/utilstosrc/server/utilsby @yusukebe in #177 - docs: update readme by @yusukebe in #178
New Contributors
Full Changelog: v0.1.16...v0.1.17