Releases: honojs/honox
Releases · honojs/honox
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
v0.1.7
v0.1.6
What's Changed
- docs(readme): fixed vite link by @newraina in #99
- chore: bump up
@playwright/test
by @yusukebe in #104 - fix: bump
@hono/vite-dev-server
by @yusukebe in #103 - docs(README): add guide for passing nested layout props by @Luzefiru in #107
- feat:
HasIslands
supports nested components by @bruceharrison1984 in #102 - docs(readme): add
context in islands
and format by @yusukebe in #108 - feat: do not make
/app/components/islands/foo.tsx
Island component by @yusukebe in #110 - docs(readme): add a note for
<HasIslands />
by @yusukebe in #111
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- docs(README): Rename renderer.tsx to _renderer.tsx by @laiso in #77
- fix: bump
@hono/vite-dev-server
by @yusukebe in #84 - feat: add support for client component in children by @usualoma in #80
- feat: add createApp without default routes by @berlysia in #85
- feat: support unnamed default export by @usualoma in #81
- feat: add triggerHydration option to client by @usualoma in #82
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: bump
@hono/vite-dev-server
by @yusukebe in #69 - docs(README): update SSG sample + add client by @berlysia in #70
- fix: bump
@hono/vite-dev-server
by @yusukebe in #72 - Add _middleware support by @bruceharrison1984 in #67
- chore: bump
hono
and@hono/vite-dev-server
by @yusukebe in #75
New Contributors
- @berlysia made their first contribution in #70
- @bruceharrison1984 made their first contribution in #67
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- chore: bump hono to
v4.0.3
by @yusukebe in #59 - fix(util): replace
index.get.tsx
toindex.get
correctly by @yusukebe in #60 - fix(util): support more than one path params by @yusukebe in #61
- feat: pass Context to function routes by @yusukebe in #62
- feat: render children by @usualoma in #56
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat: import jsx function from hono/jsx/dom/jsx-runtime by @usualoma in #35
- chore: add GitHub issues templates by @yusukebe in #44
- fix small typo by @azukiazusa1 in #40
- chore(package.json): bump hono and add hono to
peerDependencies
by @yusukebe in #52 - feat: add
restart-on-add-unlink
vite plugin by @yusukebe in #55
New Contributors
- @usualoma made their first contribution in #35
- @azukiazusa1 made their first contribution in #40
Full Changelog: v0.1.0...v0.1.1