Skip to content

Releases: brisa-build/brisa

0.1.3-canary.1

22 Oct 09:21
Compare
Choose a tag to compare
0.1.3-canary.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3-canary.1

0.1.2

18 Oct 15:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2

0.1.2-canary.4

18 Oct 12:04
Compare
Choose a tag to compare
0.1.2-canary.4 Pre-release
Pre-release

What's Changed

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

0.1.2-canary.3

16 Oct 20:42
Compare
Choose a tag to compare
0.1.2-canary.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.2-canary.2...0.1.2-canary.3

0.1.2-canary.2

16 Oct 20:36
Compare
Choose a tag to compare
0.1.2-canary.2 Pre-release
Pre-release

What's Changed

  • fix(i18n): use interpolation and format 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

10 Oct 19:33
Compare
Choose a tag to compare
0.1.2-canary.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.1...0.1.2-canary.1

0.1.1

08 Oct 21:40
Compare
Choose a tag to compare

Release Notes: https://brisa.build/blog/brisa-0.1.1

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.1-canary.2

07 Oct 22:12
Compare
Choose a tag to compare
0.1.1-canary.2 Pre-release
Pre-release

What's Changed

  • feat: Add panda-css integration for brisa by @anusikh in #528

New Contributors

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

0.1.1-canary.1

07 Oct 20:51
Compare
Choose a tag to compare
0.1.1-canary.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0...0.1.1-canary.1

0.1.0

05 Oct 08:47
Compare
Choose a tag to compare

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 and rerenderToReadableStream 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 to false (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 to WebContext 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