Releases: evoluhq/evolu
Releases · evoluhq/evolu
[email protected]
Patch Changes
-
fd03f74: Fix useEvoluFirstDataAreLoaded bug.
Empty table did not generate any patch so onQuery did not update queriesRowsCache.
[email protected]
Minor Changes
-
96a0954: Add useEvoluFirstDataAreLoaded React Hook
React Hook returning
true
if any data are loaded. It's helpful to prevent screen flickering as data are loading. React Suspense would be better, but we are not there yet.
[email protected]
Patch Changes
- ec6d9f2: Add isLoaded to useQuery React Hook
[email protected]
Patch Changes
- d903dd2: Refactor types
[email protected]
Patch Changes
- 3a78e4c: Remove dev comment
[email protected]
Patch Changes
-
309f99f: Publish Evolu source code to NPM
"I get so annoyed when "go to definition" just takes me to typescript def files rather than actual code."
[email protected]
Patch Changes
- fee19a7: Expose Zod string and number
[email protected]
Patch Changes
- 5244c0c: Kysely 0.22.0 and remove a mutation from its interface
[email protected]
Patch Changes
- 5d820a1: Add some TS comments