Releases: brisa-build/brisa
Releases · brisa-build/brisa
0.2.3
👉 Release Notes 0.2.3 with more details here.
What's Changed
- fix(render): remove overlapping nodes + old connected nodes by @aralroca in #702
- fix: read package.json only in build-time by @aralroca in #708
- docs: improve integration command docs by @aralroca in #709
- fix(server-action): fix soft redirect headers in server action by @aralroca in #710
Full Changelog: 0.2.2...0.2.3
0.2.3-canary.2
What's Changed
Full Changelog: 0.2.3-canary.1...0.2.3-canary.2
0.2.3-canary.1
What's Changed
Full Changelog: 0.2.2...0.2.3-canary.1
0.2.2 - Happy new year 2025! 🎉
Release notes: https://brisa.build/blog/brisa-0.2.2
What's Changed
- Fixes query when have duplicated keys by @AlbertSabate in #690
- chore: upgrade bun by @aralroca in #692
- docs: improve transferToClient explanation by @aralroca in #693
- FIX tailwindcss standalone build on monorepos by @AlbertSabate in #694
- fix(example): fix ssr-modal example types by @aralroca in #695
- perf(client): reduce 26 bytes of brisa-element by @aralroca in #696
- fix(node.js): keep alive stream connection for slow chunks by @aralroca in #699
- fix(build): mark devDependencies as external by @aralroca in #701
Full Changelog: 0.2.1...0.2.2
0.2.2-canary.5
What's Changed
Full Changelog: 0.2.2-canary.4...0.2.2-canary.5
0.2.2-canary.4
What's Changed
Full Changelog: 0.2.2-canary.3...0.2.2-canary.4
0.2.2-canary.3
What's Changed
- fix(example): fix ssr-modal example types by @aralroca in #695
- perf(client): reduce 26 bytes of brisa-element by @aralroca in #696
Full Changelog: 0.2.2-canary.2...0.2.2-canary.3
0.2.2-canary.2
What's Changed
- chore: upgrade bun by @aralroca in #692
- docs: improve transferToClient explanation by @aralroca in #693
- FIX tailwindcss standalone build on monorepos by @AlbertSabate in #694
Full Changelog: 0.2.2-canary.1...0.2.2-canary.2
0.2.2-canary.1
What's Changed
- Fixes query when have duplicated keys by @AlbertSabate in #690
Full Changelog: 0.2.1...0.2.2-canary.1
0.2.1
RELEASE NOTES with all the details: https://brisa.build/blog/brisa-0.2.1
🚨 BREAKING CHANGE
The rerenderInAction
function has been removed. Use renderPage
and renderComponent
instead.
What's Changed
- docs: move decrement to the left side by @kentcdodds in #673
- docs: fix code example by @aralroca in #674
- docs: add kentcdodds as a contributor for doc by @allcontributors in #675
- feat: add
after
request context method by @aralroca in #677 - feat: add encrypt and decrypt functions by @aralroca in #679
- fix: fix userEvent.select and deselect to work in new versions of happy-dom by @aralroca in #681
- feat: replace
rerenderInAction
to:renderPage
andrenderComponent
by @aralroca in #682 - feat(example): add SSR dialog control example by @aralroca in #683
- fix(build): fix transpilation of actions with nested inner function deps by @aralroca in #685
- fix(navigate): fix navigate to current locale by @aralroca in #687
- chore: upgrade to Bun 1.1.40 by @aralroca in #689
New Contributors
- @kentcdodds made their first contribution in #673
Full Changelog: 0.2.0...0.2.1