v0.1.17
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:
Script
andHasIsland
available at multiple runtimes withAsyncLocalStorage
by @usualoma in #168 - feat:
$
prefix named file as island component by @yusukebe in #171 - fix: bump
@hono/vite-dev-server
andhono
by @yusukebe in #174 - test: fixed type errors by @yusukebe in #175
- feat: enable placing islands anywhere by @yusukebe in #176
- refactor: move
src/utils
tosrc/server/utils
by @yusukebe in #177 - docs: update readme by @yusukebe in #178
New Contributors
Full Changelog: v0.1.16...v0.1.17