huginn
1
Version 1.3.0
of remotestorage-widget has been released. Here's what's new:
Enhancements
- Disable connect button, both visually and functionally, after pressing it (#85)
1 Like
huginn
4
Version 1.0.2
of remotestorage.js has been released. Here's what's new:
Bugfixes
- Fix Dropbox offline issues (#1102)
Enhancements
- Refactorings and cleanups
- Documentation fixes and improvements
huginn
6
Version 1.0.3
of remotestorage.js has been released. Here's what's new:
Bugfixes
- Fix missing If-Match headers on PUT requests (#1121)
- Fix sync errors after disconnect (#939, #1117)
- Use/update correct version number for documentation (#1115)
Enhancements
- Update dependencies, build config (#1122)
- Documentation fixes and improvements
huginn
8
Version 1.1.0
of remotestorage.js has been released. Here's what's new:
Bugfixes
- Fix remote Dropbox changes not being synced (#1128)
- Fix error when using in WebWorker (#1126)
- Fix error when minified via Uglify.js/create-react-app (#1133)
Enhancements
- Use Fetch API for HTTP requests (with fallback to XHR) (#1132)
- Document usage with Cordova apps (#1138)
- Update dependencies and build setup
- Source code refactoring
1 Like
huginn
9
Version 1.2.0
of remotestorage.js has been released. Here's what's new:
Enhancements
- Use Fetch API for Webfinger requests (with fallback to XHR) (#1142)
Security
- Update dependency locking, ensure HTTPS URLs (#1144)
- Update dependencies (#1044, #1048)
huginn
10
Version 1.2.1
of remotestorage.js has been released. Here's what's new:
Bugfixes
- Fix Dropbox and Google Drive adapters failing with Fetch API (#1152, by @iLiviu)
huginn
11
Version 1.4.0
of remotestorage-widget has been released. Here's what's new:
Enhancements
- Add optional modal backdrop (#89)
- Update build system and all dependencies (#84)
huginn
12
Version 1.2.2
of remotestorage.js has been released. Here's what's new:
Many thanks to @iLiviu for contributing all fixes in this release!
Bugfixes
- Fix retrieval of binary files from Dropbox and Google Drive (#1155)
- Fix BaseClient.remove not working correctly while offline (#1160)
- Fix detecting changes in subfolders for Dropbox (#1161)
huginn
13
Version 1.2.3
of remotestorage.js has been released. Here's what's new:
Enhancements
- Update dependencies (#1172)
Bugfixes
- Fix wrong comparison in Sync class (#1164)
huginn
14
Version v1.5.0
of remotestorage-widget has been released. Here's what's new:
This release contains many UI improvements, and one critical fix for offline mode. Please update at your earliest convenience!
Bugfixes
- Fix error being shown instead of offline state (#95) @skddc
Improvements
- Improve accessibility by marking hidden elements appropriately (#87) @galfert
- Change button text and add spinner when connecting (#105) @skddc
- Change byline during sync (#101) @skddc
- Focus address input on sign-in (#96) @skddc
- Optimize layout of small buttons (#102) @skddc
- Update dependencies (#104) @skddc
huginn
15
Version v1.5.1
of remotestorage-widget has been released. Here's what's new:
Bugfixes
- Fix alternative positioning (#107)
huginn
16
Version v1.5.3
of remotestorage-widget has been released. Here's what's new:
Changes
1 Like
This minor, but in the devDependencies in package.json for remotestorage-widget, the dependency is
"remotestoragejs": "2.0.0-beta.0"
shouldn’t that be
"remotestoragejs": "^2.0.0-beta.0"
so devs are working with the latest? 2.0.0-beta.1 was released in August.
1 Like
raucao
18
Good catch! Want to get attribution by submitting a PR?
Sure - just run the tests and all?
Bother - I updated master directly (by mistake) rather than submitting a PR. Shall I revert and do a PR?
raucao
21
No worries. We’ll just leave it there. Thanks for the update!
I have just added a branch protection rule to require PR reviews, so that it cannot happen accidentally from now on.
huginn
22
Version v1.5.4
of remotestorage-widget has been released . Here’s what’s new:
Changes
The NPM Registry still shows 1.5.3 as the latest - did 1.5.4 get published to NPM?
1 Like
raucao
24
Oof, sorry! Just published.
1 Like