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
+9-22Lines changed: 9 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,7 @@ New entries must be placed in a section entitled `Unreleased`.
9
9
Read
10
10
our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog).
11
11
12
-
## Unreleased
13
-
14
-
### Analyzer
15
-
16
-
#### New features
17
-
18
-
- Add [nursery/noShorthandPropertyOverrides](https://biomejs.dev/linter/rules/no-shorthand-property-overrides). [#2958](https://github.com/biomejs/biome/issues/2958) Contributed by @neokidev
19
-
20
-
#### Bug fixes
21
-
22
-
- Fix [[#3084](https://github.com/biomejs/biome/issues/3084)] false positive by correctly recognize parenthesized return statement. Contributed by @unvalley
12
+
## v1.8.2 (2024-06-20)
23
13
24
14
### CLI
25
15
@@ -85,8 +75,6 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
85
75
86
76
Contributed by @Conaclos
87
77
88
-
### Editors
89
-
90
78
### Formatter
91
79
92
80
#### Bug fixes
@@ -96,6 +84,10 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
96
84
97
85
### JavaScript APIs
98
86
87
+
#### Bug fixes
88
+
89
+
- Fix a regression introduced by the release of `v1.8.0`
90
+
99
91
### Linter
100
92
101
93
#### New features
@@ -104,6 +96,8 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
104
96
105
97
#### Bug fixes
106
98
99
+
- Add [nursery/noShorthandPropertyOverrides](https://biomejs.dev/linter/rules/no-shorthand-property-overrides). [#2958](https://github.com/biomejs/biome/issues/2958) Contributed by @neokidev
100
+
- Fix [[#3084](https://github.com/biomejs/biome/issues/3084)] false positive by correctly recognize parenthesized return statement. Contributed by @unvalley
107
101
-[useImportExtensions](https://biomejs.dev/linter/rules/use-import-extensions/) now suggests a correct fix for `import '.'` and `import './.'`. Contributed by @minht11
108
102
- Fix [useDateNow](https://biomejs.dev/linter/rules/use-date-now/) false positive when new Date object has arguments `new Date(0).getTime()`. Contributed by @minht11.
109
103
- The [`noUnmatchableAnbSelector`](https://biomejs.dev/linter/rules/no-unmatchable-anb-selector/) rule is now able to catch unmatchable `an+b` selectors like `0n+0` or `-0n+0`. Contributed by @Sec-ant.
@@ -152,8 +146,6 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
152
146
153
147
## v1.8.1 (2024-06-10)
154
148
155
-
### Analyzer
156
-
157
149
### CLI
158
150
159
151
#### Bug fixes
@@ -167,17 +159,13 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
167
159
168
160
- Fix [#3067](https://github.com/biomejs/biome/issues/3067), by assigning the correct default value to `indentWidth`. Contributed by @ematipico
169
161
170
-
### Editors
171
-
172
162
### Formatter
173
163
174
164
#### Bug fixes
175
165
- Fix the bug where whitespace after the & character in CSS nesting was incorrectly trimmed, ensuring proper targeting of child classes [#3061](https://github.com/biomejs/biome/issues/3061). Contributed by @denbezrukov
176
166
- Fix [#3068](https://github.com/biomejs/biome/issues/3068) where the CSS formatter was inadvertently converting variable declarations and function calls to lowercase. Contributed by @denbezrukov
177
167
- Fix the formatting of CSS grid layout properties. Contributed by @denbezrukov
178
168
179
-
### JavaScript APIs
180
-
181
169
### Linter
182
170
183
171
#### Bug fixes
@@ -224,10 +212,9 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
224
212
225
213
### Parser
226
214
227
-
#### New features
228
-
- Implemented CSS Unknown At-Rule parsing, allowing the parser to gracefully handle unsupported or unrecognized CSS at-rules. Contributed by @denbezrukov
229
-
230
215
#### Bug fixes
216
+
217
+
- Implemented CSS Unknown At-Rule parsing, allowing the parser to gracefully handle unsupported or unrecognized CSS at-rules. Contributed by @denbezrukov
231
218
- Fix [#3055](https://github.com/biomejs/biome/issues/3055) CSS: Layout using named grid lines is now correctly parsed. Contributed by @denbezrukov
232
219
- Fix [#3091](https://github.com/biomejs/biome/issues/3091). Allows the parser to handle nested style rules and at-rules properly, enhancing the parser's compatibility with the CSS Nesting Module. Contributed by @denbezrukov
0 commit comments