Skip to content

Commit 0d0e374

Browse files
authored
Update platform version for 261 (#8773)
A problem is that I may need a way for users to download a dev Dart plugin as well. Another problem is there are many new verify issues for 2026.1 (these can be seen on the jetbrains site already, even though our current plugins aren't technically compatible with 2026.1). Maybe it would make sense to focus on fixing those first, and make this an issue instead so we know that compatibility for 2026.1 is on our agenda.
1 parent 32585be commit 0d0e374

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Added
44

5+
- Support for IntelliJ platform version 2026.1. (#8773)
6+
57
### Changed
68

79
- Improved color recognition in gutter previews by making it more specific to `Colors` and `CupertinoColors` classes. (#8824)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# found in the LICENSE file.
55
#
66

7-
ideaVersion=2025.2.1.5
7+
ideaVersion=2025.2.3.9
88
dartPluginVersion= 502.0.0
99
# Also update the versions for verify checks in tool/github.sh.
1010
sinceBuild=251
11-
untilBuild=253.*
11+
untilBuild=261.*
1212
javaVersion=21
1313
kotlin.stdlib.default.dependency=false
1414
org.gradle.parallel=true

0 commit comments

Comments
 (0)