Releases: KronicDeth/intellij-elixir
Releases · KronicDeth/intellij-elixir
v15.0.2-pre+20230604003146
Skip finding mix.exs for OTP apps if it can't be read Fixes #3248
v15.0.2-pre+20230603193036
findMOduleForPsiElement in mostSpecificSdk in read action Fixes #3212
v15.0.2-pre+20230526172808
Don't resolve built-in types against the index if index is updating Fixes #3168
v15.0.2-pre+20230506025217
Ignore group for docs Fixes #3187
v15.0.2-pre+20230505180214
Merge pull request #3213 from KronicDeth/3185 Replace uses of Cell.horizontalAlign(HorizontalAlign)
v15.0.1
Changelog
v15.0.1
Bug Fixes
- #3183 - @vanderson139
- Support 2023.1 RubyMine and WebStorm.
RubyMine and WebStorm have aFIX
version of174
, which is less than IntelliJ's175
in IntelliJ 2023.1's builder number,231.8109.175
.
- Support 2023.1 RubyMine and WebStorm.
v15.0.1-pre+20230421161951
Update since build for RubyMine and WebStorm Latest build for RubyMine 2023.1 is 231.8109.174 https://www.jetbrains.com/ruby/download/other.html Latest build for WebStorm 2023.1 is 231.8109.174 https://www.jetbrains.com/webstorm/download/other.html
v15.0.1-pre+20230421160258
Update since build for RubyMine and WebStorm Latest build for RubyMine 2023.1 is 231.8109.174 https://www.jetbrains.com/ruby/download/other.html Latest build for WebStorm 2023.1 is 231.8109.174 https://www.jetbrains.com/webstorm/download/other.html
v15.0.0
Changelog
v15.0.0
Incompatible Changes
Enhancements
Bug Fixes
- #3172 - @KronicDeth
- Ignore from preload list that doesn't have square brackets.
When trying to resolve keyword keys tofrom
, don't error on unknown keys if any previous key was preload as this may be a list of preloads that is missing the square brackets.
- Ignore from preload list that doesn't have square brackets.
- #3176 - @sh41
- Re-enable canary releases.
- #3180 - @KronicDeth
- Remove duplicate dependency on
com.intellij.modules.java
plugin.
- Remove duplicate dependency on
v15.0.0-pre+20230417195157
Merge pull request #3180 from KronicDeth/3179 Remove duplicate dependency on `com.intellij.modules.java` plugin