Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ improve: config module handling #2336

Merged
merged 23 commits into from
Jun 28, 2023
Merged

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Jun 24, 2023

🚨 Potentially breaking changes

  • bud.context.files interface has changed. The module property is now an async function that returns the module. This is an undocumented internal, but people might be using it..
  • deprecated: @roots/merged-manifest-webpack-plugin
  • deprecated: @roots/bud-wordpress-manifests

Changes

  • improve(@roots/wordpress-theme-json-webpack-plugin): theme.json included in compilation module graph
  • improve(@roots/bud-tailwindcss-theme-json): Edits to tailwind.config.js now result in rebuild of theme.json
  • improve(@roots/entrypoints-webpack-plugin): entrypoints.json included in compilation module graph
  • improve: config files now lazy loaded.
  • new package: @roots/wordpress-transforms is a small utility package for translating @wordpress/* signifiers to wp-* enqueue handles and wp.* references.

Type of change

MINOR: feature

@github-actions github-actions bot added internal repository specific PR or issue yarn labels Jun 27, 2023
@github-actions github-actions bot added the docs label Jun 28, 2023
@kellymears kellymears changed the title ✨ improve: use webpack emit api for all assets ✨ improve: config module handling Jun 28, 2023
@github-actions github-actions bot added the CI Continuous integration issue. label Jun 28, 2023
@kellymears kellymears added the πŸš€! automerge label Jun 28, 2023
@kodiakhq kodiakhq bot merged commit 8ca1b78 into main Jun 28, 2023
8 checks passed
@kodiakhq kodiakhq bot deleted the wordpress-theme-json-cache branch June 28, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment