forms/CHANGELOG.md

30 KiB
Исходник Постоянная ссылка Ответственный История

Changelog

3.0.4 - 2023-01-31

Full Changelog

Enhancements

Fixed

Merged

3.0.3 - 2022-12-30

Full Changelog

Fixed

3.0.2 - 2022-12-23

Full Changelog

Fixed

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

3.0.0 - 2022-10-13

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
  • 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

2.5.1 - 2022-05-26

Full Changelog

Fixed

2.5.0 - 2022-04-08

Full Changelog

Enhancements

Fixed

2.4.0 - 2021-11-10

Full Changelog

Enhancements

2.3.0 - 2021-07-28

Full Changelog

Deprecated ⚠️

  • Question property mandatory is deprecated and replaced by isRequired. The old property will be removed in API version 2. #882 (chartman123)

Enhancements

Fixed

Merged

2.2.4 - 2021-03-30

Full Changelog

Fixed

Merged

2.2.3 - 2021-03-25

Full Changelog

Fixed

2.2.2 - 2021-03-15

Full Changelog

Fixed

2.2.1 - 2021-03-10

Full Changelog

Fixed

2.2.0 - 2021-03-09

Full Changelog

Enhancements

Fixed

Merged

2.1.0 - 2021-01-04

Full Changelog

Merged

Fixed

2.0.4 - 2020-09-01

Full Changelog

Merged

  • NC 20 compatibility
  • Move to OCS API #556 (skjnldsv)
  • Translations update
  • Dependencies update

2.0.3 - 2020-08-20

Full Changelog

Merged

  • Translations update
  • Dependencies update

2.0.2 - 2020-07-30

Full Changelog

Fixed

  • Increase description and long-text max length #533 (jotoeri)

2.0.1 - 2020-07-29

Full Changelog

Fixed

2.0.0 - 2020-07-28

Full Changelog

Fixed

2.0.0-rc.1 - 2020-07-24

Full Changelog

Enhancements

Fixed

2.0.0-beta.4 - 2020-06-09

Full Changelog

Fixed

2.0.0-beta.3 - 2020-06-04

Full Changelog

Enhancements

Fixed

2.0.0-beta2 - 2020-05-06

Full Changelog

Enhancements

Fixed

2.0.0-beta1 - 2020-04-29

Full Changelog

Implemented enhancements:

  • New creation UI with direct preview
  • New voting UI
  • Editing existing forms is now possible
  • Removed dropdown question
  • Added navigation
  • Removed breadcrumbs

Fixed bugs:

  • Lots of bug fixed. The list is too complex