Skip to content

v2021.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 11:59

Added

  • Build for IntelliJ Platform version 212
  • UUID for serializable classes

Changed

  • Move to Gradle IntelliJ Plugin version 1.1.4

Deprecated

Removed

Fixed

  • Use Application.getService() for retrieving a service since using the ServiceManager
    is deprecated. See this page
  • Changing how notifications are created due to deprecation of the old call
  • Use new version of beforeActionPerformed() due to deprecation of the old call
  • Smaller warnings regarding types

Security