Skip to main content

6.17.0

· 2 min read
kellymears
Developer

Improvements in 6.17.0 are mainly focused on @roots/bud-purgecss and @roots/bud-stylelint APIs. Also includes a way for community extensions to indicate compatibility with specific bud.js releases. This allows community extension authors to version their work independently of bud.js core and for users to update extensions along with core packages using the bud upgrade command (#2444).

6.16.0

· One min read
kellymears
Developer

This update adds css module support for scss when using @roots/bud-sass, improves the CLI dashboard, and adds experimental support for pnpm and yarn berry to the bud ugprade and create-bud-app commands. It also includes dependency updates, bug fixes and other internal improvements.

6.15.2

· One min read
kellymears
Developer

Patch: fixes a potential issue with resolving sass-loader and improves bud.cache interface and build dependency identification.

6.15.1

· One min read
kellymears
Developer

Fixes issues with create- bud-app when not specifying any features (totally vanilla project) and improves CLI command cache to be mostly self-healing.