Releases: honojs/honox
Releases · honojs/honox
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
v0.1.16
What's Changed
- chore: bump
@hono/vite-dev-server
by @yusukebe in #160 - feat: Enable to pass nonce to script component by @usualoma in #164
- fix(jsx): fix nested islands output by using honox/vite/components by @usualoma in #161
- feat: serialize element in props. (not only children) by @usualoma in #162
- feat: Enable to export named component by adding component-export attribute by @usualoma in #163
Full Changelog: v0.1.15...v0.1.16
v0.1.15
v0.1.14
v0.1.13
v0.1.12
What's Changed
- fix: correct routing priority if file name has brackets by @yusukebe in #143
- refactor: simplify sortDirectoriesByDepth function by @usualoma in #144
- feat: enable to put "island" not only in
islands
directory by @yusukebe in #140 - fix: correct routing priority by @yusukebe in #145
- docs(readme): add more details for islands by @yusukebe in #146
Full Changelog: v0.1.11...v0.1.12
v0.1.11
v0.1.10
What's Changed
- test: remove unnecessary tests by @yusukebe in #126
- docs(readme): Pages support
wrangler.toml
in prod by @yusukebe in #134 - Reverse route sorting so dynamic routes don't override static routes by @bruceharrison1984 in #137
- docs(readme): fixed grammar and simplified by @yusukebe in #138
Full Changelog: v0.1.9...v0.1.10
v0.1.9
v0.1.8
What's Changed
- feat: exclude .test. and .spec. files in routes by @hiroki23 in #115
- ci: add CI for windows by @yusukebe in #117
- chore: fix
vite
path in playwright config by @yusukebe in #118 - chore: use
npm
to runvite
for playwright test by @yusukebe in #119 - fix: transform island components on Windows by @mrtska in #116
- ci: improve CI performance by @yusukebe in #120
- docs(readme): add Vite config for tailwind css by @yusukebe in #121
- fix: enable
setInnerMeta
for classic style -new Hono()
by @yusukebe in #122
New Contributors
Full Changelog: v0.1.7...v0.1.8