Skip to content

Commit a19f1e1

Browse files
committed
move Kotlin release cycle info to tip
1 parent e1153ec commit a19f1e1

25 files changed

+98
-46
lines changed

docs/topics/whatsnew/whatsnew-eap.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
_[Released: %kotlinEapReleaseDate%](eap.md#build-details)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
<!--
108
> This document doesn't cover all of the features of the Early Access Preview (EAP) release,
119
> but it highlights some major improvements.
@@ -18,6 +16,10 @@ _[Released: %kotlinEapReleaseDate%](eap.md#build-details)_
1816

1917
The Kotlin %kotlinEapVersion% release is out! See the full list of changes in the [GitHub changelog](https://github.com/JetBrains/kotlin/releases/tag/v%kotlinEapVersion%).
2018

19+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
20+
>
21+
{style="tip"}
22+
2123
## IDE support
2224

2325
The Kotlin plugins that support %kotlinEapVersion% are bundled in the latest versions of IntelliJ IDEA and Android Studio.

docs/topics/whatsnew/whatsnew11.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
_Released: 15 February 2016_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
## Table of contents
108

119
* [Coroutines](#coroutines-experimental)
@@ -14,6 +12,10 @@ _Released: 15 February 2016_
1412
* [JVM backend](#jvm-backend)
1513
* [JavaScript backend](#javascript-backend)
1614

15+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
16+
>
17+
{style="tip"}
18+
1719
## JavaScript
1820

1921
Starting with Kotlin 1.1, the JavaScript target is no longer considered experimental. All language features are supported,

docs/topics/whatsnew/whatsnew12.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
_Released: 28 November 2017_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
## Table of contents
108

119
* [Multiplatform projects](#multiplatform-projects-experimental)
@@ -14,6 +12,10 @@ _Released: 28 November 2017_
1412
* [JVM backend](#jvm-backend)
1513
* [JavaScript backend](#javascript-backend)
1614

15+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
16+
>
17+
{style="tip"}
18+
1719
## Multiplatform projects (experimental)
1820

1921
Multiplatform projects are a new **experimental** feature in Kotlin 1.2, allowing you to reuse code between target platforms

docs/topics/whatsnew/whatsnew13.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
_Released: 29 October 2018_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
7+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
8+
>
9+
{style="tip"}
810

911
## Coroutines release
1012

docs/topics/whatsnew/whatsnew14.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
_[Released: 17 August 2020](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
In Kotlin 1.4.0, we ship a number of improvements in all of its components, with the [focus on quality and performance](https://blog.jetbrains.com/kotlin/2020/08/kotlin-1-4-released-with-a-focus-on-quality-and-performance/).
108
Below you will find the list of the most important changes in Kotlin 1.4.0.
119

10+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
11+
>
12+
{style="tip"}
13+
1214
## Language features and improvements
1315

1416
Kotlin 1.4.0 comes with a variety of different language features and improvements. They include:

docs/topics/whatsnew/whatsnew1420.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44

55
_[Released: 23 November 2020](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
Kotlin 1.4.20 offers a number of new experimental features and provides fixes and improvements for
108
existing features, including those added in 1.4.0.
119

1210
You can also learn about new features with more examples in [this blog post](https://blog.jetbrains.com/kotlin/2020/11/kotlin-1-4-20-released/).
1311

12+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
13+
>
14+
{style="tip"}
1415

1516
## Kotlin/JVM
1617

docs/topics/whatsnew/whatsnew1430.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
_[Released: 3 February 2021](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
Kotlin 1.4.30 offers preview versions of new language features, promotes the new IR backend of the Kotlin/JVM compiler to
108
Beta, and ships various performance and functional improvements.
119

1210
You can also learn about new features in [this blog post](https://blog.jetbrains.com/kotlin/2021/02/kotlin-1-4-30-released/).
1311

12+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
13+
>
14+
{style="tip"}
15+
1416
## Language features
1517

1618
Kotlin 1.5.0 is going to deliver new language features – JVM records support, sealed interfaces, and Stable inline classes.

docs/topics/whatsnew/whatsnew15.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
_[Released: 5 May 2021](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
Kotlin 1.5.0 introduces new language features, stable IR-based JVM compiler backend, performance improvements,
108
and evolutionary changes such as stabilizing experimental features and deprecating outdated ones.
119

1210
You can also find an overview of the changes in the [release blog post](https://blog.jetbrains.com/kotlin/2021/05/kotlin-1-5-0-released/).
1311

12+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
13+
>
14+
{style="tip"}
15+
1416
## Language features
1517

1618
Kotlin 1.5.0 brings stable versions of the new language features presented for [preview in 1.4.30](whatsnew1430.md#language-features):

docs/topics/whatsnew/whatsnew1520.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
_[Released: 24 June 2021](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
Kotlin 1.5.20 has fixes for issues discovered in the new features of 1.5.0, and it also includes various tooling improvements.
108

119
You can find an overview of the changes in the [release blog post](https://blog.jetbrains.com/kotlin/2021/06/kotlin-1-5-20-released/)
1210
and this video:
1311

1412
<video src="https://www.youtube.com/v/SV8CgSXQe44" title="Kotlin 1.5.20"/>
1513

14+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
15+
>
16+
{style="tip"}
17+
1618
## Kotlin/JVM
1719

1820
Kotlin 1.5.20 is receiving the following updates on the JVM platform:

docs/topics/whatsnew/whatsnew1530.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
_[Released: 24 August 2021](releases.md#release-history)_
66

7-
<tldr><p>For information about the Kotlin release cycle, see <a href="releases.md">Kotlin release process</a>.</p></tldr>
8-
97
Kotlin 1.5.30 offers language updates including previews of future changes, various improvements in platform support and tooling, and new standard library functions.
108

119
Here are some major improvements:
@@ -18,6 +16,10 @@ You can also find a short overview of the changes in the [release blog post](htt
1816

1917
<video src="https://www.youtube.com/v/rNbb3A9IdOo" title="Kotlin 1.5.30"/>
2018

19+
> For information about the Kotlin release cycle, see [Kotlin release process](releases.md).
20+
>
21+
{style="tip"}
22+
2123
## Language features
2224

2325
Kotlin 1.5.30 is presenting previews of future language changes and bringing improvements to the opt-in requirement mechanism

0 commit comments

Comments
 (0)