fix(storage-browser): rename S3-specific storage browser interfaces to generic storage types

This commit is contained in:
2026-03-14 17:10:20 +00:00
parent c55eb948fe
commit eb055e7214
9 changed files with 34 additions and 27 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-14 - 3.48.4 - fix(storage-browser)
rename S3-specific storage browser interfaces to generic storage types
- Replaces IS3DataProvider, IS3Object, and IS3ChangeEvent with generic storage interface names across storage browser components
- Updates demo provider naming and user-facing demo text from S3 browser to Storage browser
- Aligns interface and utility comments with storage-agnostic terminology
## 2026-03-14 - 3.48.3 - fix(dataview)
rename dees-s3-browser exports and custom elements to dees-storage-browser