Releases: gravity-ui/data-source
Releases · gravity-ui/data-source
v0.4.0
0.4.0 (2024-08-19)
Features
- react-query: add memoization for data in infinite source (#17) (1147af1)
v0.3.0
0.3.0 (2024-08-12)
Features
v0.2.1
0.2.1 (2024-08-07)
⚠ BREAKING CHANGES
next
and prev
are Partial<TRequest> | undefined
instead of Partial<TResponse> | undefined
- DataSource no longer supports in
ActualParams
type
Bug Fixes
v0.2.0
0.2.0 (2024-08-05)
Features
- react: add custom props for data loader components (#8) (b4d12de)
v0.1.2
0.1.2 (2024-08-05)
Bug Fixes
- install utlity-types package as dependency (#6) (783c929)
v0.1.1
0.1.1 (2024-08-02)
Bug Fixes
- react: add exports for error props (#4) (a86c45b)
v0.1.0
0.1.0 (2024-07-29)
chore
Features