0.2.1-beta
Pre-release
Pre-release
·
26 commits
to master
since this release
- Added
parentproperties 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!