feat(media): rename media tile components to thumbnail components and add shared thumbnail base exports

This commit is contained in:
2026-04-04 08:13:56 +00:00
parent 10cd1e2755
commit 42b40da67c
27 changed files with 151 additions and 147 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-04 - 3.54.0 - feat(media)
rename media tile components to thumbnail components and add shared thumbnail base exports
- Replaces dees-tile-* media component exports and implementations with dees-thumbnail-* counterparts for audio, image, video, note, folder, and pdf previews.
- Introduces a shared DeesThumbnailBase and shared thumbnail styles for consistent sizing, hover overlays, loading states, error states, and lazy-loading behavior.
- Updates the media index to export the new thumbnail component modules.
- Includes a small layout cleanup in dees-dataview-codebox by removing forced full-height and absolute grid positioning.
## 2026-04-03 - 3.53.0 - feat(dees-pdf-viewer)
add configurable sidebar position support