Skip to content

Releases: appwrite/sdk-for-svelte

0.2.3-beta

13 May 07:38
964c052

Choose a tag to compare

0.2.3-beta Pre-release
Pre-release
  • fixed invalid createEventDispatcher call for a few components

0.2.2-beta

29 Mar 17:48
c8fdfe3

Choose a tag to compare

0.2.2-beta Pre-release
Pre-release
  • fixed stores import to consistent lower case

0.2.1-beta

18 Mar 17:38
bcda8a9

Choose a tag to compare

0.2.1-beta Pre-release
Pre-release
  • Added parent properties to document creation on Collection #9
  • Added cache prop to Collection component #8
  • Added cache prop to Document component #8
  • Fixed offset and limit being swapped in the listDocuments call in the Collection component. (Example: Settings limit to 50 would send the request with offset=50, and vice versa) #7
  • Added definition for id, and documents props in the Collection component #7
  • Added definition for id, collection, and document props in the Document component #7
  • Added definition for the file prop in the Files component #7
  • Added definition for files prop in the FileList component #7
  • Added type for AppwriteUser for the user prop in the User component #7
  • Updated userStore to a class for readability #7
  • Fixed store assignments. (changed from $store = value to store.set(value)) #6
  • Updated the currentUser store to have reload and logout functions. Allowing other components to update the current user #6
  • Updated the AuthEmail component to load the current user on successful login #6
  • Updated User component to re-render when the currentUser store is updated. (A side effect of this is the user is now cached in the currentUser store, resulting in fewer requests for user data) #6

Thanks to @thegamingninja for all the contributions!

0.1.1-beta

24 Feb 18:51

Choose a tag to compare

0.1.1-beta Pre-release
Pre-release

Fix for typescript definitions import

0.1.0-beta

12 Feb 14:52
87ba684

Choose a tag to compare

0.1.0-beta Pre-release
Pre-release

Upgraded to support Appwrite 0.7

0.0.1-beta

12 Jan 14:53
7b8264c

Choose a tag to compare

0.0.1-beta Pre-release
Pre-release
  • <User /> reloads automatically on logout (thanks to @ksmarty)
  • fixes event from failure to failureLogout on failed logout
  • improved <FileList /> and <Collection /> error handling
  • complete readme overhaul
  • improved demo app

0.0.1-alpha+001

28 Nov 21:21
6ae6ae3

Choose a tag to compare

0.0.1-alpha+001 Pre-release
Pre-release

First release 🎉 (@TorstenDittmann)