Skip to content

Releases: KronicDeth/intellij-elixir

v15.0.2-pre+20230604003146

04 Jun 00:36
Compare
Choose a tag to compare
Pre-release
Skip finding mix.exs for OTP apps if it can't be read

Fixes #3248

v15.0.2-pre+20230603193036

03 Jun 19:36
Compare
Choose a tag to compare
Pre-release
findMOduleForPsiElement in mostSpecificSdk in read action

Fixes #3212

v15.0.2-pre+20230526172808

26 May 17:33
Compare
Choose a tag to compare
Pre-release
Don't resolve built-in types against the index if index is updating

Fixes #3168

v15.0.2-pre+20230506025217

06 May 02:58
Compare
Choose a tag to compare
Pre-release
Ignore group for docs

Fixes #3187

v15.0.2-pre+20230505180214

05 May 18:07
de37745
Compare
Choose a tag to compare
Pre-release
Merge pull request #3213 from KronicDeth/3185

Replace uses of Cell.horizontalAlign(HorizontalAlign)

v15.0.1

21 Apr 16:12
f5a54a9
Compare
Choose a tag to compare

Changelog

v15.0.1

Bug Fixes

  • #3183 - @vanderson139
    • Support 2023.1 RubyMine and WebStorm.
      RubyMine and WebStorm have a FIX version of 174, which is less than IntelliJ's 175 in IntelliJ 2023.1's builder number, 231.8109.175.

v15.0.1-pre+20230421161951

21 Apr 16:24
f5a54a9
Compare
Choose a tag to compare
Pre-release
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

21 Apr 16:07
Compare
Choose a tag to compare
Pre-release
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

17 Apr 20:44
bb4ef2b
Compare
Choose a tag to compare

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 to from, 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.
  • #3176 - @sh41
    • Re-enable canary releases.
  • #3180 - @KronicDeth
    • Remove duplicate dependency on com.intellij.modules.java plugin.

v15.0.0-pre+20230417195157

17 Apr 19:57
bb4ef2b
Compare
Choose a tag to compare
Pre-release
Merge pull request #3180 from KronicDeth/3179

Remove duplicate dependency on `com.intellij.modules.java` plugin