add api_changes_list_2019 placeholder page

This commit is contained in:
Yann Cébron 2018-12-03 17:39:21 +01:00
parent ff30889b6d
commit 23bcbe0d88
3 changed files with 24 additions and 0 deletions

View File

@ -257,6 +257,7 @@
## Appendix II - Breaking API Changes
* [Breaking API Changes](reference_guide/api_changes_list.md)
* [2019.*](reference_guide/api_changes/api_changes_list_2019.md)
* [2018.*](reference_guide/api_changes/api_changes_list_2018.md)
* [2017.*](reference_guide/api_changes/api_changes_list_2017.md)
* [2016.*](reference_guide/api_changes/api_changes_list_2016.md)

View File

@ -0,0 +1,22 @@
---
title: Incompatible Changes in IntelliJ Platform and Plugins API 2019.*
---
<!--
See the note on how to document new problems on the main page reference_guide/api_changes_list.md
-->
<style>
table {
width:100%;
}
th, tr, td {
width:50%;
}
</style>
## Changes in IntelliJ Platform 2019.1
| Change | How to deal with it |
|---------|---------------------|
| ./. | ./. |

View File

@ -49,6 +49,7 @@ IntelliJ API may be occasionally changed between releases leading to
incompatibilities of existing plugins with new IDEs' builds.
The following pages list the breaking changes in IDE releases.
* [**Changes in 2019.***](api_changes/api_changes_list_2019.md)
* [**Changes in 2018.***](api_changes/api_changes_list_2018.md)
* [**Changes in 2017.***](api_changes/api_changes_list_2017.md)
* [**Changes in 2016.***](api_changes/api_changes_list_2016.md)