Skip to content

Commit a5d4329

Browse files
committed
v5.3.0-alpha.0
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 3a78bee commit a5d4329

5 files changed

Lines changed: 58 additions & 5 deletions

File tree

β€ŽCHANGELOG.en.mdβ€Ž

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
# Changelog
77

8-
## Unreleased
8+
## v5.3.0 - tbd
9+
10+
- **New question types**
11+
12+
This release brings two new question types: Ranking and Grid questions will offer new possibilities for your forms.
913

1014
- **Confirmation emails for respondents**
1115

@@ -17,6 +21,14 @@
1721
- `{formTitle}`, `{formDescription}`
1822
- `{<fieldName>}` (question `name` or text, sanitized)
1923

24+
- **Comments**
25+
26+
You can now comment on the form you participated (only for logged in users).
27+
28+
- **Limit the number of submissions**
29+
30+
Set a maximum number of submissions and your form will automatically close once the limit is reached.
31+
2032
## v5.2.0 - 2025-09-25
2133

2234
- **Time: restrictions and ranges**

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.3.0-alpha.0 - 2026-05-21
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.0...v5.3.0-alpha.0)
11+
12+
### Enhancements
13+
14+
- feat: ranking question type by @datapumpernickel in [\#3262](https://github.com/nextcloud/forms/pull/3262)
15+
- feat: improve handling of option limits by @Chartman123 in [\#3323](https://github.com/nextcloud/forms/pull/3323)
16+
- feat: add support for comments in forms by @Chartman123 in [\#3329](https://github.com/nextcloud/forms/pull/3329)
17+
- feat: Add confirmation email for form respondents by @dtretyakov in [\#3289](https://github.com/nextcloud/forms/pull/3289)
18+
- enh(l10n): Unify wording for form responses across multiple components by @Chartman123 in [\#3218](https://github.com/nextcloud/forms/pull/3218)
19+
- feat: add maximum submissions limit for forms by @LAfricain in [\#3199](https://github.com/nextcloud/forms/pull/3199)
20+
- feat: extract subtype check and show submenu indicator for questions with subtypes by @Chartman123 in [\#3142](https://github.com/nextcloud/forms/pull/3142)
21+
- feat: introduce Grid as a new question type by @Koc in [\#2945](https://github.com/nextcloud/forms/pull/2945)
22+
23+
### Fixed
24+
25+
- fix: always show three dots menu in navigation by @Chartman123 in [\#3346](https://github.com/nextcloud/forms/pull/3346)
26+
- fix: Prevent infinity loop on form deletion by @Koc in [\#3343](https://github.com/nextcloud/forms/pull/3343)
27+
- Fix copypasting from responses page resulting in wrong paragraph/newline placement by @jancborchardt in [\#3328](https://github.com/nextcloud/forms/pull/3328)
28+
- fix(settings): properly handle loading state by @susnux in [\#3316](https://github.com/nextcloud/forms/pull/3316)
29+
- fix: only allow modifying of sharing to form owners by @Chartman123 in [\#3308](https://github.com/nextcloud/forms/pull/3308)
30+
- fix(a11y): connect question inputs to heading and description via aria by @pringelmann in [\#3228](https://github.com/nextcloud/forms/pull/3228)
31+
- fix: dropdown and checkboxes fields are broken after grid type introduction by @Koc in [\#3134](https://github.com/nextcloud/forms/pull/3134)
32+
33+
### Merged
34+
35+
- fix(activity): throw UnknownActivityException for unknown events by @pringelmann in [\#3344](https://github.com/nextcloud/forms/pull/3344)
36+
- chore: fix documentation by @Chartman123 in [\#3334](https://github.com/nextcloud/forms/pull/3334)
37+
- refactor: replace material design icons with material symbols by @Chartman123 in [\#3330](https://github.com/nextcloud/forms/pull/3330)
38+
- Chore: Add grid questions to predefined questions array by @Chartman123 in [\#3333](https://github.com/nextcloud/forms/pull/3333)
39+
- refactor: replace `@var` tags with typed properties by @Chartman123 in [\#3322](https://github.com/nextcloud/forms/pull/3322)
40+
- refactor(config): replace IConfig with IAppConfig for improved type safety and clarity by @Chartman123 in [\#3321](https://github.com/nextcloud/forms/pull/3321)
41+
- chore: change deprecated sass @import rules to @use rules for markdownOutput mixin by @Chartman123 in [\#3272](https://github.com/nextcloud/forms/pull/3272)
42+
- Chore: fix formatting by @Chartman123 in [\#3261](https://github.com/nextcloud/forms/pull/3261)
43+
- fix: listen for correct event to update option limits by @Chartman123 in [\#3256](https://github.com/nextcloud/forms/pull/3256)
44+
- refactor: move error handling to Question component with NcNoteCard by @Chartman123 in [\#3255](https://github.com/nextcloud/forms/pull/3255)
45+
- Enh/e2e tests by @pringelmann in [\#3250](https://github.com/nextcloud/forms/pull/3250)
46+
- chore: Support NC34 by @nfebe in [\#3201](https://github.com/nextcloud/forms/pull/3201)
47+
48+
849
## v5.2.7 - 2026-04-17
950

1051
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.6...v5.2.7)

β€Ž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.3.0-dev.0</version>
20+
<version>5.3.0-alpha.0</version>
2121
<licence>AGPL-3.0-or-later</licence>
2222

2323
<author>Affan Hussain</author>

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.1",
3+
"version": "5.3.0-alpha.0",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
Β (0)