|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
| 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 | + |
8 | 19 | ## v5.3.0-alpha.0 - 2026-05-21 |
9 | 20 |
|
10 | 21 | [Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.0...v5.3.0-alpha.0) |
|
26 | 37 | - fix: Prevent infinity loop on form deletion by @Koc in [\#3343](https://github.com/nextcloud/forms/pull/3343) |
27 | 38 | - Fix copypasting from responses page resulting in wrong paragraph/newline placement by @jancborchardt in [\#3328](https://github.com/nextcloud/forms/pull/3328) |
28 | 39 | - 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 | 40 | - fix(a11y): connect question inputs to heading and description via aria by @pringelmann in [\#3228](https://github.com/nextcloud/forms/pull/3228) |
31 | 41 | - fix: dropdown and checkboxes fields are broken after grid type introduction by @Koc in [\#3134](https://github.com/nextcloud/forms/pull/3134) |
32 | 42 |
|
|
45 | 55 | - Enh/e2e tests by @pringelmann in [\#3250](https://github.com/nextcloud/forms/pull/3250) |
46 | 56 | - chore: Support NC34 by @nfebe in [\#3201](https://github.com/nextcloud/forms/pull/3201) |
47 | 57 |
|
| 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) |
48 | 66 |
|
49 | 67 | ## v5.2.7 - 2026-04-17 |
50 | 68 |
|
|
56 | 74 | - fix: require explicit share permission for bulk submission endpoints by @pringelmann in [\#3290](https://github.com/nextcloud/forms/pull/3290) |
57 | 75 | - fix: cap pagination limit for submissions endpoint by @pringelmann in [\#3276](https://github.com/nextcloud/forms/pull/3276) |
58 | 76 |
|
59 | | - |
60 | 77 | ## v5.2.6 - 2026-04-07 |
61 | 78 |
|
62 | 79 | [Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.5...v5.2.6) |
|
0 commit comments