Skip to content

Cobalt v0.5.0

Compare
Choose a tag to compare
@ggendre ggendre released this 15 Mar 17:15
· 13 commits to master since this release

The previous release was in August 2015. It is quite long...
Since, we focused on a new big feature, the native bars, but also fixed some issues and cleaned code.

Native bars

Now, you can add native top and bottom bars for your application without writing any native code.
You can set bars configuration either from the cobalt.conf file or straight from the JavaScript.

A lot of options are available to customize your bars (color, title, visibility, etc.) and your actions (color, title, icon, position, visibility, badge, etc.). You can even use font icons!

Check out the documentation for more details about this feature.

Other changes

  • All navigation calls have now an optional data parameter that will be received by the targeted page in the onPageShown event [read more]
  • The replace navigation call have now an optional clearHistory parameter clearing the navigation history [read more]
  • Android WebViews are now debuggable from devices [read more]
  • The root view of iOS controllers do not longer need to be a UITableViewController!
  • Cobalt is now available as a framework for iOS! If you do not need the sources, it is the way to go.
    Have a look on the updated iOS Setup page on the wiki.

Download link

If you want to browse sources, download the Cobalt.zip file below, because archives created by GitHub do not include submodules content.

Note

The CLI has been updated, please run sudo npm install -g cobaltians.

Thanks

What's next ?

We will try to publish next releases more often! We aim at releasing a new version every 2 months or faster.
You can follow the team or join us on Waffle and Slack ;)