|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
| 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 | + |
8 | 43 | ## v5.2.0-beta.0 - 2025-08-19 |
9 | 44 |
|
10 | 45 | [Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0-beta.0) |
|
0 commit comments