Skip to content

Releases: nextcloud/forms

v4.3.0-alpha5

21 Aug 12:20
7ccbd32
Compare
Choose a tag to compare
v4.3.0-alpha5 Pre-release
Pre-release

v4.3.0-alpha5 - 2024-08-21

Full Changelog

Fixed

v4.3.0-alpha4

20 Aug 21:16
e9e6701
Compare
Choose a tag to compare
v4.3.0-alpha4 Pre-release
Pre-release

v4.3.0-alpha4 - 2024-08-20

Full Changelog

Fixed

  • Fix: Show complete title in TransferOwnership dialog by @Chartman123 in #2292
  • fix(submit): access is unset for public forms so check for existance first by @susnux in #2291

v4.3.0-alpha3

15 Aug 13:31
8b1394b
Compare
Choose a tag to compare
v4.3.0-alpha3 Pre-release
Pre-release

v4.3.0-alpha3 - 2024-08-15

What's Changed

Full Changelog: v4.3.0-alpha1...v4.3.0-alpha3

v4.3.0-alpha1

14 Aug 14:02
26cba87
Compare
Choose a tag to compare
v4.3.0-alpha1 Pre-release
Pre-release

v4.3.0-alpha1 - 2024-08-14

Full Changelog

Enhancements

Fixed

  • fix: Adjust app to be compatible with Nextcloud 30 by @susnux in #2278
  • fix: Question type File. When multiple types are selected, only one is used. by @AIlkiv in #2241
  • fix: Fix form view without permissions by @Koc in #2268
  • fix: Add support for adding new entries with IME input by @Chartman123 in #2232
  • fix: Fix merging of options for cancelable request by @Koc in #2260
  • fix: Correctly label forms lists in the app navigation by @susnux in #2208

Merged

v4.2.4

24 May 09:47
0b657f6
Compare
Choose a tag to compare

v4.2.4 - 2024-05-24

Full Changelog

Fixed

v4.2.3

16 Apr 20:56
fe99454
Compare
Choose a tag to compare

v4.2.3 - 2024-04-16

Full Changelog

Merged

  • Fix fetching shared forms and return array values in ApiController.php by @Chartman123 in #2076
  • Fix toggle between Summary and Responses Submission overview by @Koc in #2073

v4.2.2

15 Apr 22:14
3eb9628
Compare
Choose a tag to compare

v4.2.2 - 2024-04-16

Full Changelog

Fixed

  • fix(DB): Correctly fetch shared forms by @susnux in #2069
  • fix(Form): If permitAllUsers is not set then no public access is granted by @susnux in #2070

v4.2.1

15 Apr 22:17
ee3fc3a
Compare
Choose a tag to compare

v4.2.1 - 2024-04-15

Full Changelog

Fixed

v4.2.0

14 Apr 17:58
0dc370b
Compare
Choose a tag to compare

v4.2.0 - 2024-04-14

Full Changelog

Enhancements

  • Get only forms shared with user from database by @Chartman123 in #2029
  • Allow embedding forms within other websites by @susnux in #1353
  • feat: Add forms state to close and archive forms by @susnux in #1925

Fixed

  • fix: remove positive lookbehind for finding unescaped slashes by @Chartman123 in #2033
  • fix: Do not show trailing button for technical name input by @susnux in #2021
  • Show expired shared forms to users with results permission by @Chartman123 in #2013
  • fix(TopBar): provide optional button text via new slot syntax by @ShGKme in #2015

Merged

  • chore: Add Nextcloud 29 support by @susnux in #2003
  • Rename Circles to Teams in UI/logging by @Chartman123 in #2000
  • Reuse top bar component for responses view toggle by @susnux in #1576
  • Update dependencies and translations

New Contributors

@ShGKme made their first contribution in #2015

v3.4.7

14 Apr 17:58
9db412d
Compare
Choose a tag to compare

v3.4.7 - 2024-04-12

Full Changelog

Fixed