We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9f0d4 commit 19858e6Copy full SHA for 19858e6
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v0.1.40 (2025-03-02)
6
+
7
+### Fix
8
9
+* fix(widget): Refactor survey navigation layout and positioning
10
11
+- Moved survey navigation controls to the top of the component
12
+- Removed duplicate navigation section at the bottom of the widget
13
+- Maintained existing navigation functionality and styling ([`3b9f0d4`](https://github.com/numerous-com/numerous-widgets/commit/3b9f0d474dc17e981a55d1e0d8e8a7a3ca184ffb))
14
15
16
## v0.1.39 (2025-03-02)
17
18
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "numerous-widgets"
-version = "0.1.39"
+version = "0.1.40"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
0 commit comments