Skip to content

Releases: 10up/10up-toolkit

10up-toolkit@6.1.0

06 May 15:09
Compare
Choose a tag to compare

Minor Changes

  • a41a046: Add support for scriptModule & viewScriptModule assets
  • 1693913: Bundle PostCSS Global Data Plugin with default configuration

Patch Changes

  • 20d2e65: Feature: allow defining module script entrypoints via moduleEntry key in package.json decoupled from blocks

10up-toolkit@6.1.0-next.1

29 Apr 17:21
9163e46
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 1693913: Bundle PostCSS Global Data Plugin with default configuration

Patch Changes

  • 20d2e65: Feature: allow defining module script entrypoints via moduleEntry key in package.json decoupled from blocks

10up-toolkit@6.1.0-next.0

27 Mar 13:37
73446c7
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • a41a046: Add support for scriptModule & viewScriptModule assets

10up-toolkit@6.0.1

25 Mar 17:33
42cfe0c
Compare
Choose a tag to compare

Patch Changes

@10up/stylelint-config@3.0.0

11 Mar 19:13
Compare
Choose a tag to compare

Major Changes

  • ea9ca67: Discourage usage of @nest by disallowing the at-rule.
    Adding support for new way of doing nesting as per latest Nesting Spec (as implemented by browsers in 2023).
  • 3fce625: Upgrading stylelint to version 15.0.0 and decouple from @wordpress/stylelint-config.

Patch Changes

  • 5734ef9: Update custom-property-pattern regular expression to also match custom properties that use a singular - as a group separator
  • ae04aa8: fix update custom property pattern to also allow for single - separator

@10up/eslint-config@4.0.0

11 Mar 19:13
Compare
Choose a tag to compare

Major Changes

  • 47c19c9: - Bump minimum prettier version to v3.
    • Removed jsdoc/newline-after-description eslint rule since it has been removed from the eslint-plugin-jsdoc.

Patch Changes

  • 98298cf: Fix peer dep
  • Updated dependencies [91f266f]
    • @10up/babel-preset-default@2.1.1

@10up/babel-preset-default@2.1.1

11 Mar 19:13
Compare
Choose a tag to compare

Patch Changes

10up-toolkit@6.0.0

11 Mar 19:14
Compare
Choose a tag to compare

Major Changes

  • 71460c9: update default value of useBlockAssets to true. If you are not ready for it yet. Set useBlockAssets to false in your 10up-toolkit package.json config.

    {
      "name": "your-project",
      "10up-toolkit": {
        "useBlockAssets": false
      }
    }
  • 091bb26: Update postcss-preset-env to ^9.0.0 from ^7.0.0
    Swap postcss-editor-styles with postcss-editor-styles-wrapper which is compatible with PostCSS 8

  • e6c5140: Update linaria to next major and fix an issue with react-refresh plugin. Also drops support for node 14.

Minor Changes

  • e29ee64: Feature: sourcemap option for production builds
  • 0c969ef: Add support to configure Webpack's publicPath

Patch Changes

  • 08f7c78: Add .local to the default list of supported domains.
  • 6c8dbb5: Update dependencies
  • 91f266f: Fix HRM (again)
  • 5a8f979: Stop using react fast refresh fork in favor of the upstream package
  • 01ade56: Fix: allow overriding buildfiles.config.js, filenames.config.js and paths.config.js as stated in README

@10up/stylelint-config@3.0.0-next.1

26 Feb 15:43
b81f949
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 5734ef9: Update custom-property-pattern regular expression to also match custom properties that use a singular - as a group separator
  • ae04aa8: fix update custom property pattern to also allow for single - separator

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

09 Jan 17:19
Compare
Choose a tag to compare
Pre-release

Major Changes

  • ea9ca67: Discourage usage of @nest by disallowing the at-rule.
    Adding support for new way of doing nesting as per latest Nesting Spec (as implemented by browsers in 2023).
  • 3fce625: Upgrading stylelint to version 15.0.0 and decouple from @wordpress/stylelint-config.