You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
4
4
5
+
## v0.1.14 (2025-01-16)
6
+
7
+
### Fix
8
+
9
+
* fix(widget): Remove console logging and refine environment variable handling
10
+
11
+
- Replaced console logging in HTMLTemplateWidget with a no-operation function to reduce noise during state updates.
12
+
- Updated the configuration in base/config.py to only set IS_DEV to True when WIDGET_ENV is explicitly set to "development", improving clarity in environment management.
13
+
14
+
These changes enhance performance and maintainability of the widget components. ([`e0d4821`](https://github.com/numerous-com/numerous-widgets/commit/e0d482103c98d607199afaf6bc9115e44f863278))
0 commit comments