build_number_ranges.md: hide earlier versions in table

This commit is contained in:
Yann Cébron 2024-02-22 14:10:41 +01:00
parent 25a671e3d5
commit c5d6436a77

View File

@ -81,7 +81,7 @@ Consult [Incompatible API Changes](api_changes_list.md) and [Notable API Changes
In some cases, keeping a dedicated branch and corresponding plugin release for each major IDE version might be required due to incompatibilities that cannot be solved in other ways.
### IntelliJ Platform Based Products of Recent IDE Versions
### Platform Versions
{id="platformVersions"}
Note that there is no `YY0`.
@ -97,6 +97,12 @@ In the `YYYY.R` versioning scheme, the `R` part starts at 1.
| [231](https://github.com/JetBrains/intellij-community/tree/231) | 2023.1 |
| [223](https://github.com/JetBrains/intellij-community/tree/223) | 2022.3 |
| [222](https://github.com/JetBrains/intellij-community/tree/222) | 2022.2 **NOTE** Java 17 is now required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/)) |
#### Earlier versions
{collapsible="true"}
| Branch number | IntelliJ Platform version |
|-----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| [221](https://github.com/JetBrains/intellij-community/tree/221) | 2022.1 |
| [213](https://github.com/JetBrains/intellij-community/tree/213) | 2021.3 |
| [212](https://github.com/JetBrains/intellij-community/tree/212) | 2021.2 |