Skip to content

Commit bafcab6

Browse files
author
semantic-release
committed
0.1.14
Automatically generated by python-semantic-release
1 parent e0d4821 commit bafcab6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33

44

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))
15+
16+
517
## v0.1.13 (2025-01-16)
618

719
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "numerous-widgets"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
dependencies = ["anywidget", "pydantic", "jinja2"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)