mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
add api_changes_list_2019 placeholder page
This commit is contained in:
parent
ff30889b6d
commit
23bcbe0d88
@ -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)
|
||||
|
22
reference_guide/api_changes/api_changes_list_2019.md
Normal file
22
reference_guide/api_changes/api_changes_list_2019.md
Normal 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 |
|
||||
|---------|---------------------|
|
||||
| ./. | ./. |
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user