Skip to content

Commit 3561aee

Browse files
author
semantic-release
committed
0.2.14
Automatically generated by python-semantic-release
1 parent 250b037 commit 3561aee

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.14 (2025-05-19)
6+
7+
### Fix
8+
9+
* fix(WeightedAssessmentSurvey): Simplify slider handling and state management
10+
11+
- Removed unnecessary state tracking for slider drag values, streamlining the slider interaction process.
12+
- Consolidated slider change handling into a single function for both change and click events.
13+
- Updated progress bar rendering to enhance accessibility with ARIA attributes.
14+
- Cleaned up mouse event handlers related to slider interactions, improving code clarity and maintainability. ([`250b037`](https://github.com/numerous-com/numerous-widgets/commit/250b037b8a994b909496114848dca88921ae216d))
15+
16+
517
## v0.2.13 (2025-05-15)
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.13"
3+
version = "0.2.14"
44
dependencies = ["anywidget", "pydantic", "jinja2", "h5py"]
55
classifiers = [
66
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)