Skip to content

0.2.6 : Plugin system and clear dependencies

Compare
Choose a tag to compare
@cobaltians cobaltians released this 29 Sep 08:53
· 230 commits to master since this release

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"
    }
}