Skip to content

Releases: bigbite/build-tools

1.0.0-beta.5

12 Nov 11:31
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • Swap out clean-webpack-plugin for custom implementation by @ampersarnie in #6

Full Changelog: 1.0.0-beta.4...1.0.0-beta.5

1.0.0-beta.4

29 Oct 13:25
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

Changelog

  • Added support for using SVGs as components.

1.0.0-beta.3

29 Oct 09:35
6736842
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Changelog

  • number-leading-zero changed to always to keep it consistent with prettier

1.0.0-beta.2

27 Oct 16:38
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Changelog

  • Documentation updated to include step on requiring asset-settings.php.
  • Can now transpile es6 modules that are included via packages.
  • CLI will now display which projects are being built, using their package.name as the reference.
  • Package version is now added to asset-settings.php.
  • Build will now use the projects node_modules rather than the one in root when building a site.
    • ⚠️ This means each project (plugin|theme) will be required to manage it's own packages, etc.
  • Babel config is no longer required in the root of the site or project.
  • Fixed issue where styles urls being parsed and subsequent files were hashed.

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0-beta.1

15 Oct 09:38
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
chore: update readme with references to changes