fix(imports): Normalize and fix relative import paths for web components to ensure correct module resolution
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-06 - 2.0.4 - fix(imports)
|
||||
Normalize and fix relative import paths for web components to ensure correct module resolution
|
||||
|
||||
- Replaced numerous './<component>.js' imports with explicit '../<component>/<component>.js' paths across many elements and demos to fix module resolution.
|
||||
- Updated imports for core shared components such as dees-icon, dees-panel, dees-contextmenu, dees-windowlayer, dees-windowcontrols and several app-ui components (appbar, maincontent, mainselector, activitylog, mobilenavigation, modal, pdf, profilepicture, statsgrid, etc.).
|
||||
- No runtime behavior changes — this is a refactor to import paths to address build/bundling and resolution issues.
|
||||
|
||||
## 2025-12-03 - 2.0.3 - fix(dependencies)
|
||||
Bump dependencies and developer tooling versions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user