10up-toolkit

Official 10up asset building toolkit.

Downloads
127.2K
Stars
113
Committers
25

Bot releases are visible (Hide)

10up-toolkit - [email protected] Latest Release

Published by github-actions[bot] 28 days ago

Minor Changes

  • 3a5b540: Allow block-specific CSS entry points to get automatically generated for any CSS files in the assets/css/blocks directory.

Patch Changes

  • 8b74e5a: Simple enhancements to toolkit project command to align with devops needs.
  • 7ce09d9: Fix: transform file extension for .ts and .tsx assets inside block.json files
10up-toolkit - [email protected]

Published by github-actions[bot] 29 days ago

Minor Changes

  • 3a5b540: Allow block-specific CSS entry points to get automatically generated for any CSS files in the assets/css/blocks directory.

Patch Changes

  • 8b74e5a: Simple enhancements to toolkit project command to align with devops needs.
  • 7ce09d9: Fix: transform file extension for .ts and .tsx assets inside block.json files
10up-toolkit - [email protected]

Published by github-actions[bot] 2 months ago

Patch Changes

  • 7692784: Simple enhancements to toolkit project command to align with devops needs.
10up-toolkit - [email protected]

Published by github-actions[bot] 4 months ago

Patch Changes

  • 868ffdc: Fixing git clone path inside project command to support paths with spaces.
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Minor Changes

  • dba1534: Project Command (BETA)

Patch Changes

  • dcc09bb: Fix: watch close when using modules
  • 1aba76c: Fix project init command
  • 58d5861: Fix init command
  • d9f3642: Refactor init command
  • 1f612a2: Update project command to use latest
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 5 months ago

Minor Changes

  • 5ddee2c: Update eslint rule for typescript to use default arguments for default props.
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • dcc09bb: Fix: watch close when using modules
  • 1f612a2: Update project command to use latest
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • d9f3642: Refactor init command
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 58d5861: Fix init command
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 1aba76c: Fix project init command
10up-toolkit - [email protected]

Published by github-actions[bot] 5 months ago

Minor Changes

  • dba1534: Project Command (BETA)

Patch Changes

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

Published by github-actions[bot] 5 months ago

Minor Changes

  • 5ddee2c: Update eslint rule for typescript to use default arguments for default props.
10up-toolkit - [email protected]

Published by github-actions[bot] 6 months ago

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 - [email protected]

Published by github-actions[bot] 6 months ago

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 - [email protected]

Published by github-actions[bot] 7 months ago

Minor Changes

  • a41a046: Add support for scriptModule & viewScriptModule assets
10up-toolkit - [email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 73a9d57: Fix peer deps
10up-toolkit - [email protected]

Published by github-actions[bot] 8 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
10up-toolkit - @10up/[email protected]

Published by github-actions[bot] 8 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.

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] 8 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] 8 months ago

Patch Changes

  • 91f266f: Fix HRM (again)