|
5 | 5 |
|
6 | 6 | # Changelog |
7 | 7 |
|
8 | | -## v5.2.0-beta.2 - 2025-09-19 |
| 8 | +## v5.2.0 - 2025-09-25 |
9 | 9 |
|
10 | | -[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.0-beta.1...v5.2.0-beta.2) |
11 | | - |
12 | | -### Fixed |
13 | | - |
14 | | -- fix(linear-scale): add custom wrapper instead of CSS hack by @susnux in [\#2914](https://github.com/nextcloud/forms/pull/2914) |
15 | | -- fix: Search field loses focus after search by @Koc in [\#2870](https://github.com/nextcloud/forms/pull/2870) |
16 | | - |
17 | | -### Merged |
18 | | - |
19 | | -- chore(QuestionMultiple): use v-model for better data binding by @Chartman123 in [\#2912](https://github.com/nextcloud/forms/pull/2912) |
20 | | - |
21 | | -## v5.2.0-beta.1 - 2025-09-04 |
22 | | - |
23 | | -[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0-beta.1) |
| 10 | +[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0) |
24 | 11 |
|
25 | 12 | ### Enhancements |
26 | 13 |
|
27 | | -- feat: add question name to form answer output by @susnux [\#2723](https://github.com/nextcloud/forms/pull/2723) |
28 | | - |
29 | | -### Fixed |
30 | | - |
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 | | - |
34 | | -### Merged |
35 | | - |
36 | | -- chore: adapt changes in nc-vue by @Chartman123 [\#2709](https://github.com/nextcloud/forms/pull/2709) |
37 | | -- test: Allow a 10 seconds delta for lockedUntil in form tests by @Chartman123 [\#2891](https://github.com/nextcloud/forms/pull/2891) |
38 | | -- Migrate to outline, Material Symbols like variants by @AndyScherzinger [\#2892](https://github.com/nextcloud/forms/pull/2892) |
39 | | -- style(icon): update icons to outline variants in TopBar and Results components by @Chartman123 [\#2894](https://github.com/nextcloud/forms/pull/2894) |
40 | | - |
41 | | -## v5.2.0-beta.0 - 2025-08-19 |
42 | | - |
43 | | -[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.2...v5.2.0-beta.0) |
44 | | - |
45 | | -### Enhancements |
46 | | - |
47 | | -- feat: add form locking mechanism and share `edit` permission by @Chartman123 in [\#2737](https://github.com/nextcloud/forms/pull/2737) |
48 | | -- feat: add color question type by @Chartman123 in [\#2748](https://github.com/nextcloud/forms/pull/2748) |
49 | | -- feat: add pagination for submissions by @Koc in [\#2710](https://github.com/nextcloud/forms/pull/2710) |
| 14 | +- feat(docs): Add embed permission description for link shares in DataStructure.md by @Chartman123 in [\#2932](https://github.com/nextcloud/forms/pull/2932) |
50 | 15 | - 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) |
| 16 | +- feat: add color question type by @Chartman123 in [\#2748](https://github.com/nextcloud/forms/pull/2748) |
51 | 17 | - feat: don't show default submission header if custom message is set by @Chartman123 in [\#2747](https://github.com/nextcloud/forms/pull/2747) |
| 18 | +- feat: add form locking mechanism and share `edit` permission by @Chartman123 in [\#2737](https://github.com/nextcloud/forms/pull/2737) |
| 19 | +- feat: add question name to form answer output by @susnux [\#2723](https://github.com/nextcloud/forms/pull/2723) |
52 | 20 | - feat: allow editing of submission by the user by @Chartman123 in [\#2715](https://github.com/nextcloud/forms/pull/2715) |
53 | 21 | - feat(time): Add time restrictions and range support by @Chartman123 in [\#2712](https://github.com/nextcloud/forms/pull/2712) |
| 22 | +- feat: add pagination for submissions by @Koc in [\#2710](https://github.com/nextcloud/forms/pull/2710) |
54 | 23 | - feat: add linear scale questions by @Chartman123 in [\#2609](https://github.com/nextcloud/forms/pull/2609) |
55 | 24 |
|
56 | 25 | ### Fixed |
57 | 26 |
|
| 27 | +- fix(linear-scale): add custom wrapper instead of CSS hack by @susnux in [\#2914](https://github.com/nextcloud/forms/pull/2914) |
| 28 | +- fix: remove unused props and fix event name in user select by @Chartman123 [\#2893](https://github.com/nextcloud/forms/pull/2893) |
| 29 | +- fix: remove name from icon for better a11y by @Chartman123 [\#2881](https://github.com/nextcloud/forms/pull/2881) |
| 30 | +- fix: Search field loses focus after search by @Koc in [\#2870](https://github.com/nextcloud/forms/pull/2870) |
58 | 31 | - fix: show toast on errors with empty response by @hamza221 in [\#2750](https://github.com/nextcloud/forms/pull/2750) |
59 | 32 | - fix: prevent modifications to archived forms in ApiController and ShareApiController by @Chartman123 in [\#2741](https://github.com/nextcloud/forms/pull/2741) |
60 | 33 | - fix: disable edit switch when the form is archived by @Chartman123 in [\#2739](https://github.com/nextcloud/forms/pull/2739) |
61 | | -- fix: only show extended label for linear scale questions by @Chartman123 in [\#2718](https://github.com/nextcloud/forms/pull/2718) |
62 | 34 | - fix: Add missing documentation by @Chartman123 in [\#2735](https://github.com/nextcloud/forms/pull/2735) |
| 35 | +- fix: only show extended label for linear scale questions by @Chartman123 in [\#2718](https://github.com/nextcloud/forms/pull/2718) |
63 | 36 |
|
64 | 37 | ### Merged |
65 | 38 |
|
66 | | -- chore(tests): Cleanup bootstrap.php to be forward-compatible by @come-nc in [\#2753](https://github.com/nextcloud/forms/pull/2753) |
| 39 | +- chore(QuestionMultiple): use v-model for better data binding by @Chartman123 in [\#2912](https://github.com/nextcloud/forms/pull/2912) |
| 40 | +- style(icon): update icons to outline variants in TopBar and Results components by @Chartman123 [\#2894](https://github.com/nextcloud/forms/pull/2894) |
| 41 | +- Migrate to outline, Material Symbols like variants by @AndyScherzinger [\#2892](https://github.com/nextcloud/forms/pull/2892) |
| 42 | +- test: Allow a 10 seconds delta for lockedUntil in form tests by @Chartman123 [\#2891](https://github.com/nextcloud/forms/pull/2891) |
67 | 43 | - chore: unify debounce timing for input handling by @Chartman123 in [\#2721](https://github.com/nextcloud/forms/pull/2721) |
| 44 | +- chore: adapt changes in nc-vue by @Chartman123 [\#2709](https://github.com/nextcloud/forms/pull/2709) |
68 | 45 |
|
69 | 46 | ## v5.1.2 - 2025-08-19 |
70 | 47 |
|
|
0 commit comments