Brisa 0.1.7
This release brings performance improvements, bug fixes, and new features to enhance your experience with Brisa.
What's New
Tailwind External Subdependencies Fix
We've resolved an issue where external Tailwind subdependencies caused problems during standalone builds. Everything should now work seamlessly.
Hot Reload Enhancements
Improved hot-reload performance for multi-save scenarios and fixed feedback timing inaccuracies (bad milliseconds). Development workflows are now faster and smoother.
Store Initialization Optimization
The store is now initialized only once when no Web Components are used, leading to better performance and fewer unnecessary operations.
Tailwind Adapter: Embedded Configurable
A new feature in the Tailwind adapter allows you to configure an embedded
option, offering more flexibility for your TailwindCSS setup.
BTW; Brisa Shop is Live!
Visit our shop to get your Brisa swag and show your support!
What's Changed
- fix(build): fix Tailwind external subdependencies during standalone build – @aralroca in #638
- chore: upgrade Bun – @aralroca in #639
- fix: improve multi-save hot-reload time – @aralroca in #641
- fix: init store only once when no Web Components – @aralroca in #645
- test: adapt some tests to new store behavior – @aralroca in #646
- refactor: move CLI inside
src/bin
folder – @aralroca in #647 - chore: upgrade Bun – @aralroca in #649
- fix(dx): fix bad milliseconds feedback during hotreload – @aralroca in #651
- feat(tailwind-adapter): add
embedded
configurable – @aralroca in #652
Full Changelog: https://github.com/brisa-build/brisa/compare/0.1.6...0.1.7