Skip to content

Commit f816ce2

Browse files
committed
v5.3.0-alpha.1
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 148eb5f commit f816ce2

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55

66
# Changelog
77

8+
## v5.3.0-alpha.1 - 2026-05-26
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.3.0-alpha.0...v5.3.0-alpha.1)
11+
12+
### Fixed
13+
14+
- fix: overlay icon alignment by @Chartman123 in [\#3359](https://github.com/nextcloud/forms/pull/3359)
15+
- fix: replace icon components with NcIconSvgWrapper by @Chartman123 in [\#3352](https://github.com/nextcloud/forms/pull/3352)
16+
- fix: only clone question from same form by @Chartman123 in [\#3361](https://github.com/nextcloud/forms/pull/3361)
17+
- fix(a11y): announce form submission success to screen readers by @pringelmann in [\#3238](https://github.com/nextcloud/forms/pull/3238)
18+
819
## v5.3.0-alpha.0 - 2026-05-21
920

1021
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.0...v5.3.0-alpha.0)
@@ -26,7 +37,6 @@
2637
- fix: Prevent infinity loop on form deletion by @Koc in [\#3343](https://github.com/nextcloud/forms/pull/3343)
2738
- Fix copypasting from responses page resulting in wrong paragraph/newline placement by @jancborchardt in [\#3328](https://github.com/nextcloud/forms/pull/3328)
2839
- 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)
3040
- fix(a11y): connect question inputs to heading and description via aria by @pringelmann in [\#3228](https://github.com/nextcloud/forms/pull/3228)
3141
- fix: dropdown and checkboxes fields are broken after grid type introduction by @Koc in [\#3134](https://github.com/nextcloud/forms/pull/3134)
3242

@@ -45,6 +55,14 @@
4555
- Enh/e2e tests by @pringelmann in [\#3250](https://github.com/nextcloud/forms/pull/3250)
4656
- chore: Support NC34 by @nfebe in [\#3201](https://github.com/nextcloud/forms/pull/3201)
4757

58+
## v5.2.8 - 2026-05-26
59+
60+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.7...v5.2.8)
61+
62+
### Fixed
63+
64+
- fix: only clone question from same form by @Chartman123 in [\#3361](https://github.com/nextcloud/forms/pull/3361)
65+
- fix: only allow modifying of sharing to form owners by @Chartman123 in [\#3308](https://github.com/nextcloud/forms/pull/3308)
4866

4967
## v5.2.7 - 2026-04-17
5068

@@ -56,7 +74,6 @@
5674
- fix: require explicit share permission for bulk submission endpoints by @pringelmann in [\#3290](https://github.com/nextcloud/forms/pull/3290)
5775
- fix: cap pagination limit for submissions endpoint by @pringelmann in [\#3276](https://github.com/nextcloud/forms/pull/3276)
5876

59-
6077
## v5.2.6 - 2026-04-07
6178

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

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

0 commit comments

Comments
Β (0)