Bud v5.4.0 has been released
Heads up
-
Eslint configs have been centralized in the new
@roots/eslint-config
package. If you are using a@roots
eslint config please use the appropriate export from@roots/eslint-config
instead. These exports will be removed in 5.5.0. -
Verbose logging is now disabled by default. To enable logging use the
--log
flag. -
@roots/sage
users no longer need to specify paths inpackage.json
. You can remove thebud
key entirely.
New and noteworthy
-
feature: @roots/eslint-config by @kellymears in feature(lint) @roots/eslint-config by kellymears · Pull Request #1020 · roots/bud · GitHub
-
feature: rule.includes as an array by @kellymears in feature: rule.includes as an array by kellymears · Pull Request #1179 · roots/bud · GitHub
-
feature: replace oclif with clipanion by @kellymears in improve: replace oclif with clipanion by kellymears · Pull Request #1153 · roots/bud · GitHub
Fixes
-
fix: late extensions are assumed to be modules by @kellymears in fix: late extensions are assumed to be modules by kellymears · Pull Request #1140 · roots/bud · GitHub
-
fix: tailwindcss shouldn’t throw when there is no config by @kellymears in fix: tailwindcss shouldn't throw when there is no config by kellymears · Pull Request #1141 · roots/bud · GitHub
-
fix: remove click interceptor instanceof check by @kellymears in fix(server): remove click interceptor instanceof check by kellymears · Pull Request #1150 · roots/bud · GitHub
-
fix: ci logging by @kellymears in fix: ci logging by kellymears · Pull Request #1158 · roots/bud · GitHub
-
fix: json logging errors by @kellymears in fix: json logging errors by kellymears · Pull Request #1183 · roots/bud · GitHub
-
fix: @roots/bud-entrypoints option export by @kellymears in fix: @roots/bud-entrypoints option export by kellymears · Pull Request #1185 · roots/bud · GitHub
-
fix: devtool facade typings by @kellymears in fix: devtool facade typings by kellymears · Pull Request #1186 · roots/bud · GitHub
Improvements
-
improve: eslint/stylelint base config by @kellymears in improve: eslint/stylelint base config by kellymears · Pull Request #1134 · roots/bud · GitHub
-
improve: process logger by @kellymears in improve: process logger by kellymears · Pull Request #1171 · roots/bud · GitHub
-
improve: @roots/sage preset by @kellymears in improve(patch): @roots/sage preset by kellymears · Pull Request #1172 · roots/bud · GitHub
-
improve: cli backwards compatibility by @kellymears in improve: cli backwards compatibility by kellymears · Pull Request #1180 · roots/bud · GitHub
Full Changelog: https://github.com/roots/bud/compare/v5.3.2…v5.4.0