fix(wcc-properties): Use LitElement.updated to recreate properties only when selectedItem changes and handle errors; remove custom scheduleUpdate implementation
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-21 - 3.1.2 - fix(wcc-properties)
|
||||
Use LitElement.updated to recreate properties only when selectedItem changes and handle errors; remove custom scheduleUpdate implementation
|
||||
|
||||
- Replaced public async scheduleUpdate() with protected updated(changedProperties) lifecycle method
|
||||
- Call super.updated(...) and only recreate properties when selectedItem changed to avoid unnecessary work
|
||||
- Preserve error handling and clear propertyContent on failure
|
||||
- Removed explicit super.scheduleUpdate() call to rely on LitElement's update lifecycle
|
||||
|
||||
## 2025-12-21 - 3.1.1 - fix(wcc-properties)
|
||||
Improve wcc-properties CSS to prevent grid overflow, properly size and center icon glyphs, and adjust right-side offset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user