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

Bud v5.1.0 #885

Merged
merged 94 commits into from
Jan 17, 2022
Merged

Bud v5.1.0 #885

merged 94 commits into from
Jan 17, 2022

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Dec 24, 2021

Overview

A lot of fixes and internals improvements based on initial release. A couple minor breaking changes.

Adds support for webp 🎉

@roots/bud-imagemin
We have switched to @squoosh/lib and there is a new configuration API. It should be an easy change. See @roots/bud-imagemin docs.

@roots/sage
users who already have projects on bud will need to opt-in to features by installing:

  • @roots/bud-stylelint
  • @roots/bud-eslint
  • @roots/bud-tailwindcss
  • @roots/bud-prettier

milestone: 5.1.0
closes:

Type of change

MINOR: Backwards compatible feature

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

Changelog

Todo

  • covered by unit and/or integration tests (partial)
  • include documentation updates
  • featured in the changelog

renovate bot and others added 23 commits December 20, 2021 01:18
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>
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
@kellymears kellymears merged commit cb20ef7 into main Jan 17, 2022
@kellymears kellymears deleted the 5.1.0 branch January 17, 2022 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment