Cobalt v0.5.0
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 theonPageShown
event [read more] - The
replace
navigation call have now an optionalclearHistory
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
- @RoxaneSarahPaurobally for her work on the Cobalt Font generator script
- @Doc1faux for his work on the iOS framework
- @Doc1faux, @ggendre and @Myrdhinn for their heavy work on the native bars feature
- @jer0m from Famicity for pushing us forward on the native bars feature
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 ;)