Skip to content

v5.3.0

Compare
Choose a tag to compare
@kellymears kellymears released this 10 Feb 15:16
· 1156 commits to main since this release

New and noteworthy

@roots/bud-typescript

  • There is a typescript eslint config available to import from @roots/bud-typescript/eslint-config.
  • There is a base tsconfig available to import from @roots/bud-typescript/tsconfig/tsconfig.json. For the most part this config is identical to the Microsoft recommended tsconfig except that it allows jsx/tsx to be passed through to @roots/bud-babel.

@roots/bud-sage

  • The domReady function is available for import from @roots/sage/client.

@bud.assets

In 5.2.0 it was required to use absolute paths with this function. That was a temporary solution; you can now pass copy items in a variety of ways — including as a standard copy-webpack-plugin options object.

Fixes

Improvements

Full Changelog: v5.2.0...v5.3.0