Skip to content

Commit ff11d28

Browse files
Rikdekkerclaude
andcommitted
Release v0.3.3 - Fix public form scrolling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cef9255 commit ff11d28

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to FormVox will be documented in this file.
44

5+
## [0.3.3] - 2026-03-11
6+
7+
### Fixed
8+
- **Public form scrolling broken on some Nextcloud setups** - Contradictory CSS `overflow: visible` combined with `overflow-x: hidden` / `overflow-y: auto` caused scroll to break per CSS spec. Removed `overflow: visible` from all public templates ([#17](https://github.com/nextcloud/formvox/issues/17))
9+
510
## [0.3.2] - 2026-03-10
611

712
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FormVox is a file-based forms and polls app for Nextcloud. Unlike traditional fo
4242
4343
Built with Vue 3 and modern web technologies for a smooth, secure experience.
4444
]]></description>
45-
<version>0.3.2</version>
45+
<version>0.3.3</version>
4646
<licence>agpl</licence>
4747
<author mail="sam@mief.info">Sam Ditmeijer</author>
4848
<author mail="rik@shalution.nl">Rik Dekker</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formvox",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "File-based forms and polls for Nextcloud",
55
"scripts": {
66
"build": "webpack",

0 commit comments

Comments
 (0)