mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2023.md (#1384)
This commit is contained in:
parent
6442c7f13b
commit
0f0ef2ba15
@ -302,6 +302,11 @@ Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved
|
|||||||
`com.intellij.database.datagrid.DataGrid.getPureBinaryDisplayType(ModelIndex<GridColumn>)` method removed
|
`com.intellij.database.datagrid.DataGrid.getPureBinaryDisplayType(ModelIndex<GridColumn>)` method removed
|
||||||
: Use `com.intellij.database.datagrid.DataGrid.getPureDisplayType(ModelIndex<GridColumn>)` instead.
|
: Use `com.intellij.database.datagrid.DataGrid.getPureDisplayType(ModelIndex<GridColumn>)` instead.
|
||||||
|
|
||||||
|
### Package Checker Plugin 2023.3
|
||||||
|
|
||||||
|
`com.intellij.packageChecker.maven.MavenSharedDependenciesModel` class renamed to `com.intellij.packageChecker.java.BuildSystemDependenciesModelBase`
|
||||||
|
: Renamed to a more correct and generic name.
|
||||||
|
|
||||||
## 2023.2
|
## 2023.2
|
||||||
|
|
||||||
### IntelliJ Platform 2023.2
|
### IntelliJ Platform 2023.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user