We just published remoteStorage.js 0.14.0, which includes new events for online/offline status as well as a bunch of bugfixes. We recommend all apps to be upgraded to this release as soon as possible.
Thanks to @galfert for most of the changes in this one!
FYI: Work is still ongoing to unify all builds into one and support all modern JavaScript module systems. Furthermore, work on the new, seperate connect widget is almost done. We’re currently planning to release both at once as a 1.0 beta in January, during Hacker Beach.
- Direct download: https://github.com/remotestorage/remotestorage.js/tree/master/release/stable
- Bower package:
remotestorage
- NPM package:
remotestoragejs
Changelog
Enhancements
- Add network-offline and network-online events (#952)
- Document
remoteStorage.startSync()
(#954) - Improve README.md a bit
Bugfixes
- Fix widget not showing errors (#948)
- Keep Dropbox client trying to sync when offline (#956)
- Fix widget offline mode for Dropbox and Google Drive (#959)