Releases: nextcloud/forms
Releases · nextcloud/forms
v3.2.0
3.2.0 - 2023-03-06
Enhancements
- Make timestamp in csv export ISO 8601 compliant #1531 (Chartman123)
- Add lastUpdated property to Form #1479 (Chartman123)
Fixed
- Fix paragraph rendering #1542 (jotoeri)
- Move API to v2.1 #1539 (Chartman123)
- Make skip to content buttons work #1530 (susnux)
Merged
v3.1.0
3.1.0 - 2023-02-20
Enhancements
- Allow formatting question and form descriptions using markdown #1394 (susnux)
- Add Nextcloud 26 support #1489 (susnux)
- Add test for method
newForm
ofApiController
#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
- Fix Create edit mode #1498 (jotoeri)
- Fix public view #1492 (jotoeri)
- Fix some small
SubmissionService
issues #1490 (susnux) - Add missing computed property to edit view #1473 (Chartman123)
Merged
- Add shareHash parameter #1476 (Chartman123)
v2.5.2
v3.0.4
3.0.4 - 2023-01-31
Enhancements
- Show relative expiration date inside form #1432 (Chartman123)
Fixed
- Fix insert #1465 (jotoeri)
- Fix cors on ShareApi #1463 (jotoeri)
- Fix public insert #1456 (jotoeri)
- Import form question extra settings #1440 (Copephobia)
Merged
- Show info message only if available #1441 (susnux)
- Update phpunit.yml to work with current Server master #1460 (Chartman123)
- Enable PHPUnit integration tests and fix them #1449 (Chartman123)
- Scope SCSS in Create.vue and adjust Results.vue #1447 (Chartman123)
- Fix Typo #1450 (jotoeri)
v3.0.3
v3.0.2
3.0.2 - 2022-12-23
Fixed
v3.0.1
3.0.1 - 2022-10-25
Fixed
- Fix
setExtraSettings
to accept same type asgetExtraSettings
#1391 (susnux) - Use user's timezone for timestamps in CSV export #1389 (Chartman123)
Merged
- Fix CI runs for postgres #1388 (Chartman123)
v3.0.0
3.0.0 - 2022-10-13
Breaking ⚠️
- Minimum Server Version is Nextcloud 25
- 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 bydate
andtime
question types. Existing questions remain usable, but nodatetime
questions can be created anymore.
Enhancements
- Use NcCheckboxRadioSwitch for QuestionMultiple #1322 (Chartman123)
- Make dropdown searchable #1342 (Chartman123)
- Add UI to preview and fill out own forms #1320 (susnux)
- Make CHANGELOG.md parseable by the appstore #1306 (Chartman123)
- More Icons! #1305 (jotoeri)
- Move Question Icons to Material Design #1304 (jotoeri)
- Update Forms Icon and create Component #1303 (jotoeri)
- Feature: Allow shuffling of answer options | Sort options #1271 (susnux)
- User migration #1243 (jotoeri)
- Add UID to export #1204 (jotoeri)
- Restrict Form Creation & Sharing Settings #1199 (jotoeri)
- Add Question Description #1172 (jotoeri)
- Rework Navigation #1168 (Chartman123)
- New Sharing #1087 (jotoeri)
- Make date/time answers consistent #1001 (Chartman123)
Fixed
- Remove isDropdown condition #1368 (Chartman123)
- Fix public View #1365 (jotoeri)
- Adjust look of long text questions #1364 (Chartman123)
- Fix datepicker height #1363 (jotoeri)
- Fix upgrading #1361 (jotoeri)
- Remove css variables #1360 (jotoeri)
- Fix Actions Container #1359 (jotoeri)
- Use
--gradient-primary-background
for summary #1356 (Chartman123) - Fix alignment of "Add question" button #1351 (Chartman123)
- Adjust design based on Design Review #1344 (Chartman123)
- Fixing several small things #1335 (jotoeri)
- Fix migration 20220414 not working on SQLite #1334 (susnux)
- Fix Add Question a11y #1269 (jotoeri)
- Fix sharing icons #1242 (jotoeri)
- Fix titles #1239 (jotoeri)
Merged
- Fix lint warning #1371 (Chartman123)
- Fix aria warning #1370 (jotoeri)
- Fix question movement #1362 (jotoeri)
- Adjust testing matrix for Nextcloud 25 on master #1354 (nickvergessen)
- Remove unneeded css #1352 (Chartman123)
- minversion 25 #1348 (Chartman123)
- Adjust styling for NC25 & Update
@nextcloud/vue
#1338 (susnux) - Empty Content to Vue #1321 (jotoeri)
- Move to NcEmptyContent and even more icons #1308 (jotoeri)
- Use NC/vue beta 3 #1298 (jotoeri)
- Update Marcos Email #1285 (jotoeri)
- Use MutliSelect for dropdown questions #1283 (Chartman123)
- Move to button component & first material icons #1281 (jotoeri)
- Move to Psr\Log\LoggerInterface #1275 (Chartman123)
- Use
@nextcloud/logger
for frontend logging #1274 (susnux) - Set border color to maxcontrast #1270 (Chartman123)
- Invert submitOnce #1252 (jotoeri)
- Remove old code #1240 (jotoeri)
- Removed trailing dot #1228 (rakekniven)
- Rename Radio buttons #1215 (jotoeri)
- Remove old forms tables #1156 (jotoeri)
- Simple API Test, bump php dependencies #1148 (jotoeri)
- API v2 #1126 (jotoeri)
v3.0.0-beta.2
3.0.0-beta.2 - 2022-09-26
Fixed
- Fix upgrading #1361 (jotoeri)
- Remove css variables #1360 (jotoeri)
- Fix Actions Container #1359 (jotoeri)
Merged
- Use
--gradient-primary-background
for summary #1356 (Chartman123) - Adjust testing matrix for Nextcloud 25 on master #1354 (nickvergessen)
- Remove unneeded css #1352 (Chartman123)
- Fix alignment of "Add question" button #1351 (Chartman123)
- Use NcCheckboxRadioSwitch for QuestionMultiple #1322 (Chartman123)
v3.0.0-beta.1
3.0.0-beta.1 - 2022-09-21
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
Enhancements
- Make dropdown searchable #1342 (Chartman123)
- Add UI to preview and fill out own forms #1320 (susnux)
- More Icons! #1305 (jotoeri)
- Move Question Icons to Material Design #1304 (jotoeri)
- Update Forms Icon and create Component #1303 (jotoeri)
- Use
@nextcloud/logger
for frontend logging #1274 (susnux) - Feature: Allow shuffling of answer options | Sort options #1271 (susnux)
- User migration #1243 (jotoeri)
- Restrict Form Creation & Sharing Settings #1199 (jotoeri)
- New Sharing #1087 (jotoeri)
Fixed
- Fix migration 20220414 not working on SQLite #1334 (susnux)
- Fix Add Question a11y #1269 (jotoeri)
- Fix sharing icons #1242 (jotoeri)
- Fix titles #1239 (jotoeri)
- Fix upgrading #1212 (nickvergessen)
Merged
- minversion 25 #1348 (Chartman123)
- Adjust design based on Design Review #1344 (Chartman123)
- Adjust styling for NC25 & Update
@nextcloud/vue
#1338 (susnux) - Fixing several small things #1335 (jotoeri)
- Empty Content to Vue #1321 (jotoeri)
- Move to NcEmptyContent and even more icons #1308 (jotoeri)
- Make CHANGELOG.md parseable by the appstore #1306 (Chartman123)
- Update Marcos Email #1285 (jotoeri)
- Use MutliSelect for dropdown questions #1283 (Chartman123)
- Move to button component & first material icons #1281 (jotoeri)
- Move to Psr\Log\LoggerInterface #1275 (Chartman123)
- Set border color to maxcontrast #1270 (Chartman123)
- Invert submitOnce #1252 (jotoeri)
- Removed trailing dot #1228 (rakekniven)
- Rename Radio buttons #1215 (jotoeri)
- l10n: Change to uppercase #1205 (Valdnet)
- Rework Navigation #1168 (Chartman123)
- API v2 #1126 (jotoeri)