You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,11 @@
2
2
3
3
## unreleased
4
4
5
+
---
6
+
## 0.14.0 (2024-12-18)
7
+
5
8
### Bugfixes
6
-
- Properly implement `bracketSameLine` options for html element tag
9
+
-[GH-90](https://github.com/zackad/prettier-plugin-twig/issues/90)Properly implement `bracketSameLine` options for html element tag
7
10
8
11
__Input__
9
12
```twig
@@ -68,8 +71,8 @@ __bracketSameLine: `false`__
68
71
<br />
69
72
```
70
73
71
-
-GH-101 Fix printing some html tags to be on their own line (heading and table cell)
72
-
-GH-106 Fix handling string literal when using block shortcut syntax
74
+
-[GH-101](https://github.com/zackad/prettier-plugin-twig/issues/101) Fix printing some html tags to be on their own line (heading and table cell)
75
+
-[GH-106](https://github.com/zackad/prettier-plugin-twig/issues/106) Fix handling string literal when using block shortcut syntax
73
76
74
77
### Internals
75
78
- Add option to add prefix/suffix for test snapshot output. This will allow to reuse single input file to produce several snapshot output with different configuration
0 commit comments