Releases: brisa-build/brisa
0.1.3-canary.1
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
New Contributors
- @mobley-trent made their first contribution in #571
Full Changelog: 0.1.2...0.1.3-canary.1
0.1.2
What's Changed
- docs: add issue templates by @Anonymous961 in #536
- fix: not log _Fragment (swc of playground) by @aralroca in #542
- fix: skip set attribute when value is
undefined
by @aralroca in #543 - fix: adapt
i18n.t
with HTML (elements
) to work on WC by @aralroca in #544 - fix(i18n): use
interpolation
andformat
inside Web Components by @aralroca in #546 - docs: update CONTRIBUTING.md by @Anonymous961 in #547
- fix: "Upgrade Bun" message prompts the user to install their current version by @amatiasq in #549
- fix: fix composed extensions in
fileSystemRouter
by @aralroca in #552 - update engines && publish commits actions by @enzonotario in #553
- fix(playground): stringify declaration files on monaco editor by @aralroca in #555
- fix(actions): publish commits via pkg-pr-new by @enzonotario in #557
- fix: fix detecting WC in Windows by @aralroca in #548
- chore: upgrade diffing algorithm by @aralroca in #559
- fix: fix WC regex for Windows by @aralroca in #561
- chore: upgrade bun & deps by @aralroca in #562
- chore: homepage content nits by @gariasf in #530
- docs: improve async component generators docs by @aralroca in #563
- fix: add different keys on actions by @aralroca in #564
- feat: add idleTimeout by @aralroca in #566
New Contributors
- @Anonymous961 made their first contribution in #536
Full Changelog: 0.1.1...0.1.2
0.1.2-canary.4
What's Changed
- fix: fix WC regex for Windows by @aralroca in #561
- chore: upgrade bun & deps by @aralroca in #562
- chore: homepage content nits by @gariasf in #530
- docs: improve async component generators docs by @aralroca in #563
- fix: add different keys on actions by @aralroca in #564
Full Changelog: 0.1.2-canary.3...0.1.2-canary.4
0.1.2-canary.3
What's Changed
Full Changelog: 0.1.2-canary.2...0.1.2-canary.3
0.1.2-canary.2
What's Changed
- fix(i18n): use
interpolation
andformat
inside Web Components by @aralroca in #546 - docs: update CONTRIBUTING.md by @Anonymous961 in #547
- fix: "Upgrade Bun" message prompts the user to install their current version by @amatiasq in #549
- fix: fix composed extensions in
fileSystemRouter
by @aralroca in #552 - update engines && publish commits actions by @enzonotario in #553
- fix(playground): stringify declaration files on monaco editor by @aralroca in #555
- fix(actions): publish commits via pkg-pr-new by @enzonotario in #557
- fix: fix detecting WC in Windows by @aralroca in #548
Full Changelog: 0.1.2-canary.1...0.1.2-canary.2
0.1.2-canary.1
What's Changed
- docs: add issue templates by @Anonymous961 in #536
- fix: not log _Fragment (swc of playground) by @aralroca in #542
- fix: skip set attribute when value is
undefined
by @aralroca in #543 - fix: adapt
i18n.t
with HTML (elements
) to work on WC by @aralroca in #544
New Contributors
- @Anonymous961 made their first contribution in #536
Full Changelog: 0.1.1...0.1.2-canary.1
0.1.1
Release Notes: https://brisa.build/blog/brisa-0.1.1
What's Changed
- docs: fix some mistakes by @aralroca in #517
- docs: fix brisa_badge image by @aralroca in #518
- docs: add media by @aralroca in #519
- Fixes WebComponentAttributes, type of _build is incompatible. by @AlbertSabate in #521
- feat: add filterRuntimeDevErrors config property by @aralroca in #527
- feat: Add panda-css integration for brisa by @anusikh in #528
- chore: upgrade bun to 1.1.30 by @aralroca in #531
New Contributors
Full Changelog: 0.1.0...0.1.1
0.1.1-canary.2
0.1.1-canary.1
What's Changed
- docs: fix some mistakes by @aralroca in #517
- docs: fix brisa_badge image by @aralroca in #518
- docs: add media by @aralroca in #519
- Fixes WebComponentAttributes, type of _build is incompatible. by @AlbertSabate in #521
- feat: add filterRuntimeDevErrors config property by @aralroca in #527
Full Changelog: 0.1.0...0.1.1-canary.1
0.1.0
v0.1 - First public version 🎉
This release has been a long roadmap with the goal of completing all the essentials to make it a fully functional full-stack framework from the first version. A framework that allows you to mix Server Components + Server Actions with Web Components + Signals, both written in JSX.
Launch video: https://www.youtube.com/watch?v=dhHbSAsApsk
Website: https://brisa.build
What's Changed
- fix: sort entrypoints by @aralroca in #418
- test: fix tests linux by @aralroca in #419
- feat(build): build of Web/Server Components for library authors by @aralroca in #422
- feat: integrate types from external web component libraries by @aralroca in #423
- feat(build): integrate ssr external web component libraries by @aralroca in #424
- fix(homepage): adapt classes code-section and code for mobile by @danielart in #425
- feat: do
rerenderToString
andrerenderToReadableStream
Node.js compatibles by @aralroca in #426 - feat: do serve-options Node.js compatible by @aralroca in #428
- feat: add
clustering
config to fork serve process for CPU core + load balancing by @aralroca in #430 - fix: fix crash on Node.js for Intl.Locale variation by @aralroca in #435
- fix: ignore openInEditor in dev when runtimes are different than Bun by @aralroca in #437
- fix: fix server actions in Node.js by @aralroca in #438
- dx: improvement type generation by @aralroca in #439
- fix: resolve exports inside package.json during build by @aralroca in #444
- fix: sort routes in a better way to resolve it well by @aralroca in #446
- feat: support Node.js as output by @aralroca in #441
- feat: make Server Build Standalone + Transportable (Bun & Node.js) by @aralroca in #448
- fix: define
process.env.CSS_TRANSFORMER_WASM
tofalse
(fix lightningcss build issue) by @aralroca in #450 - feat: add
external
configuration field by @aralroca in #452 - feat(adapter-vercel): support node runtime + skew protection by @aralroca in #453
- feat(build): prerender components (hybrid static/dynamic components in the same page) by @aralroca in #455
- fix(action): handle i18n + trailing slash on action navigate by @aralroca in #456
- fix(spa): update diffing algorithm handling better the stream chunks by @aralroca in #459
- fix: use request clone to allow req.body to be read again by @aralroca in #461
- feat: improve create-brisa cli template by @aralroca in #462
- fix: fix suspense during diff by @aralroca in #463
- feat: unify JSX-runtimes and allow JSX as attributes from SC to WC by @aralroca in #466
- fix: fix prerender (
renderOn
) in the new jsx-runtime by @aralroca in #467 - fix(i18n): fix i18n in 404 layout when locale does not exist by @aralroca in #468
- feat(adapter-vercel): add 404 in static output by @aralroca in #472
- fix(hot-reload): avoid watch public assets by @aralroca in #474
- fix(spa): handle scripts during SPA correctly by @aralroca in #476
- feat: expose SSRWebComponent wrapper by @aralroca in #477
- fix(signals): fix loop in effects by @aralroca in #480
- docs: replace Vitepress to Brisapress by @aralroca in #481
- feat: support
src/sitemap.ts
to create the sitemap in an easy way by @aralroca in #483 - feat: expose transpileToWebComponent server API by @aralroca in #485
- feat: remove server dependencies for
compileWC
to work in the browser by @aralroca in #486 - feat: add first version of playground by @aralroca in #487
- fix(serve): priorize assets before pages by @aralroca in #489
- feat(playground): add monaco-editor by @aralroca in #490
- feat: add some examples by @aralroca in #491
- Improves types for the new JSX implementation. by @AlbertSabate in #473
- feat: support global CSS import by @aralroca in #492
- feat(playground): tabs layout for output section by @enzonotario in #493
- fix(dx): improve error feedback by @aralroca in #494
- fix: hide playground footer to avoid scroll issues by @aralroca in #495
- fix(ssr): fix props conflicts changing the brisa prop names by @aralroca in #497
- feat: add brisa-tailwindcss package by @aralroca in #498
- feat: integrate brisa-tailwindcss by @aralroca in #499
- feat: integrate tailwind automatically + docs + examples by @aralroca in #501
- feat: adapt global styles in WCs SSR by @aralroca in #502
- feat: compress CSS files to gz/br when
assetCompression=true
by @aralroca in #504 - chore(playground): monaco jsx/tsc highlight by @enzonotario in #500
- feat: add playground styles by @aralroca in #505
- feat: add
useId
toWebContext
by @aralroca in #507 - fix(css): fix css imports in Node.js by @aralroca in #509
- feat(www playground): add Eruda for devtools panel by @enzonotario in #510
- feat: migrate to tauri 2.0 stable by @aralroca in #512
- feat(www playground): add loading indicator while compiling WC by @enzonotario in #511
Full Changelog: https://github.com/brisa-build/brisa/commits/0.1.0