mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Specify breaking change about UrlPathInlayAction for 2022.3 instead of 2023.1 (#875)
This commit is contained in:
parent
d8d12bb7f1
commit
99bb064d91
@ -161,6 +161,12 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
`com.intellij.lang.javascript.buildTools.webpack.WebPackConfigManager.Companion` class moved to package `com.intellij.webpack`
|
`com.intellij.lang.javascript.buildTools.webpack.WebPackConfigManager.Companion` class moved to package `com.intellij.webpack`
|
||||||
: Use `com.intellij.webpack.WebpackConfigManager.Companion` instead.
|
: Use `com.intellij.webpack.WebpackConfigManager.Companion` instead.
|
||||||
|
|
||||||
|
### Microservices Plugin 2022.3
|
||||||
|
|
||||||
|
`com.intellij.microservices.url.inlay.UrlPathInlayAction.isAvailable(file: PsiFile, urlPathContext: UrlPathContext)` method parameter type changed from `com.intellij.microservices.url.references.UrlPathContext`
|
||||||
|
to `com.intellij.microservices.url.inlay.UrlPathInlayHint`.
|
||||||
|
: Use `com.intellij.microservices.url.inlay.UrlPathInlayHint.getContext` to obtain corresponding `UrlPathContext` instance.
|
||||||
|
|
||||||
## 2022.2
|
## 2022.2
|
||||||
|
|
||||||
### IntelliJ Platform 2022.2
|
### IntelliJ Platform 2022.2
|
||||||
|
@ -83,9 +83,3 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
|
|||||||
<include src="tools_gradle_intellij_plugin.md" include-id="gradle_plugin_223_problem"></include>
|
<include src="tools_gradle_intellij_plugin.md" include-id="gradle_plugin_223_problem"></include>
|
||||||
|
|
||||||
### IntelliJ Platform 2023.1
|
### IntelliJ Platform 2023.1
|
||||||
|
|
||||||
### Microservices Plugin 2023.1
|
|
||||||
|
|
||||||
`com.intellij.microservices.url.inlay.UrlPathInlayAction.isAvailable(file: PsiFile, urlPathContext: UrlPathContext)` method parameter type changed from `com.intellij.microservices.url.references.UrlPathContext`
|
|
||||||
to `com.intellij.microservices.url.inlay.UrlPathInlayHint`.
|
|
||||||
: Use `com.intellij.microservices.url.inlay.UrlPathInlayHint.getContext` to obtain corresponding `UrlPathContext` instance.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user