Releases: rokka-io/rokka.js
Releases · rokka-io/rokka.js
0.17.0
- Add support for UserMetadata API (#18)
0.15.0
Fix render.getUrl
to work correctly with all possible stack argument types (#2)
0.12.0
Fix conditional for window undefined introduced in #8.
0.11.0
Image uploads now work in browsers:
const file = document.getElementById('file-input-field').files[0];
rokka.sourceimages.create('myorg', 'my-file.png', file);
0.9.0
Add timeout to http requests (thanks @dwirz)
0.2.0
This marks the first functional release of this library.