-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Bud v5.1.0 #870
Closed
Closed
Bud v5.1.0 #870
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- fix: cli output generator for site cli docs - improve: docs api generator now chunked so it doesn't crash @QWp6t's computer - improve: /api formatting - improve: replace docusaurus search with lunr
loads fonts using the Webpack 5 asset type. - Fonts under 50kb are inlined - Fonts over 50kb are emitted as a separate asset and referenced with url() Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: QWp6t <hi@qwp6t.me> Co-authored-by: QWp6t <QWp6t@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- fix: imagemin-webpack-plugin v3 - improve: swap out imagemin implementation for @squoosh/lib - docs: update with new api Co-authored-by: QWp6t <QWp6t@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
github-actions
bot
added
@roots/bud
@roots/bud-api
@roots/bud-babel
@roots/bud-build
@roots/bud-cli
@roots/bud-compiler
@roots/bud-compress
@roots/bud-criticalcss
@roots/bud-dashboard
@roots/bud-emotion
@roots/bud-entrypoints
@roots/bud-esbuild
@roots/bud-eslint
@roots/bud-extensions
@roots/bud-framework
@roots/bud-hooks
@roots/bud-imagemin
@roots/bud-library
@roots/bud-mdx
@roots/bud-postcss
labels
Dec 22, 2021
github-actions
bot
added
@roots/ink-prettier
@roots/ink-use-style
@roots/merged-manifest-webpack-plugin
@roots/sage
@roots/wordpress-dependencies-webpack-plugin
@roots/wordpress-externals-webpack-plugin
dependencies
Pull requests that update a dependency file
deprecated
dev
docs
examples
test
labels
Dec 22, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- internal: adds issue template - internal: improves PR template
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
Continuous integration issue.
dependencies
Pull requests that update a dependency file
deprecated
dev
docs
examples
@roots/bud
@roots/bud-api
@roots/bud-babel
@roots/bud-build
@roots/bud-cli
@roots/bud-compiler
@roots/bud-compress
@roots/bud-criticalcss
@roots/bud-dashboard
@roots/bud-emotion
@roots/bud-entrypoints
@roots/bud-esbuild
@roots/bud-eslint
@roots/bud-extensions
@roots/bud-framework
@roots/bud-hooks
@roots/bud-imagemin
@roots/bud-library
@roots/bud-mdx
@roots/bud-postcss
@roots/bud-preset-recommend
@roots/bud-preset-wordpress
@roots/bud-prettier
@roots/bud-purgecss
@roots/bud-react
@roots/bud-sass
@roots/bud-server
@roots/bud-solid
@roots/bud-stylelint
@roots/bud-support
@roots/bud-tailwindcss
@roots/bud-terser
@roots/bud-typescript
@roots/bud-vue
@roots/bud-wordpress-dependencies
@roots/bud-wordpress-externals
@roots/bud-wordpress-manifests
@roots/container
@roots/critical-css-webpack-plugin
@roots/dependencies
@roots/entrypoints-webpack-plugin
@roots/filesystem
@roots/ink-prettier
@roots/ink-use-style
@roots/merged-manifest-webpack-plugin
@roots/sage
@roots/wordpress-dependencies-webpack-plugin
@roots/wordpress-externals-webpack-plugin
test
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Todo
Breaking changes
@roots/bud-imagemin
If you are currently providing a custom configuration, you will need to update it. Our image minimizer plugin now uses the @squoosh/lib implementation.
Details