Skip to content

Commit e369a25

Browse files
committed
Add blog post for v3.7
1 parent 9a571e4 commit e369a25

4 files changed

Lines changed: 1887 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
authors: "fisker"
3+
title: "Prettier 3.7: Improved formatting consistency and new plugin features!"
4+
---
5+
6+
We are excited to announce Prettier 3.7! This release focuses on polishing the TypeScript and Flow experience, specifically by aligning the formatting of classes and interfaces to be more consistent and predictable. We also want your opinion on the upcoming change to ifx [inconsistent opening brace print logic of class and interface body](https://github.com/prettier/prettier/issues/18115).
7+
8+
Additionally, we also fixed lots of bugs, added support for Angular 21, added Front Matter support to Handlebars.
9+
10+
For plugin developers, we've added new APIs to give you more control over comment attachment and handling of ignored nodes.
11+
12+
If you appreciate Prettier and would like to support our work, please consider sponsoring us directly via [our OpenCollective](https://opencollective.com/prettier) or by sponsoring the projects we depend on. Thank you for your continued support!
13+
14+
<!-- truncate -->

changelog_unreleased/typescript/18094.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#### Fix the inconsistent printing between class and interface (#18094, #18091, #18215 by @fisker)
1+
#### [HIGHLIGHT] Fix the inconsistent printing between class and interface (#18094, #18091, #18215 by @fisker)
2+
3+
In this release, we've focused heavily on improving consistency between Class and Interface formatting. Previously, these two similar constructs were printed quite differently, leading to visual inconsistencies. We've aligned their formatting rules to provide a more predictable and cleaner output.
4+
25

36
##### The extra indentation for type parameters in class has been removed
47

0 commit comments

Comments
 (0)