Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 23 additions & 22 deletions website/blog/2018-10-00-1.15.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ if (true) {

#### Escape not just backticks but `${` as well in graphql tags ([#5137] by [@lydell])

#### fix(js): quote property name as es5 compatible ([#5157] by [@koba04])
#### Fix quote property name as es5 compatible ([#5157] by [@koba04])

#### fix(js) Break args when second arg is a ternary ([#5151] by [@onurtemizkan])
#### Fix break args when second arg is a ternary ([#5151] by [@onurtemizkan])

#### Add support for timeouts passed as numbers to test functions ([#5085] by [@j-f1])

Expand Down Expand Up @@ -172,17 +172,17 @@ it('Handles at least 10k untracked files without failing', async () => {

#### Bugfix/ Leave Dangle Comments in NewExpression ([#5017] by [@flxwu])

#### remove redundant ASI protection for BindExpression ([#4970] by [@TitanSnow])
#### Remove redundant ASI protection for BindExpression ([#4970] by [@TitanSnow])

#### fix #4963: parens are incorrectly stripped in BindExpression ([#4964] by [@TitanSnow])
#### Fix [#4963]: parens are incorrectly stripped in BindExpression ([#4964] by [@TitanSnow])

#### Fix ternary format in function call ([#4368] by [@malcolmsgroves])

#### verify the precedingNode type when handling import declaration comments ([#5016] by [@ericsakmar])
#### Verify the precedingNode type when handling import declaration comments ([#5016] by [@ericsakmar])

#### Fix Flow generic comment positioning ([#5290] by [@swac])

#### Fixed unstable while comment ([#5251] by [@jaideng123])
#### Fix unstable while comment ([#5251] by [@jaideng123])

### JSX

Expand All @@ -192,7 +192,7 @@ it('Handles at least 10k untracked files without failing', async () => {

#### Keep simple JSXOpeningTag's unbroken ([#5078] by [@duailibe])

#### fix: no false positive for arrow function in jsx expression ([#5063] by [@ikatyang])
#### Fix no false positive for arrow function in jsx expression ([#5063] by [@ikatyang])

### Flow

Expand All @@ -206,41 +206,41 @@ it('Handles at least 10k untracked files without failing', async () => {

#### Add ASI protection for TSNonNullExpression ([#5262] by [@duailibe])

#### fix(typescript) Do not add extra semicolon to `TSMethodSignature` when `prettier-ignore` is used ([#5160] by [@onurtemizkan])
#### Fix do not add extra semicolon to `TSMethodSignature` when `prettier-ignore` is used ([#5160] by [@onurtemizkan])

#### fix(typescript): no invalid parens for destructuring with default value ([#5096] by [@ikatyang])
#### Fix no invalid parens for destructuring with default value ([#5096] by [@ikatyang])

#### fix(typescript): no-semi for class props with modifiers ([#5083] by [@ikatyang])
#### Fix no-semi for class props with modifiers ([#5083] by [@ikatyang])

#### fix(typescript): add parens for complex nodes in ClassExpression ([#5074] by [@ikatyang])
#### Fix add parens for complex nodes in ClassExpression ([#5074] by [@ikatyang])

#### fix(typescript): preserve necessary parens for TSOptionalType ([#5056] by [@ikatyang])
#### Fix preserve necessary parens for TSOptionalType ([#5056] by [@ikatyang])

### CSS

#### fix(css): no wrong loc info caused by front matter ([#5103] by [@ikatyang])
#### Fix no wrong loc info caused by front matter ([#5103] by [@ikatyang])

### Markdown

#### fix(markdown): trailing spaces after front matters are allowed ([#5107] by [@ikatyang])
#### Fix trailing spaces after front matters are allowed ([#5107] by [@ikatyang])

#### fix(markdown): do not add whitespaces between Latin and Hangul ([#5040] by [@ikatyang])
#### Fix do not add whitespaces between Latin and Hangul ([#5040] by [@ikatyang])

#### fix(markdown): preserve leading/trailing newlines in fenced code block ([#5038] by [@ikatyang])
#### Fix preserve leading/trailing newlines in fenced code block ([#5038] by [@ikatyang])

#### fix(markdown): inline footnote def if there's only one 1-line paragraph ([#5025] by [@ikatyang])
#### Fix inline footnote def if there's only one 1-line paragraph ([#5025] by [@ikatyang])

#### fix(markdown): stably print lists in front of whitespace-only trailing newline ([#5024] by [@ikatyang])
#### Fix stably print lists in front of whitespace-only trailing newline ([#5024] by [@ikatyang])

#### feat(markdown): preserve math ([#5050], [#5220] by [@ikatyang])
#### feat: Preserve math ([#5050], [#5220] by [@ikatyang])

### YAML

#### fix(yaml): escape quotes correctly ([#5236] by [@ikatyang])
#### Fix escape quotes correctly ([#5236] by [@ikatyang])

#### fix(yaml): update parsers ([#5027] by [@ikatyang])
#### Fix update parsers ([#5027] by [@ikatyang])

#### feat(yaml): prefer implicit key for empty value ([#4972] by [@ikatyang])
#### feat: Prefer implicit key for empty value ([#4972] by [@ikatyang])

[@aquibm]: https://github.com/aquibm
[@bakkot]: https://github.com/bakkot
Expand All @@ -265,6 +265,7 @@ it('Handles at least 10k untracked files without failing', async () => {
[@yuliahope]: https://github.com/yuliaHope
[#4368]: https://github.com/prettier/prettier/pull/4368
[#4772]: https://github.com/prettier/prettier/pull/4772
[#4963]: https://github.com/prettier/prettier/pull/4963
[#4964]: https://github.com/prettier/prettier/pull/4964
[#4969]: https://github.com/prettier/prettier/pull/4969
[#4970]: https://github.com/prettier/prettier/pull/4970
Expand Down