Releases: OPEN-ENT-NG/form
Releases · OPEN-ENT-NG/form
2.0.3
1.12.1.0
release: 1.12.1.0
1.12.1.1
Full Changelog: 1.12.1...1.12.1.1
1.12.0
What's Changed
- feat(colors): [#FOR-549] make graph colors constant by @qperie in #400
- fix(rgpd): [#FOR-819] fix RGPD text display by @qperie in #401
- feat(section): [#FOR-547] allow duplication of a section by @qperie in #402
- feat(public): [#FOR-750] add possibility to switch public property by @qperie in #403
- fix(update): [#FOR-750] fix form public_key on update by @qperie in #407
- fix(dates): [#FOR-833] fix form dates formatting by @qperie in #412
- fix(results): [#FOR-827] fix custom answer results for singleanswer by @qperie in #415
Full Changelog: 1.11.7...1.12.0
1.11.7
What's Changed
Full Changelog: 1.11.6...1.11.7
1.11.6
What's Changed
- fix(saving): [#FOR-777] avoid multiple saving at same time in edition view by @qperie in #382
- fix(conditional): [#FOR-782] fix choice targeting on elements reorganization by @qperie in #384
- fix(saving): [#FOR-775] fix choice positions when going rogue by @qperie in #383
- fix(optimisation): [#FOR-789] fix responses API call optimisation by @Alex-Delaveau in #385
- feat(response): [#FOR-788] create new response API endpoints by @qperie in #386
- refacto(response): [#FOR-788] improve response saving API calls by @qperie in #387
- fix(targeting): [#FOR-791] fix saving targets in editor view by @qperie in #388
- fix(response): [#FOR-792] fix targeting system in responses views by @qperie in #389
- fix(deleteChoice): [#FOR-796] fix choice deletion for questions with choices by @qperie in #391
- fix(response): [#FOR-795] fix choice deletion when responding by @qperie in #390
- fix(files): [#FOR-797] fix files responses by @qperie in #392
New Contributors
- @Alex-Delaveau made their first contribution in #385
Full Changelog: 1.11.5...1.11.6
1.11.5
What's Changed
- fix(question-type-matrix): #FOR-748 fix ellipsis in graph by @c4role in #363
- fix(api): #FOR-752 remove unused api forms/multiple by @Gregprod33 in #365
- fix(position): [#FOR-755] fix form elements positions when going rogue by @qperie in #368
- fix(css): [#FOR-754] fix filters color by @qperie in #366
- fix(import): [#FOR-756] fix import ZIP drop file by @qperie in #367
- fix(restore): #FOR-753 update controller and service with the use of Form Models instead of jsonObjects by @Gregprod33 in #364
- fix(restore): #FOR-753 cast dateEnding to string when uptade by @Gregprod33 in #369
- fix(preview): [#FOR-760] fix preview navigation for conditional questions by @qperie in #370
- fix(progress-bar): [#FOR-761] fix progress bar on public side by @qperie in #373
- fix(targetting): [#FOR-762] fix next default target for section by @qperie in #372
- fix(click): [#FOR-763] fix question edition on click by @qperie in #374
- fix(conditional): [#FOR-764] fix form public response to conditional question by @qperie in #371
- fix(question-type-matrix): #FOR-765 add missing icon chevron down by @c4role in #375
- fix(question-type-matrix): #FOR-766 changing a question title by @c4role in #376
- fix(choice): [#FOR-767] fix custom_answer for singleanswerradio questions by @qperie in #377
- fix(public-respond-question-item): #FOR-767 fix custom_answer for singleanswerradio questions by @c4role in #381
Full Changelog: 1.11.4...1.11.5
1.11.3
Full Changelog: 1.11.2...1.11.3
1.11.2
What's Changed
- feat(monitoring): Add retrieval script informations by @QuentinDucoulombier in #294
- refacto(sync): [#FOR-689] form-editor optimization on syncing by @qperie in #307
- fix(export): [#FOR-674] set default selection for export questions by @qperie in #308
- fix(description): #FOR-640 display the description of a section in public form when responding by @Gregprod33 in #309
- fix(progressBar): #FOR-590 change method of progress bar rendering when answering a form by @Gregprod33 in #306
- fix(panda): [#FOR-573] fix migration CSS 1D and fix bugs 1D by @qperie in #310
- chore(): fix yarn environment build by @qperie in #311
- fix(DnD): [#FOR-639] fix drag and drop in organization lightbox by @qperie in #312
- fix(export): [#FOR-674] fix default value for export by @qperie in #315
- fix(share): #FOR-516 inform the user that he can't share his form because the users sharing configuration has been exceeded by @Gregprod33 in #313
- fix(logs): [#FOR-634] improve logs by @qperie in #316
- fix(folders): [#FOR-635] forbid user to access not owned folder infos by @qperie in #318
- fix(sharing): [#FOR-636] improve sharing rights system by @qperie in #317
- feat(files): [#FOR-592] send notification when infected file is upload by @qperie in #321
- fix(cookies): [#FOR-591] sign cookies for public forms by @qperie in #322
- fix(exportPDF): #FOR-609 factorize whole exportQuestionPDF by @Gregprod33 in #319
- fix(matrix): [#FOR-693] fix matrix saving by @qperie in #323
- fix(export): [#FOR-680] allow to export several forms at PDF format by @qperie in #324
- fix(exportPDF): #FOR-609 export section with several questions by @Gregprod33 in #326
- fix(css): #FOR-708 change entcore-css-lib import and keep only variable file by @Gregprod33 in #327
- fix(cursor): #FOR-706 save cursor question by @Gregprod33 in #328
- fix(exportResponsePDF): #FOR-711 add condition to check if section contains a description to avoid NPE by @Gregprod33 in #329
- fix(preview): #FOR-712 add case of conditional question leading to the end of form in preview mode by @Gregprod33 in #330
- fix(formulaire-public): [#FOR-591] delete double error message by @qperie in #331
- fix(specific_fields): [#FOR-710] fix modeling for question specific fields by @qperie in #337
- fix(cursor): [#FOR-706] fix cursor creation by @qperie in #340
- fix(matrix): [#FOR-715] fix matrix creation when some lines are empty by @qperie in #342
- fix(update): #FOR-715 delete empty matrix questionChoice when updating by @Gregprod33 in #345
Full Changelog: 1.11.0...1.11.2
v1.11.1
Version 1.11.1
What's Changed
- feat(monitoring): Add retrieval script informations by @QuentinDucoulombier in #294
- refacto(sync): [#FOR-689] form-editor optimization on syncing by @qperie in #307
- fix(export): [#FOR-674] set default selection for export questions by @qperie in #308
- fix(description): #FOR-640 display the description of a section in public form when responding by @Gregprod33 in #309
- fix(progressBar): #FOR-590 change method of progress bar rendering when answering a form by @Gregprod33 in #306
- fix(panda): [#FOR-573] fix migration CSS 1D and fix bugs 1D by @qperie in #310
- chore(): fix yarn environment build by @qperie in #311
- fix(DnD): [#FOR-639] fix drag and drop in organization lightbox by @qperie in #312
- fix(export): [#FOR-674] fix default value for export by @qperie in #315
- fix(share): #FOR-516 inform the user that he can't share his form because the users sharing configuration has been exceeded by @Gregprod33 in #313
Full Changelog: 1.11.0...1.11.1