feat(eco-view-peripherals): encapsulate networkRanges as internal @state and add public getter/setter methods
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-01-12 - 3.36.0 - feat(eco-view-peripherals)
|
||||
encapsulate networkRanges as internal @state and add public getter/setter methods
|
||||
|
||||
- Replaced @property({ type: Array }) with @state() for networkRanges to treat it as internal reactive state.
|
||||
- Added setNetworkRanges(ranges: INetworkRange[]) and getNetworkRanges(): INetworkRange[] to provide a controlled public API for updating and reading network ranges.
|
||||
- Methods use array spread to return/copy arrays, preventing external mutation of internal state.
|
||||
- Added JSDoc comments for the new methods.
|
||||
|
||||
## 2026-01-12 - 3.35.0 - feat(peripherals)
|
||||
Add peripherals settings panel with network range management, network scanning, and manual device probe; update peripheral types and adjust UI/styling; overhaul README with expanded docs, quick start, and updated company/contact information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user