Releases: nextcloud/forms
Releases Β· nextcloud/forms
v4.3.0-alpha5
v4.3.0-alpha5 - 2024-08-21
Fixed
v4.3.0-alpha4
v4.3.0-alpha4 - 2024-08-20
Fixed
- Fix: Show complete title in TransferOwnership dialog by @Chartman123 in #2292
- fix(submit):
access
is unset for public forms so check for existance first by @susnux in #2291
v4.3.0-alpha3
v4.3.0-alpha3 - 2024-08-15
What's Changed
- chore: unify __construct functions by @Chartman123 in #2270
- fix: Improve styles of layout for QuestionFile #2253 by @Koc in #2259
- chore: Update workflows to fix release process by @susnux in #2284
Full Changelog: v4.3.0-alpha1...v4.3.0-alpha3
v4.3.0-alpha1
v4.3.0-alpha1 - 2024-08-14
Enhancements
- fix: add
target="_blank"
to links in description by @Chartman123 in #2280 - feat: add warning about removing legacy links by @Chartman123 in #2277
- Add QR-Code for Share Links by @Himmelxd in #2162
- feat: add multiple options with one paste by @hamza221 in #1407
- Add support for file question by @Koc in #2040
- Data source for the Analytics App by @Rello in #2195
Fixed
- fix: Adjust app to be compatible with Nextcloud 30 by @susnux in #2278
- fix: Question type File. When multiple types are selected, only one is used. by @AIlkiv in #2241
- fix: Fix form view without permissions by @Koc in #2268
- fix: Add support for adding new entries with IME input by @Chartman123 in #2232
- fix: Fix merging of options for cancelable request by @Koc in #2260
- fix: Correctly label forms lists in the app navigation by @susnux in #2208
Merged
- chore: unify __construct functions by @Chartman123 in #2270
- test: Add e2e tests for form description by @susnux in #2283
- test: Add e2e test for IME input by @susnux in #2267
- fix: ignore composer.lock in prettier by @Koc in #2261
- Optimization method FormsService::canSubmit by @AIlkiv in #2225
- Replace app icon with Material Symbols version by @AndyScherzinger in #2233
- Drop NC27 support for dependabot by @Chartman123 in #2223
- fix(i18n): Fixed grammar by @rakekniven in #2224
- fix: reformat composer.lock with prettier by @Chartman123 in #2215
- feat: Switch to PlayWright for E2E and component tests by @susnux in #2077
- chore: Use prettier for stylistic rules by @Chartman123 in #2143
v4.2.4
v4.2.4 - 2024-05-24
Fixed
- fix(a11y): Add missing page headings by @susnux in #2151
- fix(a11y): Add missing label for
nav
element by @susnux in #2148 - fix: Adjust code for
@nextcloud/vue
8.12 providing native app sidebar toggle by @susnux in #2170 - fix: add icon to title of required questions in edit mode by @Chartman123 in #2099
- fix(i18n): Aligned grammar by @rakekniven in #2095
- fix: Parse momentFormat and storageFormat by @Chartman123 in #2093
v4.2.3
v4.2.3 - 2024-04-16
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
v4.2.1
v4.2.1 - 2024-04-15
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
v4.2.0 - 2024-04-14
Enhancements
- Get only forms shared with user from database by @Chartman123 in #2029
- Allow embedding forms within other websites by @susnux in #1353
- feat: Add forms
state
to close and archive forms by @susnux in #1925
Fixed
- fix: remove positive lookbehind for finding unescaped slashes by @Chartman123 in #2033
- fix: Do not show trailing button for technical name input by @susnux in #2021
- Show expired shared forms to users with results permission by @Chartman123 in #2013
- fix(TopBar): provide optional button text via new slot syntax by @ShGKme in #2015
Merged
- chore: Add Nextcloud 29 support by @susnux in #2003
- Rename Circles to Teams in UI/logging by @Chartman123 in #2000
- Reuse top bar component for responses view toggle by @susnux in #1576
- Update dependencies and translations
New Contributors
v3.4.7
v3.4.7 - 2024-04-12
Fixed
- [stable3] fix: remove positive lookbehind for finding unescaped slashes #2034 (backportbot[bot])
- [stable3] Show expired shared forms to users with results permission #2017 (backportbot[bot])
- [stable3] fix(TopBar): provide optional button text via new slot syntax #2016 (backportbot[bot])