
π Brisa v0.2.9 is right here! π
This replace brings new options, bug fixes, and documentation enhancements, together with CSS Modules assist, sitemap compilation in dev mode, and improved safety docs. Letβs dive in!
β¨ New Options
CSS Modules Help
Brisa now helps CSS Modules, permitting for scoped types with out international conflicts. Now you can import .module.css
recordsdata inside your parts.
import types from './Button.module.css';
export operate Button() {
return <button class={types.main}>Click on me</button>;
}
Sitemap Compilation in Dev Mode
The sitemap is now compiled in growth mode as properly, making certain that route modifications are mirrored correctly whereas working regionally.
π Bug Fixes
- Mounted CSS collision points between generated types and present public CSS recordsdata. β @aralroca in #781
- Mounted render motion dependencies when utilizing fragments. β @aralroca in #794
π Documentation Updates
- Added CSRF Token documentation to enhance safety consciousness. β @aralroca in #792
- Improved information fetching documentation for higher readability. β @aralroca in #785
- Mounted minor errors in documentation. β @aralroca in #784
π Upkeep
- Upgraded dependencies in
www
, Tailwind, and PandaCSS adapters. β @aralroca in #788 - Upgraded Bun to the most recent model for higher stability. β @aralroca in #790
Full Changelog
π https://github.com/brisa-build/brisa/examine/0.2.8…0.2.9
ποΈ Hearken to Brisa on JS Jabber!
Need to dive deeper into Brisa? Try the most recent episode of JS Jabber Podcast, the place we focus on Brisa’s philosophy, options, and its imaginative and prescient for the way forward for internet growth.