Releases: nextcloud/forms
Releases ยท nextcloud/forms
5.2.7
v5.2.7 - 2026-04-15
Fixed
- [stable5.2] fix: clean up file shares on collaborator removal by @pringelmann in #3294
- [stable5.2] fix: require explicit share permission for bulk submission endpoints by @pringelmann in #3292
- [stable5.2] fix: cap pagination limit for submissions endpoint by @backportbot[bot] in #3277
v5.2.6
v5.2.6 - 2026-04-07
Fixed
- [stable5.2] fix: handle submissions correctly when user wants to edit a given response by @backportbot[bot] in #3271
- [stable5.2] fix: Prevent form submission during file upload by @backportbot[bot] in #3253
- [stable5.2] fix: prevent race conditions while creating options by @backportbot[bot] in #3226
- [stable5.2] fix(export): Handle exceptions when reading file content and ignore whitespace-only files by @backportbot[bot] in #3223
- [stable5.2] fix(a11y): Prevent escaping of aria-labels in QuestionLong and QuestionShort components by @backportbot[bot] in #3216
v5.2.5
v5.2.5 - 2026-03-05
Fixed
- [stable5.2] fix: Improve validation for submission answers with strict type checking by @backportbot[bot] in #3202
- [stable5.2] Fix form deletion by @backportbot[bot] in #3190
- [stable5.2] fix: clone shared form and set default values by @backportbot[bot] in #3189
- [stable5.2] Fix IME composition handling in option inputs by @backportbot[bot] in #3184
- [stable5.2] Fix: Follow up IME option creation by @backportbot[bot] in #3200
- [stable5.2] fix: use abolute URL for form by @backportbot[bot] in #3182
Merged
- [stable5.2] refactor: migrate to
@nextcloud/dialogsv7 by @Chartman123 in #3194
v5.2.4
v5.2.4 - 2026-01-23
Fixed
- [stable5.2] fix: do not add result permissions to see own submissions by @susnux in #3133
- [stable5.2] fix: prevent overwriting previous answers during initialization by @backportbot[bot] in #3126
- [stable5.2] fix: transfer ownership confirmation string formatting by @backportbot[bot] in #3122
- add Nextcloud 33
v5.2.3
v5.2.3 - 2025-11-21
Fixed
- [stable5.2] fix: Update permission checks for archiving forms and transfer ownership by @backportbot[bot] in #3053
- [stable5.2] fix(Settings): Only list users in transfer ownership by @backportbot[bot] in #3052
- [stable5.2] fix: Reset submission count after clearing submissions by @backportbot[bot] in #3019
v5.2.2
v5.2.2 - 2025-10-17
Fixed
- l10n(pt_BR): fixed a placeholder translation in the owner transfer dialog by @hdpoliveira
Merged
- further translation updates
- dependency updates
v5.2.1
v5.2.1 - 2025-10-02
Fixed
- fix(Results): enhance response loading logic based on active response view by @Chartman123 in #2944
v5.2.0
v5.2.0 - 2025-09-25
Enhancements
- feat(docs): Add embed permission description for link shares in DataStructure.md by @Chartman123 in #2932
- feat: make full-text search case-insensitive and search by submission author as well by @Koc in #2761
- feat: add color question type by @Chartman123 in #2748
- feat: don't show default submission header if custom message is set by @Chartman123 in #2747
- feat: add form locking mechanism and share
editpermission by @Chartman123 in #2737 - feat: add question name to form answer output by @susnux #2723
- feat: allow editing of submission by the user by @Chartman123 in #2715
- feat(time): Add time restrictions and range support by @Chartman123 in #2712
- feat: add pagination for submissions by @Koc in #2710
- feat: add linear scale questions by @Chartman123 in #2609
Fixed
- fix(linear-scale): add custom wrapper instead of CSS hack by @susnux in #2914
- fix: remove unused props and fix event name in user select by @Chartman123 #2893
- fix: remove name from icon for better a11y by @Chartman123 #2881
- fix: Search field loses focus after search by @Koc in #2870
- fix: show toast on errors with empty response by @hamza221 in #2750
- fix: prevent modifications to archived forms in ApiController and ShareApiController by @Chartman123 in #2741
- fix: disable edit switch when the form is archived by @Chartman123 in #2739
- fix: Add missing documentation by @Chartman123 in #2735
- fix: only show extended label for linear scale questions by @Chartman123 in #2718
Merged
- chore(QuestionMultiple): use v-model for better data binding by @Chartman123 in #2912
- style(icon): update icons to outline variants in TopBar and Results components by @Chartman123 #2894
- Migrate to outline, Material Symbols like variants by @AndyScherzinger #2892
- test: Allow a 10 seconds delta for lockedUntil in form tests by @Chartman123 #2891
- chore: unify debounce timing for input handling by @Chartman123 in #2721
- chore: adapt changes in nc-vue by @Chartman123 #2709
v5.2.0-beta.2
v5.2.0-beta.1
What's Changed
- Chore(deps-dev): Bump vite from 7.1.2 to 7.1.3 by @dependabot[bot] in #2877
- Chore(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #2878
- Chore(deps-dev): Bump @playwright/test from 1.54.2 to 1.55.0 by @dependabot[bot] in #2880
- Chore(deps): Bump @nextcloud/vue from 8.28.0 to 8.29.1 by @dependabot[bot] in #2879
- fix: remove name from icon for better a11y by @Chartman123 in #2881
- Chore(deps): Bump @nextcloud/vue from 8.29.1 to 8.29.2 by @dependabot[bot] in #2885
- Chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 in /vendor-bin/psalm by @dependabot[bot] in #2886
- Chore(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4 by @dependabot[bot] in #2884
- fix(tests): Allow a 10 seconds delta for lockedUntil in form tests by @Chartman123 in #2891
- Chore(deps-dev): Bump nextcloud/openapi-extractor from 1.8.1 to 1.8.2 in /vendor-bin/openapi-extractor by @dependabot[bot] in #2887
- feat: add question name to form answer output by @susnux in #2723
- Migrate to outline, Material Symbols like variants by @AndyScherzinger in #2892
- chore: adapt changes in nc-vue by @Chartman123 in #2709
- style(icon): update icons to outline variants in TopBar and Results components by @Chartman123 in #2894
- Chore(deps-dev): Bump vite from 7.1.3 to 7.1.4 by @dependabot[bot] in #2895
- Chore(deps): Bump @nextcloud/vue from 8.29.2 to 8.30.0 by @dependabot[bot] in #2896
- Chore(deps-dev): Bump @nextcloud/vite-config from 1.6.0 to 1.7.0 by @dependabot[bot] in #2897
- fix: remove unused props and fix event name in user select by @Chartman123 in #2893
Full Changelog: v5.2.0-beta.0...v5.2.0-beta.1