diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-03-07 10:39:37 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-03-07 15:43:00 +0200 |
commit | b02b623d438480529e6d7f33168ff85a95617787 (patch) | |
tree | b4d12be2ce123e7ce08285bd451c1a1c1defbb95 /documentation | |
parent | 205fd1843228be9ab9248975c5308ac3b5efe19a (diff) | |
download | vaadin-framework-b02b623d438480529e6d7f33168ff85a95617787.tar.gz vaadin-framework-b02b623d438480529e6d7f33168ff85a95617787.zip |
Add link to pro tools migration docs (#8742)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration/migrating-to-vaadin8.asciidoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/migration/migrating-to-vaadin8.asciidoc b/documentation/migration/migrating-to-vaadin8.asciidoc index 2aa14dfbb7..c86fdd46e7 100644 --- a/documentation/migration/migrating-to-vaadin8.asciidoc +++ b/documentation/migration/migrating-to-vaadin8.asciidoc @@ -63,6 +63,16 @@ The full list of compatibility packages available for Framework 8 are the follow IMPORTANT: The themes Reindeer, Runo, Chameleon and Base have been deprecated in Vaadin Framework 8 and they now reside in the compatibility-themes package. Applications still using any of these themes must include this package. +==== Pro Tools + +For migration of projects using Vaadin Pro Tools check the following sections: + +* <<dummy/../../../charts/java-api/charts-migration-vaadin8.asciidoc#charts4.migration, "Charts 3 to Charts 4 Migration Guide">> + +* <<dummy/../../../testbench/testbench-migration.asciidoc#testbench.migration, "TestBench 4 to TestBench 5 Migration Guide">> + +* <<dummy/../../../spreadsheet/spreadsheet-migration-vaaadin8.asciidoc#spreadsheet.migration, "Spreadsheet 1 to Spreadsheet 2 Migration Guide">> + ==== Add-ons As with projects themselves, some addons built for Framework 7 will not be directly compatible with Framework 8, thus any add-on dependencies must also be updated to versions that are compatible with Framework 8. |