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)