Skip to content

Updating from previous versions

stefvanschie edited this page Jul 11, 2018 · 12 revisions

Here's a list of API breaking changes which have been introduced which requires changing when updating to a newer version. Do note that if you update from multiple versions ago, you'll need to follow all steps for every update in between as well (e.g. when updating from 0.1.0 to 0.3.0 you'd need to follow both the steps in 0.2.0 and 0.3.0).

0.2.0

Every XML attribute previously called onClick now needs to be called onLocalClick. Also all method calls previously named setOnClick have been renamed to setOnLocalClick.

Clone this wiki locally