migration recipe from 1.x to 2.x?

migration recipe from 1.x to 2.x?

loukinglouking Posts: 260Questions: 53Answers: 0

I haven't tried to migrate yet because I have a lot of code and it sounds daunting. I have both datatabases and editor. I see you're working on release 3 now, and I don't want to be further behind...

Is there a recipe somewhere for the migration requirements?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 65,607Questions: 1Answers: 10,909 Site admin
    Answer ✓

    Hi,

    Upgrade notes for v1 to v2 are here.

    As long as you weren't using the legacy API (i.e. function names starting with fn) then the upgrade should be fairly painless. The biggest change you are likely to notice is the new layout option which is preferred over dom now. dom will still work, but the styling is focused on layout, so if you use dom, you might need to add a few lines of CSS.

    Allan

Sign In or Register to comment.