We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90222f3 commit e7ef8a3Copy full SHA for e7ef8a3
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# CHANGELOG
2
3
4
+## v3.3.1 (2026-03-20)
5
+
6
+### Bug Fixes
7
8
+- **dap_combobox**: Added safeguard for no DAP models
9
+ ([`79af15a`](https://github.com/bec-project/bec_widgets/commit/79af15a88b993cd5b6bf730796f995f20cf6f188))
10
11
+- **dap_combobox**: Rewritten as proper combobox
12
+ ([`90222f3`](https://github.com/bec-project/bec_widgets/commit/90222f30821f822eb24b0179401d4e43050e0156))
13
14
15
## v3.3.0 (2026-03-20)
16
17
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_widgets"
-version = "3.3.0"
+version = "3.3.1"
description = "BEC Widgets"
requires-python = ">=3.11"
classifiers = [
0 commit comments