Tuesday, October 14, 2025
HomeJavaScriptBrisa 0.2.9 - Brisa Weblog

Brisa 0.2.9 – Brisa Weblog


πŸš€ 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.

  • Enabled sitemap compilation throughout growth – @aralroca in #787

🐞 Bug Fixes

πŸ“– Documentation Updates

πŸ”„ Upkeep

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.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments