From 78c6e0733c84747ec9be50e3a623572e50f05782 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Mon, 1 Feb 2021 18:50:49 +0300 Subject: [PATCH] Add change-notes for 1.4.30 --- .../resources-descriptors/META-INF/plugin.xml | 23 +++++++++++++++---- .../META-INF/plugin.xml.201 | 12 ++++++++++ .../META-INF/plugin.xml.as41 | 12 ++++++++++ .../META-INF/plugin.xml.as42 | 12 ++++++++++ 4 files changed, 55 insertions(+), 4 deletions(-) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index 8f7e0dbe79c..5b2bed17c94 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
    +
  • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
  • +
  • Kotlin/JVM: IR backend is now in Beta.
  • +
  • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
  • +
  • Kotlin/JS: prototype lazy initialization of top-level properties.
  • +
  • Support for Gradle configuration cache.
  • +
  • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
  • +
+ For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

1.4.20

+ Released: November 23, 2020
  • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
  • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
  • @@ -110,7 +122,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - + @@ -151,11 +163,14 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - + - - + + diff --git a/idea/resources-descriptors/META-INF/plugin.xml.201 b/idea/resources-descriptors/META-INF/plugin.xml.201 index 47bfa2fd0ef..3f4d5a4777b 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.201 +++ b/idea/resources-descriptors/META-INF/plugin.xml.201 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
      +
    • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
    • +
    • Kotlin/JVM: IR backend is now in Beta.
    • +
    • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
    • +
    • Kotlin/JS: prototype lazy initialization of top-level properties.
    • +
    • Support for Gradle configuration cache.
    • +
    • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
    • +
    + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

    1.4.20

    + Released: November 23, 2020
    • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
    • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
    • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as41 b/idea/resources-descriptors/META-INF/plugin.xml.as41 index 285aa3ca3f6..1948bf388de 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as41 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as41 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
        +
      • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
      • +
      • Kotlin/JVM: IR backend is now in Beta.
      • +
      • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
      • +
      • Kotlin/JS: prototype lazy initialization of top-level properties.
      • +
      • Support for Gradle configuration cache.
      • +
      • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
      • +
      + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

      1.4.20

      + Released: November 23, 2020
      • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
      • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
      • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42 index a7cce72296f..ffb67ecd6fd 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
          +
        • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
        • +
        • Kotlin/JVM: IR backend is now in Beta.
        • +
        • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
        • +
        • Kotlin/JS: prototype lazy initialization of top-level properties.
        • +
        • Support for Gradle configuration cache.
        • +
        • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
        • +
        + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

        1.4.20

        + Released: November 23, 2020
        • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
        • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.