docs: update CHANGELOG for v0.8.4 release

- Document progressive article hydration feature for reads tab
- Document React type imports fix in useArticleLoader
This commit is contained in:
Gigi
2025-10-20 13:36:19 +02:00
parent 5e6c8b7516
commit ec34e00573

View File

@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.8.4] - 2024-10-20
### Added
- Progressive article hydration for reads tab
- Articles now load titles, summaries, images, and author information progressively
- Implemented readsController following the same pattern as bookmarkController
- Uses AddressLoader for efficient batched article event retrieval
- Articles rehydrate as data arrives from relays without blocking initial display
- Event store integration for caching article events
- Centralized reads data fetching following DRY principles
### Fixed
- Fixed React type imports in useArticleLoader
- Import `Dispatch` and `SetStateAction` directly from 'react' instead of using `React.` prefix
- Resolves ESLint no-undef errors
## [0.8.3] - 2025-01-19 ## [0.8.3] - 2025-01-19
### Fixed ### Fixed