Skip to content

Commit 240ec36

Browse files
author
Christopher Quadflieg
committed
Update Changelog
1 parent b671027 commit 240ec36

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Next
22

3-
[diff](https://github.com/prettier/plugin-pug/compare/1.1.9...master)
3+
[diff](https://github.com/prettier/plugin-pug/compare/1.1.10...master)
4+
5+
# 1.1.10
6+
7+
[diff](https://github.com/prettier/plugin-pug/compare/1.1.9...1.1.10)
8+
9+
- Suppress formatting for Angular if there is more than one binding within an attribute value ([#78])
10+
- Support more Vue expressions (`v-if`, `v-else-if`, `v-for`, `v-text`, `v-html`) ([b671027])
11+
12+
[#78]: https://github.com/prettier/plugin-pug/issues/78
13+
[b671027]: https://github.com/prettier/plugin-pug/commit/b6710277003d7fec3ff139b0a6e69b52d17ebf47
414

515
# 1.1.9
616

@@ -16,7 +26,7 @@
1626

1727
- Calculate correct line width ([26fefff])
1828
- Fix indentation for `doctype` ([51d3860])
19-
- Handle angular pipe with parameter ([#70])
29+
- Handle Angular pipe with parameter ([#70])
2030
- Handle space for indented `text` ([#74])
2131

2232
[#70]: https://github.com/prettier/plugin-pug/issues/70

0 commit comments

Comments
 (0)