6.16.0
ยท One min read
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.
Updates available
There are patches available for this release. Please update to 6.16.1.
What's Changedโ
- ๐ฉน fix(patch): fix emotion plugin resolution (@roots/bud-emotion) by @kellymears in https://github.com/roots/bud/pull/2416
- ๐๐ผ improve(patch): support
*.module.scss
(@roots/bud-sass) by @kellymears in https://github.com/roots/bud/pull/2421 - ๐ docs(none): syntax error when using default export -
filters.md
by @Hansanghyeon in https://github.com/roots/bud/pull/2420 - ๐๐ผ improve(patch): prevent duplicate dashboard renders by @kellymears in https://github.com/roots/bud/pull/2422
- ๐๐ผ improve(patch):
bud.watch
api by @kellymears in https://github.com/roots/bud/pull/2423 - ๐ docs(none): update
adding-postcss.mdx
by @nlemoine in https://github.com/roots/bud/pull/2425 - โจ improve(patch): add
@roots/bud-support/jsx-runtime
by @kellymears in https://github.com/roots/bud/pull/2426 - ๐ฉน fix(patch): fix proxy url by @kellymears in https://github.com/roots/bud/pull/2427
- โจ improve(patch): improve yarn berry and pnpm support by @kellymears in https://github.com/roots/bud/pull/2432
- ๐ฉน fix(patch): fix bud menu selection by @kellymears in https://github.com/roots/bud/pull/2433
- ๐ types(patch): fix @roots/bud-framework type exports by @kellymears in https://github.com/roots/bud/pull/2437
New Contributorsโ
- @Hansanghyeon made their first contribution in https://github.com/roots/bud/pull/2420
Full Changelog: https://github.com/roots/bud/compare/v6.15.2...v6.16.0