Skip to content

Commit d130bd1

Browse files
committed
v5.1.1
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 16a7064 commit d130bd1

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.1.1 - 2025-06-25
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.1.0...v5.1.1)
11+
12+
### Fixed
13+
14+
- [stable5] fix: Preserve intermediate changes when updating answer text by @backportbot[bot] in [\#2801](https://github.com/nextcloud/forms/pull/2801)
15+
- [stable5] fix: properly set string values in exports to escape formulas by @backportbot[bot] in [\#2797](https://github.com/nextcloud/forms/pull/2797)
16+
- [stable5] fix(validation): Update validationType handling by @backportbot[bot] in [\#2793](https://github.com/nextcloud/forms/pull/2793)
17+
18+
### Merged
19+
20+
- [stable5] chore(QuestionMultiple): update "Other" answer handling to use v-model and add change handler by @backportbot[bot] in [\#2800](https://github.com/nextcloud/forms/pull/2800)
21+
- [stable5] fix: address vue warnings in console by @backportbot[bot] in [\#2798](https://github.com/nextcloud/forms/pull/2798)
22+
- [stable5] chore: Simplify props usage by removing unnecessary bindings in various components by @backportbot[bot] in [\#2792](https://github.com/nextcloud/forms/pull/2792)
23+
- [stable5] chore(QuestionDate): refactor handling of computed props by @backportbot[bot] in [\#2794](https://github.com/nextcloud/forms/pull/2794)
24+
- [stable5] chore: fix linting on CI by @backportbot[bot] in [\#2795](https://github.com/nextcloud/forms/pull/2795)
25+
- [stable5] Mention file type in docs by @backportbot[bot] in [\#2791](https://github.com/nextcloud/forms/pull/2791)
26+
827
## v5.1.0 - 2025-04-03
928

1029
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.0.4...v5.1.0)

β€Ž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.1.0</version>
20+
<version>5.1.1</version>
2121
<licence>agpl</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.1.0",
3+
"version": "5.1.1",
44
"private": true,
55
"description": "Forms app for nextcloud",
66
"homepage": "https://github.com/nextcloud/forms#readme",

0 commit comments

Comments
Β (0)