feat(dees-terminal): Enhanced the dees-terminal component to support environment variable settings and improved setup command execution.

This commit is contained in:
2025-01-20 03:43:20 +01:00
parent f29ca0ba0b
commit d2646cd62c
3 changed files with 49 additions and 6 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-01-20 - 1.4.0 - feat(dees-terminal)
Enhanced the dees-terminal component to support environment variable settings and improved setup command execution.
- Added environment property to pass custom environment variables.
- Introduced webcontainerDeferred to handle the promise for web container creation.
- Enhanced demo to illustrate environment variable usage.
- Improved async interaction with the terminal for setting environment variables and executing setup commands.
## 2025-01-15 - 1.3.4 - fix(chart)
Fix chart rendering and appearance issues in the DeesChartArea component.