Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf4fcfac71 | |||
| ab601bfd7a | |||
| c0ef860bd6 | |||
| debf9829af | |||
| e27141c686 | |||
| e346d582ee |
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-01-12 - 3.36.1 - fix()
|
||||
no changes
|
||||
|
||||
- No files changed in this commit
|
||||
- No release required
|
||||
|
||||
## 2026-01-12 - 3.36.0 - feat(eco-view-peripherals)
|
||||
encapsulate networkRanges as internal @state and add public getter/setter methods
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ecobridge.xyz/catalog",
|
||||
"version": "3.36.0",
|
||||
"version": "3.36.4",
|
||||
"private": false,
|
||||
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
||||
"main": "dist_ts_web/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@ecobridge.xyz/catalog',
|
||||
version: '3.36.0',
|
||||
version: '3.36.1',
|
||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||
}
|
||||
|
||||
@@ -995,10 +995,9 @@ export class EcoApplauncher extends DeesElement {
|
||||
if (app.view) {
|
||||
this.activeView = app.view;
|
||||
this.activeViewName = app.name;
|
||||
return;
|
||||
}
|
||||
|
||||
// Otherwise execute the action
|
||||
// Execute the action (runs after setting view for initialization callbacks)
|
||||
if (app.action) {
|
||||
app.action();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user