Skip to content

Commit 56bbfac

Browse files
author
semantic-release
committed
0.2.11
Automatically generated by python-semantic-release
1 parent 386b7d4 commit 56bbfac

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.2.11 (2025-05-15)
6+
7+
### Fix
8+
9+
* fix(WeightedAssessmentSurvey): Add help text functionality for questions
10+
11+
- Introduced an optional `helpText` field in the `Question` interface to provide additional information via tooltips.
12+
- Implemented a help text editor in edit mode, allowing users to input help text for each question.
13+
- Enhanced the UI to display a help icon next to question text, showing the help text on hover.
14+
- Updated CSS for help text and icons to improve layout and user experience. ([`386b7d4`](https://github.com/numerous-com/numerous-widgets/commit/386b7d4a777aef23b84512ad0d5d4d203dcaeabd))
15+
16+
517
## v0.2.10 (2025-05-06)
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.2.10"
3+
version = "0.2.11"
44
dependencies = ["anywidget", "pydantic", "jinja2", "h5py"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)