Skip to content

Commit

Permalink
update web-site
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Feb 28, 2024
1 parent 3be9b0b commit 7fe976e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions website/src/content/docs/internals/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
- Fix [#1748](https://github.com/biomejs/biome/issues/1748). Now for the following case we won't provide an unsafe fix
for the `noNonNullAssertion` rule:

```ts
x[y.z!];
```

Contributed by @ah-yu

- Imports that contain the protocol `:` are now sorted after the `npm:` modules, and before the `URL` modules.
Contributed by @ematipico

Expand All @@ -91,17 +97,13 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
+ import Component from "./component.js"
```

```ts
x[y.z!];
```

Contributed by @ah-yu

- Fix [#1081](https://github.com/biomejs/biome/issues/1081). The `useAwait` rule does not report `for await...of`.
Contributed by @unvalley

- Fix [#1827](https://github.com/biomejs/biome/issues/1827) by properly analyzing nested `try-finally` statements. Contributed by @ah-yu

- Fix [#1924](https://github.com/biomejs/biome/issues/1924) Use the correct export name to sort in the import clause. Contributed by @ah-yu

### CLI

#### New features
Expand Down

0 comments on commit 7fe976e

Please sign in to comment.