https://docs.oracle.com/database/apex-5.1/HTMRN/toc.htm#HTMRN-GUID-E4353E38-3250-4304-8982-F6D4A7887227
1.5 Changed Behavior
1.5.5 Calendar Changed Behavior
Note that you can't make these changes before upgrading.
1.7 Desupported Features
1.7.5 Desupported Classic Report Attributes
1.7.6 Desupported Tabular Form Attributes
1.7.7 Desupported Region Attributes
1.7.8 Desupported Item Attributes
Note that you can't make these changes before upgrading.
1.7.9 Desupported Button Attributes
1.7.10 Desupported Condition Types
This is a bit tricky. I needed a query to create part of the next query :-)
Note that the Condition "Always' can be ignored, which might save a lot work.
1.7.11 Desupported Branch Attributes
1.7.13 Desupported Synchronous Ajax in Dynamic Actions
Fixing the "Before Page Submit" is a bit tricky. How to do this is explained here:
https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/5741/index-en.html.
Basically, you need to convert the "Before Page Submit" Dynamic Action into one that is triggered some other way (e.g. when a button is clicked) and put both the original Dynamic Action code AND the Submit are done within the Dynamic Action itself. That way the Submit is triggered after the original code has been completed.
1.7.16 Desupported Rich Text Editor Attribute Values
1.7.19 Desupport of jsTree Implementation in Tree Region