-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
3.4 release blog #16851
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
3.4 release blog #16851
Conversation
Size Change: 0 B Total Size: 7.86 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Left a couple of small suggestions.
Blog post preview:
https://deploy-preview-16851--prettier.netlify.app/blog/2024/11/25/3.4.0
--- | ||
author: "Sosuke Suzuki (@sosukesuzuki)" | ||
authorURL: "https://github.com/sosukesuzuki" | ||
title: "Prettier 3.4: Fixes a lot of bugs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: "Prettier 3.4: Fixes a lot of bugs" | |
title: "Prettier 3.4: A lot of bug fixes" |
Optional: I could not find a blog post title starting with a verb, but there was https://prettier.io/blog/2019/06/06/1.18.0 for example
website/blog/2024-11-24-3.4.0.md
Outdated
// Input | ||
const string = `${[[1, 2], [3, 4]]}` | ||
|
||
// Prettier 3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should be
// Prettier 3.2 | |
// Prettier 3.3 |
here and below
website/blog/2024-11-24-3.4.0.md
Outdated
} | ||
``` | ||
|
||
#### Fixed wrong trailing comma position after comment in SCSS ([#16617](https://github.com/prettier/prettier/pull/16617) by [@Ma-hawaj](https://github.com/Ma-hawaj), [@fisker](https://github.com/fisker)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Fixed wrong trailing comma position after comment in SCSS ([#16617](https://github.com/prettier/prettier/pull/16617) by [@Ma-hawaj](https://github.com/Ma-hawaj), [@fisker](https://github.com/fisker)) | |
#### Fix wrong trailing comma position after comment in SCSS ([#16617](https://github.com/prettier/prettier/pull/16617) by [@Ma-hawaj](https://github.com/Ma-hawaj), [@fisker](https://github.com/fisker)) |
website/blog/2024-11-24-3.4.0.md
Outdated
|
||
### Markdown | ||
|
||
#### Removed excessive spaces after line prefixes for unordered lists in Markdown ([#15526](https://github.com/prettier/prettier/pull/15526) by [@TomasLudvik](https://github.com/TomasLudvik)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Removed excessive spaces after line prefixes for unordered lists in Markdown ([#15526](https://github.com/prettier/prettier/pull/15526) by [@TomasLudvik](https://github.com/TomasLudvik)) | |
#### Remove excessive spaces after line prefixes for unordered lists in Markdown ([#15526](https://github.com/prettier/prettier/pull/15526) by [@TomasLudvik](https://github.com/TomasLudvik)) |
@sosukesuzuki Please wait for me to fix #16860 |
website/blog/2024-11-25-3.4.0.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
N.B. We’ll need to change the date if we don’t manage to release 3.4 by the end of today AoE
93705f9
to
aa4eb9f
Compare
aa4eb9f
to
24ec764
Compare
Description
#16850
Checklist
docs/
directory).changelog_unreleased/*/XXXX.md
file followingchangelog_unreleased/TEMPLATE.md
.✨Try the playground for this PR✨