feat(dataview): add an S3 browser component with column and list views, file preview, editing, and object management

This commit is contained in:
2026-03-12 15:18:52 +00:00
parent 3285cbf0e7
commit 3fcb0cbf89
11 changed files with 4055 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-12 - 3.48.0 - feat(dataview)
add an S3 browser component with column and list views, file preview, editing, and object management
- introduces a new dees-s3-browser module with shared interfaces, utilities, demo, and exports
- supports browsing S3-style prefixes in both column and list layouts with breadcrumb navigation
- adds file preview with text editing, download, and delete actions
- includes create, rename, move, delete, upload, and drag-and-drop handling for files and folders
- adds optional live change stream integration with refresh indicators
## 2026-03-11 - 3.47.2 - fix(deps)
bump @design.estate/dees-domtools and @design.estate/dees-element dependencies