-
Notifications
You must be signed in to change notification settings - Fork 15
Releasing a new Cobalt version
Guillaume Gendre edited this page Aug 10, 2015
·
7 revisions
That's a todolist for releases.
- update wiki Roadmap
- write release note
- re-run Cobalt-Web-Sources script to update Cobalt-Web-Android and Cobalt-Web-iOS
- check that Cobalt, Cobalt-Web-Android and Cobalt-Web-iOS submodules are up to date with the latest commits of the branch
- create a zip from an submodule-inited version of Cobalt repository
- join this zip to the release notes
- update link to the zip in index.php on the website
- merge wiki branch into master
- write blog article
- Update all Cobalt repositories to the new branch :
- Cobalt,
- Cobalt-iOS,
- Cobalt-Android,
- Cobalt-Web-Android,
- Cobalt-Web-iOS,
- Cobalt-Web-Sources to the new branch
- Update samples repositories to the new branch
- Update plugins repositories to the new branch
- publish the release
- Close related bugs on github
- publish the blog article
- tweet and share on linkeding the blog article
- say thank you on Slack
- Email everyone you know if big update
Cobalt is an Open-Source Hybrid Mobile Framework. Read more about it on the home page or in the documentation
- Introduction to Cobalt navigation
- The cobalt.json file
- native navigation bars
- Handling the Android back button
- Introduction to Cobalt messages
- Publish/Subscribe on the Web side
- Publish/Subscribe on Android
- Publish/Subscribe on iOS
- Web Lifecycle messages
- Pull-To-Refresh and Infinite Scroll
- Custom alerts and Toasts
- LocalStorage
- OpenExternalUrl
- PlatformInfos
- Ajax
- Removing the top bar
- Adding Cobalt to an existing project
- Customizing your hybrid views
- Handle multiple Cobalt webviews on the same screen (TODO)