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
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,19 @@
10
10
11
11
### Fixed
12
12
13
-
## 4.2.3 - Jun 21, 2026
14
-
15
-
### Fixed
16
-
17
-
- branch code for retrieving plugin info for legacy vs EAP version
18
-
19
-
## 4.2.2 - Jun 21, 2026
13
+
## 4.3.0 - Jun 21, 2026
20
14
21
15
### Changed
22
16
23
17
- replaced deprecated function ReadAction.compute(ThrowableComputable)
24
18
- replaced internal function PluginManagerCore.getPlugin(PluginId)
25
-
26
-
## 4.2.1 - May 24, 2026
19
+
- branch code for retrieving plugin info for legacy vs EAP version
27
20
28
21
### Fixed
29
22
23
+
- Fixed `NoClassDefFoundError` in `CsvEditorSettings`
24
+
- Fixed `java.lang.Throwable: ... Class initialization must not depend on services` by removing service access from class initializers and constructors
25
+
- Fixed a `PluginException` (caused by `java.lang.IllegalArgumentException`) that occurred during early plugin initialization
30
26
- PluginException: Invalid PSI Element CsvFile when file is invalidated during annotation, intention actions, or inspection fixes #964
0 commit comments