Skip to content

Latest commit

 

History

History
801 lines (620 loc) · 47.8 KB

CHANGELOG.md

File metadata and controls

801 lines (620 loc) · 47.8 KB

Changelog

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 - 2024-04-15

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 - 2024-04-15

Full Changelog

Fixed

  • fix: remove setup() and move code to data() in Results.vue by @Chartman123 in #2065
  • fix: Move non-reactive props and composables to setup by @susnux in #2068
  • Set lastUpdated on link/unlink file by @Chartman123 in #2066
  • fix: legacyLink access handling by @Chartman123 in #2060
  • fix: don't filter expired forms in navigation by @Chartman123 in #2062

v4.2.0 - 2024-04-14

Full Changelog

Enhancements

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

Fixed

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

Merged

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

v4.1.1 - 2024-02-18

Full Changelog

Fixed

v4.1.0 - 2024-02-02

Full Changelog

Enhancements

  • enh: Use NcDialog for confirmation when deleting all submissions #1910 (Chartman123)
  • enh: Use NcDialog to confirm leaving #1880 (Chartman123)
  • Added possibility to link spreadsheet for automatic submission export in multiple formats #1758 (Koc)
  • enh: Better text contrast for form description (closes #1878) #1881 (mschmidm)
  • enh: Replace confirm dialog for deletion with NcDialog #1663 (Chartman123)
  • Question duplication #1423 (KaasKop97)

Fixed

Merged

v4.0.0 - 2023-12-12

Full Changelog

Enhancements

  • transfer ownership of a form #1416 (hamza221)
  • Add Forms to header title on public link view #1828 (Chartman123)
  • Allow to set results_delete permission on the frontend #1805 (susnux)
  • use PUT/PATCH for updating and move to API v2.2 #1809 (Chartman123)
  • Show confirmation dialog before submitting an empty form #1803 (susnux)
  • Move away from deprecated icon classes and allow to search user by email #1802 (susnux)

Fixed

Merged

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