Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

73 lines (62 loc) · 4.76 KB

Changelog

v15.1.0

Enhancemnts

  • #3279 - @osbre
    • Add "Homebrew on Linux" SDK locations.

Bug Fixes

  • #3185 - @KronicDeth
    • Replace uses of Cell.horizontalAlign(HorizontalAlign) The API is scheduled for removal and is replaced by Call.align(AlignX.FILL).
  • #3214 - @KronicDeth
    • Ignore group: for docs.
  • #3242 - @KronicDeth
    • Don't resolve built-in types against the index if index is updating.
  • #3249 - @KronicDeth
    • findModuleForPsiElement in mostSpecificSdk in read action.
  • #3250 - @KronicDeth
    • Skip finding mix.exs for OTP apps if it can't be read.
  • #3251 - @KronicDeth
    • Include mix new stderr in IOException for better triage.
  • #3251 - @KronicDeth
    • Include mix new stderr in IOException for better triage.
  • #3252 - @KronicDeth
    • Highlight binary numbers as usual in types.
  • #3253 - @KronicDeth
    • Highlight module attributes as usual in types.
  • #3254 - @KronicDeth
    • Use org.apache.commons.lang.SystemUtils instead of org.codehaus.plexus.interpolation.os.Os to detect if on Windows for Test marker file URL.
  • #3260 - @KronicDeth
    • Call FileIndex.getContentRootForFile in ReadAction when getting working directory for mix format.
  • #3261 - @KronicDeth
    • Don't include null target usage types when finding usage type across all targets.
  • #3262 - @KronicDeth
    • Skip bare Aliases when resolving Types.
  • #3263 - @KronicDeth
    • Exclude .elixir_ls directory when configuring new Projects. If the .elixir_ls directory is included the .beam it produces can interfere with normal StubIndex.
  • #3271 - @KronicDeth
    • Check if Internal Erlang SDK home path exists for SDK for New Project.
  • #3288 - @KronicDeth
    • Stop prependingQualifiers at EEx tags.

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.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.

v14

The CHANGELOG for v14 can be found in the v14.01 tag.