0.2.6 : Plugin system and clear dependencies
Like us, you have waited this release for a while.
Today, we are proud to reveal Cobalt 0.2.6 and introduce the Cobalt Plugin system!
Create and use your own plugins or choose one of those available in our dedicated repository.
Cobalt is now free from third-party libraries too! And that's a great news especially for Android or web developers.
Pull-to-refresh feature is using stock Android and iOS components.
Samples and documentation have been updated.
Note: since Cobalt uses the cobalt.conf
file for controllers AND plugins configuration now, you have to put all your controller declarations in a new controllers
object in the cobalt.conf
root object as follows.
{
"controllers": {
"default": {
"ios": "ViewController",
"android": "fr.example.myapplication.MyActivity"
}
}