Skip to content

Releases: appwrite/sdk-for-web

5.0.0

08 Nov 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.4...5.0.0

4.0.4

18 Oct 10:29
Compare
Choose a tag to compare
  • Support for Appwrite 0.11

4.0.3

24 Sep 16:21
Compare
Choose a tag to compare
  • Fixes storage.createFile FormData array handling

4.0.2

20 Sep 17:02
Compare
Choose a tag to compare
  • Improves Realtime Subscription management
  • Increases Realtime reconnect interval gradually

4.0.1

06 Sep 07:48
Compare
Choose a tag to compare
  • Fixes Exception showing right code and response
  • Fixes check for alive connection before sending message

4.0.0

02 Sep 12:13
Compare
Choose a tag to compare
  • Support for Appwrite 0.10.0
  • Introduces subscribe(channels, callback) methods to receive updates in realtime - Documentation
  • Introduces Magic URL Login - Documentation

3.2.0

07 Jul 10:35
95c774a
Compare
Choose a tag to compare
  • Support for Appwrite 0.9
  • Image Crop Gravity support in image preview service
  • New endpoint in Account getSession to get session by ID
  • Updated cross-fetch dependency to 3.1.4

3.1.0

07 Jun 14:23
Compare
Choose a tag to compare
  • Changed IIFE (CDN Usage) namespace to window.Appwrite to window

3.0.5

03 Jun 07:46
Compare
Choose a tag to compare
  • add better param checking against undefined

3.0.4

24 May 14:45
Compare
Choose a tag to compare
  • Imports cross-fetch and isomorphic-form-data as polyfills to be run in Node.js and react-native
  • Fixes Readme