Releases: appwrite/sdk-for-svelte
Releases · appwrite/sdk-for-svelte
0.2.3-beta
- fixed invalid
createEventDispatcher
call for a few components
0.2.2-beta
- fixed stores import to consistent lower case
0.2.1-beta
- Added
parent
properties to document creation onCollection
#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
Fix for typescript definitions import
0.1.0-beta
Upgraded to support Appwrite 0.7
0.0.1-beta
<User />
reloads automatically on logout (thanks to @ksmarty)- fixes event from
failure
tofailureLogout
on failed logout - improved
<FileList />
and<Collection />
error handling - complete readme overhaul
- improved demo app
0.0.1-alpha+001
First release 🎉 (@TorstenDittmann)