Skip to content

Releases: appwrite/sdk-for-web

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

3.0.3

21 May 15:44
ae61bdd
Compare
Choose a tag to compare
  • Fallback for url.search on older Node versions
  • Fixed Readme (Getting started)
  • Fixed header parsing

3.0.1

19 May 12:47
dc9c585
Compare
Choose a tag to compare
  • Support for Appwrite 0.8.0
  • Isomorphic (supports Node.js and SSR now)
  • TypeScript Generics for every API Response added
    • const user: TYPE = await sdk.account.get()
    • const user = await sdk.account.get<TYPE>()
  • Anonymous login
  • JWT Support
  • JWT authentication can be used with sdk.setJWT(JWT_GENERATED_IN_CLIENT)
  • Update membership roles
  • New image preview features supports borderRadius, borderColor, borderWidth and opacity
  • BREAKING SDK Import changed to named and needs to be changed to: import { Appwrite } from "appwrite";
  • BREAKING Renamed parameater inviteId to membershipId on teams.updateMembershipStatus and teams.deleteMembership

2.0.0

11 Feb 09:36
Compare
Choose a tag to compare

Upgraded to support Appwrite server v0.7

1.2.0

23 Dec 23:40
Compare
Choose a tag to compare
  • Updated code examples
  • Added TypeScript support for optional parameters
  • Fixed return type for getBrowser method