Skip to content

Releases: 10up/10up-toolkit

10up-toolkit@4.3.0-next.0

20 Oct 16:09
e1124ec
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • c2298c3: Introduce --include option to instruct toolkit to transpile the specified package
  • 24a50b8: Add "none" format. Allowing to use "project mode" without producing a bundle that needs to be consumed through another bundler.

Patch Changes

  • c7ddd46: Improve Sass compatibility by making sure PostCSS runs after Sass has finished and also ensuring that PostCSS process the Sass pipeline.

    Fixes #198
    Fixes #228

  • aec9ac4: Forks webpack-remove-empty-script into 10up-toolkit and remove the ansis dependency.

10up-toolkit@4.2.2

08 Sep 13:13
Compare
Choose a tag to compare

Patch Changes

  • 80e858f: fix how block editor styles get handled if useBlockAssets option is not set

10up-toolkit@4.2.2-next.1

08 Sep 13:00
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 80e858f: fix how block editor styles get handled if useBlockAssets option is not set

10up-toolkit@4.2.1

07 Sep 12:12
Compare
Choose a tag to compare

Patch Changes

  • 8bbd562: fix regression in block file names in dist folder if useBlockAssets option is not set

10up-toolkit@4.2.1-next.1

07 Sep 19:25
653a8d6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 80e858f: fix how block editor styles get handled if useBlockAssets option is not set

10up-toolkit@4.2.1-next.0

07 Sep 10:32
3f682e8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 8bbd562: fix regression in block file names in dist folder if useBlockAssets option is not set

10up-toolkit@4.2.0

06 Sep 15:05
Compare
Choose a tag to compare

Minor Changes

  • 2e67b06: Replaces squoosh with a custom implementation using sharp for optimizing images.
  • d60ce6c: Refine the way block assets get handled. 10up-toolkit will now create Webpack entrypoints for any assets that are defined in any block.json files automatically for you. So no need to manually adding manual entrypoints per block.

Patch Changes

  • bc89638: Fix how webpack handles addition of new block.json files during watch mode

10up-toolkit@4.2.0-next.2

22 Aug 13:57
0a87860
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 2e67b06: Replaces squoosh with a custom implementation using sharp for optimizing images.

10up-toolkit@4.2.0-next.1

22 Aug 11:59
1ffef9b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • bc89638: Fix how webpack handles addition of new block.json files during watch mode

10up-toolkit@4.2.0-next.0

01 Aug 15:19
3272285
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • d60ce6c: Refine the way block assets get handled. 10up-toolkit will now create Webpack entrypoints for any assets that are defined in any block.json files automatically for you. So no need to manually adding manual entrypoints per block.