Releases: brisa-build/brisa
Releases · brisa-build/brisa
0.1.5-canary.1
What's Changed
- fix: improve errors in
getServeOptions
by @aralroca in #610 - feat: extend SSR support of WC self by @aralroca in #615
Full Changelog: 0.1.4...0.1.5-canary.1
0.1.4
What's Changed
- test: add test updating signal from multi-calls in effect by @aralroca in #590
- fix(playground): fix back navigation on playground by @aralroca in #592
- fix(file-sytem-router): fix regex to work on windows by @aralroca in #593
- fix(cloudflare): remove WASM and replace hash to version by @aralroca in #594
- fix(regression): solve indicator to work server action without js by @aralroca in #597
- chore: upgrade bun & dependencies by @aralroca in #598
- fix(serve): fix prerender home page by @aralroca in #602
- fix(windows): fix build error with unnormalized brisa dir by @aralroca in #603
- perf(optimization): improve req/sec 575% by @aralroca in #604
- fix: solve regex in windows to fix build process by @aralroca in #605
- fix(windows): fix
routeName
check in Windows by @aralroca and @gustavocadev in #606 - fix(dx): improve error feedback on CLI build by @aralroca in #607
- fix(cloudflare): fix process.argv[1] for cloudflare adapter by @aralroca in #608
New Contributors
- @gustavocadev made their first contribution in #606
Full Changelog: 0.1.3...0.1.4
0.1.4-canary.7
What's Changed
- fix(windows): fix
routeName
check in Windows by @aralroca and @gustavocadev in #606
Full Changelog: 0.1.4-canary.6...0.1.4-canary.7
0.1.4-canary.6
What's Changed
- fix: solve regex in windows to fix build process by @aralroca and @gustavocadev in #605
Full Changelog: 0.1.4-canary.5...0.1.4-canary.6
0.1.4-canary.5
What's Changed
Full Changelog: 0.1.4-canary.4...0.1.4-canary.5
0.1.4-canary.4
What's Changed
Full Changelog: 0.1.4-canary.3...0.1.4-canary.4
0.1.4-canary.3
0.1.4-canary.2
What's Changed
Full Changelog: 0.1.4-canary.1...0.1.4-canary.2
0.1.4-canary.1
0.1.3
🔗 Release notes
1 breaking change: we have changed the name of renderInitiator
to initiator
. The reason that now goes beyond the render, it is the initiator of the request, it also tells you if it is an API route, useful to use it in the middleware.
What's Changed
- chore(www): fix og images replacing svg to png by @aralroca in #568
- feat(blog): add post about server actions by @aralroca in #569
- feat: add example with elysia.js by @aralroca in #573
- fix(rpc): Prevent full reload when navigating to the same page by @mobley-trent in #571
- fix: fix native renderMode on same page by @aralroca in #575
- feat: add
getServer
server API by @aralroca in #579 - fix: improve API detection to allow api root entrypoint by @aralroca in #580
- chore(packages): set npm/yarn/pnpm versions by @enzonotario in #570
- fix(build): fix Bun 1.1.33 breaking changes by @aralroca in #582
- fix(build): fix server actions in new Bun version by @aralroca in #583
- feat: rename
renderIndicator
toindicator
and add new features by @aralroca in #585 - docs: add redirect & rewrite docu by @aralroca in #586
- fix: transform hard to soft redirect when it comes from SPA by @aralroca in #587
- docs: improve navigate docs by @aralroca in #589
New Contributors
- @mobley-trent made their first contribution in #571
Full Changelog: 0.1.2...0.1.3