Skip to content

Latest commit

 

History

History
692 lines (545 loc) · 40.3 KB

CHANGELOG.md

File metadata and controls

692 lines (545 loc) · 40.3 KB

Changelog

v3.4.0 - 2023-11-27

Full Changelog

Breaking

Enhancements

  • Add subtypes for short input, like email, phone or custom regex #1491 (susnux)
  • Remember input in LocalStorage #1382 (hamza221)
  • Make form editable with keyboard #1750 (Chartman123)
  • Allow reordering questions using the keyboard #1532 (susnux)
  • feat: Implement custom submission message #1659 (susnux)
  • feat(ActivityManager): Send notification about new submissions to circle memebers #1746 (susnux)
  • Implement warning when leaving an unsubmitted form #1310 (Chartman123)
  • Feature: Allow to share forms with Circles #1467 (susnux)
  • Notify users on new submissions for shared forms #1496 (susnux)
  • Optimization of FormMapper::findById calls #1707 (AIlkiv)
  • feat: Add 'Other' option for radio/checkbox questions. #1694 (AIlkiv)
  • Reduce white space between questions #1658 (Chartman123)
  • Add technical identifiers for questions #1553 (susnux)
  • Support RTL languages - migrate css from physical to logical positioning #1654 (susnux)

Fixed

  • fix: Enhance extraSettings handling and fix XML output #1705 (Chartman123)
  • fix: Warning about missing label for other answer #1731 (Chartman123)
  • fix(docs): Add changes of API 2.1 to the API docs #1745 (susnux)
  • fix(Submit): Make answers reactive and fix invalid mutation of computed property #1786 (susnux)
  • fix: Fix import of debounce #1784 (susnux)
  • Fix inverted sorting in frontend for shared forms #1759 (Chartman123)
  • fix: Handle questions props as props and not as attrs #1763 (susnux)
  • fix: Make sure "other" answers are correctly handled #1764 (susnux)
  • fix: Sanitize file name when writing a CSV file #1660 (susnux)
  • fix: no styling applied to h1-headings in markdown (closes #1668) #1743 (mschmidm)
  • fix(tests): Update phpunit workflow to fix OCI tests #1729 (susnux)
  • fix(lint): add missing trailing commas #1770 (Chartman123)
  • fix: Incorrect type for empty extraSettings in frontend #1730 (Chartman123)

Merged

3.3.1 - 2023-06-23

Full Changelog

Fixed

  • Allow to right click share-link buttons to copy link manually #1653 (susnux)

Merged

  • Drop 'Nextcloud' from connected responses string #1635 (Chartman123)
  • Updated translations
  • Updated dependencies

3.3.0 - 2023-05-22

Full Changelog

Enhancements

  • Improve and unify Markdown output style #1575 (susnux)

Fixed

  • fix(markdown): Add margin for all new paragraphs #1568 (susnux)
  • Place actions popover so it does not overflow the page #1554 (susnux)
  • fix: Replace NcRichContenteditable with textarea #1574 (susnux)

Merged

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)

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

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