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 10:39:37 +0200 |
commit | 6a88649a5f56bc99c7870c8a4e4b1f30804bae8b (patch) | |
tree | 48de82f1d1d55b7610cc64e1e39b902e6d765b0b /documentation/migration | |
parent | 628ff25ae5eb55a3a8e3cdd09e07044e356b2d72 (diff) | |
download | vaadin-framework-6a88649a5f56bc99c7870c8a4e4b1f30804bae8b.tar.gz vaadin-framework-6a88649a5f56bc99c7870c8a4e4b1f30804bae8b.zip |
Add link to pro tools migration docs (#8742)
Diffstat (limited to 'documentation/migration')
-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. |