-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📕 docs(none): fix releases nav (#2611)
Fix releases nav ## Type of change **PATCH: backwards compatible change**
- Loading branch information
1 parent
ea7a733
commit e528871
Showing
4 changed files
with
211 additions
and
22 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
slug: '6.22.0' | ||
title: '6.22.0' | ||
description: Release notes for bud.js 6.22.0 | ||
date: 2024-06-20T07:35:58Z | ||
author: kellymears | ||
author_title: Developer | ||
author_url: https://github.com/kellymears | ||
author_image_url: https://avatars.githubusercontent.com/u/397606?v=4 | ||
tags: | ||
- release | ||
- 6 | ||
- 6.22 | ||
--- | ||
|
||
<!--This file is generated--> | ||
|
||
Some nice performance enhancements. code coverage gains and dependency upgrades in this release. | ||
|
||
<!--truncate--> | ||
|
||
There is a known issue with this release affecting projects using the `@roots/sage/stylelint` config. If you rely on this config you may wish to hold off and upgrade to 6.23.0. | ||
|
||
## What's Changed | ||
|
||
- 📦 deps(patch): upgrade dependencies by @kellymears in https://github.com/roots/bud/pull/2580 | ||
- 📦 deps(minor): upgrade dev middleware by @kellymears in https://github.com/roots/bud/pull/2586 | ||
- 📦 deps(minor): upgrade stylelint by @kellymears in https://github.com/roots/bud/pull/2585 | ||
- 📕 docs(none): fix releases menu by @kellymears in https://github.com/roots/bud/pull/2582 | ||
- 📦 deps(minor): upgrade style deps by @kellymears in https://github.com/roots/bud/pull/2588 | ||
- 🧹 chore(none): update sponsors by @retlehs in https://github.com/roots/bud/pull/2570 | ||
- 📦 deps(minor): upgrade stylelint-sass by @kellymears in https://github.com/roots/bud/pull/2590 | ||
- 📕 docs(none): Fix typo in documentation for bud.postcss.setPostCssOptions by @folbert in https://github.com/roots/bud/pull/2559 | ||
- 📦 deps(patch): upgrade dependencies by @kellymears in https://github.com/roots/bud/pull/2591 | ||
- 📕 docs(none): : issue with code snippet for spacing in theme.json by @dr5hn in https://github.com/roots/bud/pull/2564 | ||
- 📦 deps(patch): bump ip from 1.1.5 to 1.1.9 by @dependabot in https://github.com/roots/bud/pull/2560 | ||
- 🩹 fix(stylelint): `Unexpected invalid media query "screen(x)"` for Tailwind by @codepuncher in https://github.com/roots/bud/pull/2558 | ||
- 🧪 test(none): improve examples and tests by @kellymears in https://github.com/roots/bud/pull/2556 | ||
- 🩹 fix(patch): dashboard react error (useState) by @kellymears in https://github.com/roots/bud/pull/2595 | ||
- ✨ improve(patch): build performance by @kellymears in https://github.com/roots/bud/pull/2596 | ||
- 🧪 test(none): improve coverage by @kellymears in https://github.com/roots/bud/pull/2599 | ||
- 🔨 improve(none): reuse ink instance by @kellymears in https://github.com/roots/bud/pull/2600 | ||
- 🩹 fix(patch): bud.after sync callback error by @kellymears in https://github.com/roots/bud/pull/2601 | ||
- 🧹 chore(none): update sponsors by @retlehs in https://github.com/roots/bud/pull/2598 | ||
- 🔨 improve(patch): bud.pipe: allow mixed async and sync cbs by @kellymears in https://github.com/roots/bud/pull/2603 | ||
- 🩹 fix(patch): set default log preset to none by @kellymears in https://github.com/roots/bud/pull/2602 | ||
|
||
## New Contributors | ||
|
||
- @folbert made their first contribution in https://github.com/roots/bud/pull/2559 | ||
- @dr5hn made their first contribution in https://github.com/roots/bud/pull/2564 | ||
- @codepuncher made their first contribution in https://github.com/roots/bud/pull/2558 | ||
|
||
**Full Changelog**: https://github.com/roots/bud/compare/v6.21.0...v6.22.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
slug: "6.23.0" | ||
title: "6.23.0" | ||
description: Release notes for bud.js 6.23.0 | ||
date: 2024-06-26T07:07:30Z | ||
author: kellymears | ||
author_title: Developer | ||
author_url: https://github.com/kellymears | ||
author_image_url: https://avatars.githubusercontent.com/u/397606?v=4 | ||
tags: | ||
- release | ||
- 6 | ||
- 6.23 | ||
--- | ||
|
||
<!--This file is generated--> | ||
|
||
`@roots/bud-sass` should no longer error without `@roots/bud-postcss`. We strongly recommend you use PostCSS. | ||
|
||
<!--truncate--> | ||
|
||
Update `@roots/sage/stylelint` config so as to not cause deprecation notices and errors. Adds `examples/sage-with-stylelint` to demonstrate a working config. | ||
|
||
Improves error handling. Adds integration tests to cover the fixed bugs. | ||
|
||
## What's Changed | ||
* 🩹 fix(patch): update @roots/sage/stylelint by @kellymears in https://github.com/roots/bud/pull/2607 | ||
* ✨ feat(minor): add bud.before method by @kellymears in https://github.com/roots/bud/pull/2606 | ||
* 🧪 test(none): improve @roots/bud-entrypoints coverage by @kellymears in https://github.com/roots/bud/pull/2608 | ||
* 🩹 fix(patch): no error when using sass without postcss by @kellymears in https://github.com/roots/bud/pull/2604 | ||
* 🧪 test(none): add sage-with-stylelint test by @kellymears in https://github.com/roots/bud/pull/2609 | ||
* 🧹 chore(none): rm --rf examples/sage with stylelint/public by @kellymears in https://github.com/roots/bud/pull/2610 | ||
|
||
**Full Changelog**: https://github.com/roots/bud/compare/v6.22.0...v6.23.0 |
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