Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [4.10.0] - 2026-09-11

### Changed

- **genre-tree**: Bumped `@behindthemusictree/genre-tree-view` catalog pin to `1.6.0`.
- **genre-tree**: `GenreTreeView` now surfaces the selected genre's essential tracks and
archived track count via the new `renderExtraDetails` render prop (added in
`@behindthemusictree/genre-tree-view` `1.6.0`), which renders inside the library's own
info panel. This replaces the standalone `GenreDetailPanel` component, which has been
removed along with its export from `@behindthemusictree/app-kit`.
- **genre-tree**: `CriteriaDetailed` now includes `summary` (nullable string), matching the
backend's detail genre response, and `GenreTreeView`'s `renderExtraDetails` now displays it
as a labeled "Summary" field above the essential tracks list, showing "—" when there is no
value, consistent with the always-visible core fields.

### Fixed

- **genre-tree**: `GenreTreeView` now fetches the selected genre's detail via the `useFetchGenreDetail`
React Query hook instead of a manual `useEffect`/fetch, fixing inconsistent caching and error handling.

## [4.9.1] - 2026-09-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/app-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@behindthemusictree/app-kit",
"version": "4.9.1",
"version": "4.10.0",
"description": "Shared transport, auth, popup, UI, player, and genre-tree plumbing for BehindTheMusicTree React apps",
"repository": {
"type": "git",
Expand Down
89 changes: 0 additions & 89 deletions packages/app-kit/src/genre-tree/GenreDetailPanel.test.tsx

This file was deleted.

66 changes: 0 additions & 66 deletions packages/app-kit/src/genre-tree/GenreDetailPanel.tsx

This file was deleted.

Loading
Loading