Skip to content

Commit 5df4f4a

Browse files
committed
chore: prepare v5.2.0-beta.1
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 7cd356f commit 5df4f4a

3 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@
55

66
# Changelog
77

8+
## v5.2.0-beta.1 - 2025-09-04
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0-beta.1)
11+
12+
### Enhancements
13+
14+
- feat: add form locking mechanism and share `edit` permission by @Chartman123 in [\#2737](https://github.com/nextcloud/forms/pull/2737)
15+
- feat: add color question type by @Chartman123 in [\#2748](https://github.com/nextcloud/forms/pull/2748)
16+
- feat: add pagination for submissions by @Koc in [\#2710](https://github.com/nextcloud/forms/pull/2710)
17+
- feat: make full-text search case-insensitive and search by submission author as well by @Koc in [\#2761](https://github.com/nextcloud/forms/pull/2761)
18+
- feat: don't show default submission header if custom message is set by @Chartman123 in [\#2747](https://github.com/nextcloud/forms/pull/2747)
19+
- feat: allow editing of submission by the user by @Chartman123 in [\#2715](https://github.com/nextcloud/forms/pull/2715)
20+
- feat(time): Add time restrictions and range support by @Chartman123 in [\#2712](https://github.com/nextcloud/forms/pull/2712)
21+
- feat: add linear scale questions by @Chartman123 in [\#2609](https://github.com/nextcloud/forms/pull/2609)
22+
- feat: add question name to form answer output by @susnux [\#2723](https://github.com/nextcloud/forms/pull/2723)
23+
24+
### Fixed
25+
26+
- fix: show toast on errors with empty response by @hamza221 in [\#2750](https://github.com/nextcloud/forms/pull/2750)
27+
- fix: prevent modifications to archived forms in ApiController and ShareApiController by @Chartman123 in [\#2741](https://github.com/nextcloud/forms/pull/2741)
28+
- fix: disable edit switch when the form is archived by @Chartman123 in [\#2739](https://github.com/nextcloud/forms/pull/2739)
29+
- fix: only show extended label for linear scale questions by @Chartman123 in [\#2718](https://github.com/nextcloud/forms/pull/2718)
30+
- fix: Add missing documentation by @Chartman123 in [\#2735](https://github.com/nextcloud/forms/pull/2735)
31+
- fix: remove unused props and fix event name in user select by @Chartman123 [\#2893](https://github.com/nextcloud/forms/pull/2893)
32+
- fix: remove name from icon for better a11y by @Chartman123 [\#2881](https://github.com/nextcloud/forms/pull/2881)
33+
- style(icon): update icons to outline variants in TopBar and Results components by @Chartman123 [\#2894](https://github.com/nextcloud/forms/pull/2894)
34+
35+
### Merged
36+
37+
- chore(tests): Cleanup bootstrap.php to be forward-compatible by @come-nc in [\#2753](https://github.com/nextcloud/forms/pull/2753)
38+
- chore: unify debounce timing for input handling by @Chartman123 in [\#2721](https://github.com/nextcloud/forms/pull/2721)
39+
- chore: adapt changes in nc-vue by @Chartman123 [\#2709](https://github.com/nextcloud/forms/pull/2709)
40+
- test: Allow a 10 seconds delta for lockedUntil in form tests by @Chartman123 [\#2891](https://github.com/nextcloud/forms/pull/2891)
41+
- Migrate to outline, Material Symbols like variants by @AndyScherzinger [\#2892](https://github.com/nextcloud/forms/pull/2892)
42+
843
## v5.2.0-beta.0 - 2025-08-19
944

1045
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0-beta.0)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1818
]]></description>
1919

20-
<version>5.2.0-beta.0</version>
20+
<version>5.2.0-beta.1</version>
2121
<licence>agpl</licence>
2222

2323
<author>Affan Hussain</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms",
3-
"version": "5.2.0-beta.0",
3+
"version": "5.2.0-beta.1",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
 (0)