Skip to content

Releases: nextcloud/forms

v3.2.0

06 Mar 19:07
769de61
Compare
Choose a tag to compare

3.2.0 - 2023-03-06

Full Changelog

Enhancements

Fixed

Merged

  • Replace deprecated NcMultiselect with recommended NcSelect #1471 (susnux)
  • Added test for cloneForm in ApiController #1488 (susnux)
  • Add information about API to appinfo #1529 (susnux)

v3.1.0

20 Feb 20:52
f18e270
Compare
Choose a tag to compare

3.1.0 - 2023-02-20

Full Changelog

Enhancements

  • Allow formatting question and form descriptions using markdown #1394 (susnux)
  • Add Nextcloud 26 support #1489 (susnux)
  • Add test for method newForm of ApiController #1480 (susnux)
  • Drop v-clipboard in favor of native browser API #1478 (susnux)
  • Allow sharees to see results | Implement PERMISSION_RESULTS #1461 (susnux)
  • feat: Add slot for additional actions to the question component #1470 (susnux)

Fixed

Merged

v2.5.2

20 Feb 20:34
1dee89b
Compare
Choose a tag to compare

2.5.2 - 2023-02-20

Full Changelog

Merged

  • Dependency updates

v3.0.4

31 Jan 11:10
bceb9b2
Compare
Choose a tag to compare

3.0.4 - 2023-01-31

Full Changelog

Enhancements

Fixed

Merged

v3.0.3

30 Dec 18:34
Compare
Choose a tag to compare

3.0.3 - 2022-12-30

Full Changelog

Fixed

v3.0.2

23 Dec 18:13
Compare
Choose a tag to compare

3.0.2 - 2022-12-23

Full Changelog

Fixed

v3.0.1

25 Oct 20:51
4ce4805
Compare
Choose a tag to compare

3.0.1 - 2022-10-25

Full Changelog

Fixed

  • Fix setExtraSettings to accept same type as getExtraSettings #1391 (susnux)
  • Use user's timezone for timestamps in CSV export #1389 (Chartman123)

Merged

v3.0.0

12 Oct 22:19
69c51a0
Compare
Choose a tag to compare

3.0.0 - 2022-10-13

Full Changelog

Breaking ⚠️

  • Minimum Server Version is Nextcloud 25
  • Moving completely from API v1 to v2. With this, we fundamentally change the way how the forms sharing works, now much more flexible and closer to how it is done in server.
  • Also inverting SubmitOnce to SubmitMultiple with ApiV2
  • The question Type datetime has been replaced by date and time question types. Existing questions remain usable, but no datetime questions can be created anymore.

Enhancements

Fixed

Merged

v3.0.0-beta.2

26 Sep 22:16
eaf5e65
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 - 2022-09-26

Full Changelog

Fixed

Merged

v3.0.0-beta.1

20 Sep 22:57
2ab08f4
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 - 2022-09-21

Full Changelog

Breaking ⚠️

  • Moving completely from API v1 to v2. With this, we fundamentally change the way how the forms sharing works, now much more flexible and closer to how it is done in server.
  • Also inverting SubmitOnce to SubmitMultiple with ApiV2

Enhancements

Fixed

Merged