Skip to content

Releases: 10up/10up-toolkit

@10up/stylelint-config@2.0.4-next.0

22 Feb 21:36
0cdc967
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 7ee697b: Ensuring stylelint supports SCSS in a separate ruleset

10up-toolkit@5.1.0-next.0

22 Feb 21:36
0cdc967
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 799afd5: Introduce support for Linaria (css-in-js) in toolkit.
  • b682822: maybe insert style version hash to dist block.json files

Patch Changes

  • 7ee697b: Ensuring stylelint supports SCSS in a separate ruleset
  • cb5d528: Fix: checking chunk path for block decision.
    Fix: Windows related issues
  • Updated dependencies [7ee697b]
    • @10up/stylelint-config@2.0.4-next.0

@10up/stylelint-config@2.0.3

09 Feb 17:32
b6d86a6
Compare
Choose a tag to compare

Patch Changes

  • 12f9cf9: Ensure SCSS config accepts mixin at-rules from postcss-mixins

@10up/eslint-config@3.0.0

09 Feb 19:18
de05c08
Compare
Choose a tag to compare

Major Changes

10up-toolkit@5.0.0

09 Feb 19:18
de05c08
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [0f29b56]
    • @10up/eslint-config@3.0.0
    • @10up/babel-preset-default@2.0.4
    • @10up/stylelint-config@2.0.3

@10up/stylelint-config@2.0.2

14 Nov 18:06
76ad2aa
Compare
Choose a tag to compare

Patch Changes

  • 010cea6: Updating package.json links to point to the new repository

@10up/eslint-config@2.4.7

14 Nov 18:06
76ad2aa
Compare
Choose a tag to compare

Patch Changes

  • 010cea6: Updating package.json links to point to the new repository
  • Updated dependencies [010cea6]
    • @10up/babel-preset-default@2.0.4

@10up/babel-preset-default@2.0.4

14 Nov 18:06
76ad2aa
Compare
Choose a tag to compare

Patch Changes

  • 010cea6: Updating package.json links to point to the new repository

10up-toolkit@4.3.1

14 Nov 18:06
76ad2aa
Compare
Choose a tag to compare

Patch Changes

  • 010cea6: Fix processing order whenever Sass is used
  • Updated dependencies [010cea6]
    • @10up/babel-preset-default@2.0.4
    • @10up/eslint-config@2.4.7
    • @10up/stylelint-config@2.0.2

10up-toolkit@4.3.0

20 Oct 21:16
Compare
Choose a tag to compare

Minor Changes

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

Patch Changes

  • 45d73c4: 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

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