10up-toolkit

Official 10up asset building toolkit.

Downloads
127.2K
Stars
113
Committers
25

Bot releases are visible (Hide)

10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 8 months ago

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-toolkit - @10up/[email protected]

Published by github-actions[bot] 10 months ago

Patch Changes

  • 98298cf: Fix peer dep
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 10 months ago

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

10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 10 months ago

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.
10up-toolkit - [email protected]

Published by github-actions[bot] 10 months ago

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
  • Updated dependencies [91f266f]
  • Updated dependencies [ea9ca67]
  • Updated dependencies [47c19c9]
  • Updated dependencies [3fce625]
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 10 months ago

Patch Changes

  • 91f266f: Fix HRM (again)
10up-toolkit - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • d3ea57e: install @wordpress/eslint-plugin in toolkit by default
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • b172081: Fixes validation for --wp--some--property for custom properties
    Fixes usage of currentcolor vs currentColor
10up-toolkit - [email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • d3ea57e: install @wordpress/eslint-plugin in toolkit by default
  • Updated dependencies [b172081]
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • b172081: Fixes validation for --wp--some--property for custom properties
    Fixes usage of currentcolor vs currentColor
10up-toolkit - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a930021: Fix: prettier peerDependency range
  • d3e6078: fix coply all php files inside the blocks directory into dist
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a930021: Fix: prettier peerDependency range
10up-toolkit - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a930021: Fix: prettier peerDependency range
  • Updated dependencies [a930021]
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a930021: Fix: prettier peerDependency range
10up-toolkit - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • d3e6078: fix coply all php files inside the blocks directory into dist
10up-toolkit - [email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • f3122e4: Updating several dependencies
    Better error messages when svg parsing fails
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • f3122e4: Updating several dependencies
    Better error messages when svg parsing fails

Patch Changes

10up-toolkit - @10up/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • f3122e4: Updating several dependencies
    Better error messages when svg parsing fails
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 7ee697b: Ensuring stylelint supports SCSS in a separate ruleset
10up-toolkit - [email protected]

Published by github-actions[bot] over 1 year ago

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]