Skip to content

Commit c402c1b

Browse files
committed
v5.2.5
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 8a5bc52 commit c402c1b

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

66
# Changelog
77

8+
## v5.2.5 - 2026-03-05
9+
10+
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.4...v5.2.5)
11+
12+
### Fixed
13+
14+
- [stable5.2] fix: Improve validation for submission answers with strict type checking by @backportbot[bot] in [\#3202](https://github.com/nextcloud/forms/pull/3202)
15+
- [stable5.2] Fix form deletion by @backportbot[bot] in [\#3190](https://github.com/nextcloud/forms/pull/3190)
16+
- [stable5.2] fix: clone shared form and set default values by @backportbot[bot] in [\#3189](https://github.com/nextcloud/forms/pull/3189)
17+
- [stable5.2] Fix IME composition handling in option inputs by @backportbot[bot] in [\#3184](https://github.com/nextcloud/forms/pull/3184)
18+
- [stable5.2] Fix: Follow up IME option creation by @backportbot[bot] in [\#3200](https://github.com/nextcloud/forms/pull/3200)
19+
- [stable5.2] fix: use abolute URL for form by @backportbot[bot] in [\#3182](https://github.com/nextcloud/forms/pull/3182)
20+
21+
### Merged
22+
23+
- [stable5.2] refactor: migrate to `@nextcloud/dialogs` v7 by @Chartman123 in [\#3194](https://github.com/nextcloud/forms/pull/3194)
24+
825
## v5.2.4 - 2026-01-23
926

1027
[Full Changelog](https://github.com/nextcloud/forms/compare/v5.2.3...v5.2.4)

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

0 commit comments

Comments
Β (0)