Skip to content

Commit 932281f

Browse files
committed
Update the CHANGELOG.md to be consistent with the Flutter IJ format
https://keepachangelog.com/en/1.0.0/
1 parent ab7fc44 commit 932281f

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

third_party/CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
1-
# Dart Plugin for IntelliJ Changelog
1+
## Unreleased
22

3-
## [Unreleased]
3+
### Added
4+
5+
### Removed
6+
7+
- "Scope analysis to the current package" feature from the Dart problem view
8+
- Code Coverage support, all references to com.intellij.coverage.*
9+
- Dart embedded in HTML support
10+
11+
### Changed
412

513
- Vendor change from "JetBrains" to "Google"
614
- Build system change from Basel to Gradle
7-
- Removal of the old Code Coverage support, all references to com.intellij.coverage.*
8-
- Removal of the Dart embedded in HTML support
9-
- Remove the "Scope analysis to the current package" feature from the Dart problem view
15+
16+
17+
## 251.27812.12
18+
19+
### Added
20+
1021
- New Dart language feature: Dot Shorthands (https://youtrack.jetbrains.com/issue/IDEA-370100)
1122
- Support new 'Null-Aware Elements’ syntax (https://youtrack.jetbrains.com/issue/IDEA-374053)
23+
24+
### Removed
25+
26+
### Changed
27+
1228
- Fix: IDE freezes after inserting a piece of Dart code (https://youtrack.jetbrains.com/issue/IDEA-231468)
1329
- Fix: DartParser performance issue: sluggish typing in the editor (https://youtrack.jetbrains.com/issue/IDEA-365957)
1430
- Fix: Format of very long line gives uncompilable code (https://youtrack.jetbrains.com/issue/IDEA-328345)

0 commit comments

Comments
 (0)