Skip to content

Releases: brisa-build/brisa

0.2.3

18 Jan 23:56
Compare
Choose a tag to compare

👉 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

14 Jan 19:00
Compare
Choose a tag to compare
0.2.3-canary.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.3-canary.1...0.2.3-canary.2

0.2.3-canary.1

07 Jan 16:07
Compare
Choose a tag to compare
0.2.3-canary.1 Pre-release
Pre-release

What's Changed

  • fix(render): remove overlapping nodes + old connected nodes by @aralroca in #702

Full Changelog: 0.2.2...0.2.3-canary.1

0.2.2 - Happy new year 2025! 🎉

06 Jan 18:27
Compare
Choose a tag to compare

Release notes: https://brisa.build/blog/brisa-0.2.2

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.2-canary.5

04 Jan 17:02
Compare
Choose a tag to compare
0.2.2-canary.5 Pre-release
Pre-release

What's Changed

  • fix(build): mark devDependencies as external by @aralroca in #701

Full Changelog: 0.2.2-canary.4...0.2.2-canary.5

0.2.2-canary.4

02 Jan 23:59
Compare
Choose a tag to compare
0.2.2-canary.4 Pre-release
Pre-release

What's Changed

  • fix(node.js): keep alive stream connection for slow chunks by @aralroca in #699

Full Changelog: 0.2.2-canary.3...0.2.2-canary.4

0.2.2-canary.3

01 Jan 22:24
Compare
Choose a tag to compare
0.2.2-canary.3 Pre-release
Pre-release

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

23 Dec 12:18
Compare
Choose a tag to compare
0.2.2-canary.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.2-canary.1...0.2.2-canary.2

0.2.2-canary.1

20 Dec 13:33
Compare
Choose a tag to compare
0.2.2-canary.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.2.1...0.2.2-canary.1

0.2.1

18 Dec 18:58
Compare
Choose a tag to compare

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 and renderComponent 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

Full Changelog: 0.2.0...0.2.1