chore(deps): update dependency nextcloud/forms to v3.4.6
This MR contains the following updates:
Package | Update | Change |
---|---|---|
nextcloud/forms | minor |
v3.3.0 -> v3.4.6
|
Release Notes
nextcloud/forms (nextcloud/forms)
v3.4.6
What's Changed
- Build(deps-dev): Bump @nextcloud/webpack-vue-config from 6.0.0 to 6.0.1 by @dependabot in https://github.com/nextcloud/forms/pull/1933
- Build(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 by @dependabot in https://github.com/nextcloud/forms/pull/1934
- Build(deps): Bump @nextcloud/dialogs from 4.2.3 to 4.2.4 by @dependabot in https://github.com/nextcloud/forms/pull/1935
- Build(deps): Bump @nextcloud/router from 2.2.1 to 3.0.0 by @dependabot in https://github.com/nextcloud/forms/pull/1936
- Build(deps): Bump skjnldsv/check-actor-permission from 2.1 to 3.0 by @dependabot in https://github.com/nextcloud/forms/pull/1942
- Build(deps): Bump andstor/file-existence-action from 2.0.0 to 3.0.0 by @dependabot in https://github.com/nextcloud/forms/pull/1941
- Build(deps): Bump nextcloud/coding-standard from 1.1.1 to 1.2.1 in /vendor-bin/cs-fixer by @dependabot in https://github.com/nextcloud/forms/pull/1939
- Build(deps): Bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in https://github.com/nextcloud/forms/pull/1947
- Build(deps): Bump @nextcloud/dialogs from 4.2.4 to 4.2.5 by @dependabot in https://github.com/nextcloud/forms/pull/1955
- Build(deps): Bump dorny/paths-filter from 3.0.0 to 3.0.1 by @dependabot in https://github.com/nextcloud/forms/pull/1968
- [stable3] fix: Update moment format for date parsing by @backportbot in https://github.com/nextcloud/forms/pull/1974
Full Changelog: https://github.com/nextcloud/forms/compare/v3.4.5...v3.4.6
v3.4.5
What's Changed
- Build(deps): Bump @nextcloud/moment from 1.2.2 to 1.3.1 by @dependabot in https://github.com/nextcloud/forms/pull/1875
- [stable3] enh: Better text contrast for form description (closes #1878) by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1884
- Build(deps): Bump @nextcloud/dialogs from 4.2.2 to 4.2.3 by @dependabot in https://github.com/nextcloud/forms/pull/1889
- Build(deps-dev): Bump phpunit/phpunit from 9.6.15 to 9.6.16 by @dependabot in https://github.com/nextcloud/forms/pull/1890
- [stable3] stop filtering result while sharing by @backportbot in https://github.com/nextcloud/forms/pull/1896
- Build(deps-dev): Bump @nextcloud/stylelint-config from 2.3.1 to 2.4.0 by @dependabot in https://github.com/nextcloud/forms/pull/1898
- Build(deps): Bump @nextcloud/router from 2.2.0 to 2.2.1 by @dependabot in https://github.com/nextcloud/forms/pull/1897
- [stable3] fix empty content public page view by @backportbot in https://github.com/nextcloud/forms/pull/1905
- [stable3] Fix sharing form by @backportbot in https://github.com/nextcloud/forms/pull/1909
- Build(deps-dev): Bump nextcloud/ocp from 27.1.5 to 27.1.6 by @dependabot in https://github.com/nextcloud/forms/pull/1919
- Build(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.0 by @dependabot in https://github.com/nextcloud/forms/pull/1913
Full Changelog: https://github.com/nextcloud/forms/compare/v3.4.4...v3.4.5
v3.4.4
What's Changed
- [stable3] Fix typo in MR feedback action by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1833
- [stable3] refactoring: move code to separate function storeAnswersForQuestion by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1867
- [stable3] fix: Prevent race condition on unique-submission forms by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1870
Full Changelog: https://github.com/nextcloud/forms/compare/v3.4.3...v3.4.4
v3.4.3
What's Changed
- [stable3] enh(sharing): Move away from deprecated icon classes and allow to search user by email by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1808
- [stable3] enh: Add Forms to header title on public link view by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1829
Full Changelog: https://github.com/nextcloud/forms/compare/v3.4.2...v3.4.3
v3.4.2
What's Changed
- [stable3] fix: add canMoveUp/Down props to QuestionMixin by @backportbot-nextcloud in https://github.com/nextcloud/forms/pull/1807
Full Changelog: https://github.com/nextcloud/forms/compare/v3.4.1...v3.4.2
v3.4.1
v3.4.1 - 2023-11-28
Fixed
- [stable3] fix(QuestionMultiple): Fix setting the
allowOtherAnswer
option #1801 (backportbot-nextcloud[bot])
Merged
- [stable3] fix: Adjust composer scripts to work when only installing production dependencies #1799 (backportbot-nextcloud[bot])
- [stable3] fix(tests): Adjust tests to run on stable27 max. #1793 (susnux)
v3.4.0
Breaking
- Move to min-version 26 and drop PHP 7.4 #1727 (Chartman123)
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
- Move parameter typing for extraSettings #1769 (Chartman123)
- Update README.md #1739 (Chartman123)
- Increase font size to default 15px #1738 (marcoambrosini)
- Replace outdated screenshots in Readme.md #1736 (Chartman123)
- chore: replace deprecated qb->execute() with executeStatement() #1706 (Chartman123)
- Added test for insertSubmission in ApiController #1704 (AIlkiv)
- Add pr feedback action #1703 (Fenn-CS)
- phpunit: use custom db images to fix rate limiting #1685 (Chartman123)
- Add healtcheck options to PHPUnit for OCI #1678 (Chartman123)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.