Brisa 0.2.9

by Aral Roca

πŸš€ Brisa v0.2.9 is here! πŸŽ‰

This update brings new features, bug fixes, and documentation improvements, including CSS Modules support, sitemap compilation in dev mode, and improved security docs. Let’s dive in!

✨ New Features

CSS Modules Support

Brisa now supports CSS Modules, allowing for scoped styles without global conflicts. You can now import .module.css files inside your components.

import styles from './Button.module.css';

export function Button() {
  return <button class={styles.primary}>Click me</button>;
}

Sitemap Compilation in Dev Mode

The sitemap is now compiled in development mode as well, ensuring that route changes are reflected properly while working locally.

🐞 Bug Fixes

πŸ“– Documentation Updates

πŸ”„ Maintenance

Full Changelog

πŸ”— https://github.com/brisa-build/brisa/compare/0.2.8...0.2.9


πŸŽ™οΈ Listen to Brisa on JS Jabber!

Want to dive deeper into Brisa? Check out the latest episode of JS Jabber Podcast, where we discuss Brisa's philosophy, features, and its vision for the future of web development.