UNPKG

34.2 kBMarkdownView Raw
1# Change Log
2All notable changes to this project will be documented in this file
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and this project adheres to [Semantic Versioning](http://semver.org/)
6
7## 1.84.0
8### Fixed
9 - Fixed callback invocation after alterFormSave series.
10
11## 1.83.0
12### Changed
13 - Update chance@1.1.6, formio-workers@1.14.7, mongodb@3.5.8, mongoose@5.9.16, nodemailer@6.4.8, moment@2.26.0, eslint@7.1.0, mocha@7.2.0
14
15### Fixed
16 - FOR-2665: Ensure calculate value eval context
17
18## 1.82.0
19### Added
20 - Template import/export improvements.
21
22## 1.81.0
23### Added
24 - Fix (Tree): added validation schema.
25
26## 1.80.0
27### Changed
28 - FJS-917: Add options to use SSL Certs with Mongo connection.
29
30## 1.79.0
31### Added
32 - More options for mapping Save Submission action to a Resource.
33
34## 1.78.0
35### Changed
36 - Reverted action logs to save correctly.
37
38### Fixed
39 - Problem where malformed data could throw errors.
40
41## 1.77.0
42### Fixed
43 - Issue with email renderings not working with workers upgrade.
44 - EditGrid issues when exported in CSV format.
45
46## 1.76.0
47### Fixed
48 - FJS 864: Fixed login action resources limitation
49 - Fixed server crash on invalid x-query
50
51## 1.75.0
52### Fixed
53 - Issues where loading subforms could lose references.
54
55### Changed
56 - Upgrade formiojs@4.9.19
57
58## 1.74.0
59### Changed
60 - Upgrade formiojs@4.9.18, mongodb@3.5.6, mongoose@5.9.9, nodemon@2.0.3, html-entities@1.3.1, semver@7.3.2
61
62### Added
63 - Debug messages to the loadSubForms method.
64 - Validator for tagpad component.
65
66## 1.73.0
67### Fixed
68 - Validations for checkboxes configured as radio inputs.
69
70### Changed
71 - Upgrade config@3.3.1, formiojs@4.9.13, mongoose@5.9.7, nodemailer@6.4.6, mocha@7.1.1
72
73## 1.72.0
74### Changed
75 - Upgrade mongoose@5.9.5
76
77### Fixed
78 - Fixed CSVExporter: Add default format for datetime
79
80## 1.71.0
81### Changed
82 - Upgrade csv@5.3.2, mongodb@3.5.5, mongoose@5.9.4, nodemailer@6.4.5, async@3.2.0, config@3.3.0, mssql@6.2.0, mocha@7.1.0
83
84### Fixed
85 - Fixing dryrun for field actions so they execute, and adding more hooks for formResponse and alias.
86
87## 1.70.0
88### Added
89 - Tokens to the calculate value evaluate contexts.
90
91## 1.69.0
92### Added
93 - The decoded JWT Token as "token" to the evaluation context for Calculated Values.
94
95### Changed
96 - Upgrade nodemailer@6.4.3
97
98## 1.68.0
99### Changed
100 - Updated config@3.2.6, mongoose@5.9.2, moment-timezone@0.5.28
101 - Made changes to ensure evals cannot be can on the server.
102
103## 1.67.0
104### Fixed
105 - Ensure we call loadForm hook for all types of form loading methods.
106
107### Changed
108 - Upgrade formio.js@4.9.0-beta.8
109
110## 1.66.0
111### Changed
112 - Upgrade mongoose@5.9.1, mssql@6.1.0
113 - Added additional hooks for loadForm.
114
115## 1.65.0
116### Changed
117 - Upgrade mongoose@5.9.0
118
119### Added
120 - Added actionsQuery alter hook.
121
122## 1.64.0
123### Fixed
124 - All deprecations and warnings.
125
126### Changed
127 - Upgrade mongodb@3.5.3, request@2.88.2, adm-zip@0.4.14, async@3.1.1, mssql@6.0.1, nodemailer-mailgun-transport@2.0.0, semver@7.1.3, mocha@7.0.1, nodemon@2.0.2
128
129## 1.63.11
130### Fixed
131 - Set sort order of exports.
132
133## 1.63.10
134### Fixed
135 - FOR-2608: Fixed Cc and Bcc for Mailgun.
136 - FOR-2603: Fixed issue when server would throw an error if nested submission was not found.
137
138### Added
139 - Added missing variables to check conditional context.
140
141### Changed
142 - Upgraded formiojs@4.8.1, mongoose@5.8.11, mysql@2.18.1
143
144## 1.63.9
145### Fixed
146 - Fixed some more email issues with BCC and CC.
147
148## 1.63.8
149### Added
150 - Added support for Cc and Bcc for Email action.
151
152### Fixed
153 - Fixed file component validations.
154
155### Changed
156 - Upgrade config@3.2.5, mongoose@5.8.9, mongodb@3.5.2
157
158## 1.63.7
159### Fixed
160 - Tests to ignore controller form property.
161
162### Changed
163 - Upgrade mongoose@5.8.6
164
165## 1.63.6
166### Changed
167 - Upgraded mongodb@3.4.1, mongoose@5.8.3, resourcejs@1.38.2
168
169## 1.63.5
170### Fixed
171 - Issue where the Swagger IO intreface was not working.
172
173## 1.63.4
174### Fixed
175 - Issue where Swagger could throw an unhandled error.
176
177### Changed
178 - Upgraded resourcejs@1.38.0
179
180## 1.63.3
181### Changed
182 - Reverted the sort order of CSV exports.
183
184## 1.63.2
185### Fixed
186 - Other issues with CSV export using wizards.
187
188## 1.63.1
189### Fixed
190 - Login lockout test wait times to be more forgiving.
191
192## 1.63.0
193### Fixed
194 - Issue where CSV exports with wizards was throwing errors.
195
196### Changed
197 - Upgrade mongodb@3.4.0, mongoose@5.8.0
198
199## 1.62.0
200### Added
201 - ```create``` Group Permissions layer
202
203### Changed
204 - ```write``` and ```admin``` Group Permissions layers to have ability to create submissions
205
206### Fixed
207 - Convert field and property handlers to work with complex data types by managing the path correctly.
208
209## 1.61.0
210### Changed
211 - Upgraded dependencies
212
213### Added
214 - Add submission, previous and moment to action should execute context.
215 - Added Merge Component Schema action type.
216 - Added api token support
217
218### Fixed
219 - Fixed temp token check generated with admin key
220 - Fix URL to download Github archives
221 - Fix nested form submissions export
222
223## 1.60.8
224### Addded
225 - ignoreTLS flag for the nodemailer SMTP configurations.
226
227## 1.60.7
228### Fixed
229 - Problems where empty datetime components were returning the wrong values.
230
231## 1.60.6
232### Fixed
233 - Issue with multiple datetime fields erasing the values provided.
234
235## 1.60.5
236### Changed
237 - Upgraded formiojs@4.6.1, resourcejs@1.37.0
238
239### Added
240 - Submission filter queries to the export functions.
241
242## 1.60.4
243### Fixed
244 - Fix Mongoose deprecation warnings
245
246### Changed
247 - Upgraded config@3.2.4, mongodb@3.3.3, mongoose@5.7.7, mocha@6.2.2, nodemon@1.19.4, formiojs@4.6.0, eslint@6.6.0, moment-timezone@0.5.27
248
249### Added
250 - Add the ability to alter actions.
251
252## 1.60.3
253### Changed
254 - Upgraded chance@1.1.3, formiojs@4.3.3, mongoose@5.7.4, nodemailer@6.3.1
255
256## 1.60.2
257### Added
258 - Add minItems and maxItems validation
259
260### Changed
261 - Upgraded config@3.2.3, mongoose@5.7.3, mocha@6.2.1, nodemon@1.19.3, formiojs@4.3.1, eslint@6.5.1
262 - Upgrade formio.js to 4.x branch.
263
264## 1.60.1
265### Fixed
266 - Default name of environment variable to change the email batch size.
267 - Not running unique keys validation on components with missing input property
268
269## 1.60.0
270### Fixed
271 - Crash in the Login Action when no settings were provided.
272
273### Added
274 - Support for bulk emails by breaking up a large amount into chunks.
275
276## 1.59.0
277### Fixed
278 - FOR-2498: Added final cleanup after project import.
279 - Upgrade formio-workers to 1.14.0 https://github.com/formio/formio-workers/blob/master/Changelog.md#v1140
280
281### Changed
282 - Upgraded mongoose@5.7.1
283
284## 1.58.0
285### Changed
286 - FOR-2499: Always treat actionContext alter hook as Promise-returning
287
288## 1.57.0
289### Fixed
290 - Fix issue where field logic value settings were forced to a string
291
292### Changed
293 - FOR-2499: Make actionContext hook async
294
295## 1.56.0
296### Fixed
297 - FOR-2493: Added configurable access endpoints.
298 - FOR-2500: Added empty subsubmission data check before updating.
299 - FOR-2493: Fix issue with files in submission index endpoint when URL is undefined
300
301### Changed
302 - Upgraded formio-workers to 1.13.0 to resolve email issue with empty file uploads.
303 - Upgrade mongoose to 5.7.0
304
305## 1.55.0
306### Added
307 - Configurable access endpoint.
308
309## 1.54.0
310### Changed
311 - Reverted commit that alters access endpoints.
312
313## 1.53.0
314### Fixed
315 - The filter queries to allow for string 'false', 'true', and 'null' as well as hard values using "__eq" and "__ne" selectors.
316
317### Changed
318 - Upgraded formiojs@3.27.3, mongoose@5.6.12, nodemon@1.19.2, chance@1.1.0, resourcejs@1.36.0
319
320## 1.52.0
321### Added
322 - The ability to query deleted submissions by providing the filter parameter "?deleted__ne=null" in the submission index query.
323
324### Fixed
325 - The access endpoint to work with authentication to ensure that it only provides information that the user has access to.
326
327### Changed
328 - Upgraded formiojs@3.27.1, formio-workers@1.12.0
329
330## 1.51.0
331### Fixed
332 - The submission index query to provide more meta-data for file uploads. Just remove any base64 data.
333
334## 1.50.0
335### Added
336 - Token schema
337
338## Fixed
339 - Issue with CSV export crashing server when timing is off
340 - Add own filter to count query
341 - Fix issue where row is not defined on custom conditional
342
343## 1.49.0
344### Changed
345 - Upgrade lodash@4.17.15, mongodb@3.2.7, config@3.2.2, formiojs@3.24.0, mongoose@5.6.7, nodemailer@6.3.0, semver@6.3.0, mocha@6.2.0, fs-extra@8.1.0, eslint@6.1.0, moment-timezone@0.5.26
346
347### Fixed
348 - Fix tests that fail with new config changes.
349
350### Added
351 - Added missing variables in custom validation.
352
353## 1.48.2
354### Reverted
355 - Fix some issues with protecting password fields.
356
357## 1.48.1
358### Fixed
359 - Wait for saves in setActionItemMessage function.
360
361## 1.48.0
362### Added
363 - ActionItem resource for logging action information.
364
365### Fixed
366 - Fix some issues with protecting password fields.
367 - On index, only return if a file is uploaded for base64 files.
368
369### Changed
370 - Update dependencies.
371
372## 1.46.0
373### Changed
374 - Upgraded mongodb@3.2.4, mongoose@5.5.8, nodemailer@6.1.1, body-parser@1.19.0, formiojs@3.20.14, nodemon@1.19.0
375
376### Fixed
377 - Form properties in export.
378 - Ensure that the loadSubForms honors the form revision settings within the form components.
379
380## 1.45.0
381### Added
382 - Added more permissions hooks.
383
384### Changes
385 - Altered the interface for permissionSchema hook. Now it provides the full permission schema.
386
387## 1.44.7
388### Fixed
389 - Dockerfile to correctly run.
390 - Installation process to be able to run without prompts.
391 - Docker-compose file to allow for complete bootup easily.
392
393### Changed
394 - Upgraded formiojs@3.19.9, mongoose@5.5.2, mocha@6.1.3, mssql@5.1.0
395
396## 1.44.6
397### Reverted
398 - Encrypted values not available in emails. (Caused crashes with implementation)
399
400## 1.44.5
401### Fixed
402 - Encrypted values not available in emails.
403
404### Added
405 - Ability to hook into email/webhook params.
406
407## 1.44.4
408### Fixed
409 - An issue where a debug method was undefined.
410
411### Changed
412 - Upgraded mongodb@3.2.3, nodemon@1.18.11, config@3.1.0, formiojs@3.19.3, mongoose@5.5.0, nodemailer@6.1.0, mocha@6.1.2
413
414## 1.44.3
415### Fixed
416 - Problems where sub-forms are submitting when "reference" is disabled on the component.
417
418## 1.44.2
419### Fixed
420 - FOR-2143: Protected fields being exposed for SAR select resources
421
422### Changed
423 - Upgraded mongoose@5.4.22
424
425## 1.44.1
426### Fixed
427 - Submission role tests for the enterprise server.
428
429### Changed
430 - Upgraded formiojs@3.18.4
431
432## 1.44.0
433### Added
434 - Adding loading nested forms sub-submissions to cache methods.
435 - Allowing the deletion of roles from a submission (but not adding)
436 - Adding submissionQuery hooks for all submission queries being made.
437
438### Changed
439 - Making loadSubForms more performant and also adding a way to bulk load forms and submissions.
440 - Upgraded nodemailer@6.0.0, semver@6.0.0, formiojs@3.18.3, mongoose@5.4.21, mssql@5.0.5, fast-json-patch@2.1.0, eslint@5.16.0
441 - Moving the owner setting to submission handler so it works on all submissions.
442 - Replace bcrypt with bcryptjs.
443
444## 1.43.2
445### Fixed
446 - Fix permissions check on patch submission.
447 - Fix issue with deploying projects with forms configured with nested forms attached to specific versions.
448
449### Changed
450 - formiojs@3.18.1, mongoose@5.4.20
451
452## 1.43.1
453### Fixed
454 - The token handler to also call the user hooks for other kinds of tokens.
455
456### Changed
457 - Upgraded formiojs@3.18.0, mongodb@3.2.2
458
459## 1.43.0
460### Fixed
461 - Added a more efficient and complete role checking mechanism for permission handling.
462
463### Changed
464 - Updated bcrypt@3.0.5, jsonwebtoken@8.5.1, mssql@5.0.3, eslint@5.15.3, supertest@4.0.2, formiojs@3.17.4
465
466## 1.42.1
467### Fixed
468 - Patch requests incorrectly patching files with encrypted fields.
469
470## 1.42.0
471### Removed
472 - Removed the macros from the email action since those are now added to the formio-workers library.
473
474### Changed
475 - Upgraded dependencies.
476
477## 1.41.3
478### Fixed
479 - Problem with a subform put request.
480
481## 1.41.2
482### Fixed
483 - Issues with the nested subform create and update when called from the API.
484
485### Changed
486 - Updated mocha@6.0.1
487
488## 1.41.1
489### Changed
490 - Default the email action to have a default email template.
491 - Upgraded mongoose@5.4.14, mssql@4.3.2, request-promise-native@1.0.7, formiojs@3.15.6, jsonwebtoken@8.5.0, eslint@5.14.1, mocha@6.0.0
492
493### Fixed
494 - Issue with subform validation to not include subforms that are conditionally hidden.
495 - Issue with subform validation where it will not process the subform requests if the subform is not present within the data.
496 - A potential crash within the subform validation where if the subform requests fails, it will cause the post request to not find a submission.
497 - The mongoose schema definitions from removing the _id property incorrectly.
498
499## 1.41.0
500### Added
501 - PATCH method support for submissions.
502 - Now allow more than GET requests to be skipped for permissions checks.
503
504### Changed
505 - Upgraded async@2.6.2, bcrypt@3.0.4, mongoose@5.4.10, nodemon@1.18.10, formiojs@3.14.1
506
507## 1.40.2
508### Fixed
509 - When resetting passwords, jwtIssuedAfter sometimes got set to wrong timestamp resulting in invalid tokens.
510
511## 1.40.1
512### Added
513 - Ability to connect to SA enabled mongodb instances.
514
515### Changed
516 - Updated formiojs@3.13.9, mongoose@5.4.9, mssql@4.3.1, supertest@3.4.2, moment@2.24.0, eslint@5.13.0
517
518## 1.40.0
519### Added
520 - reCAPTCHA API Endpoint
521
522### Changed
523 - mongodb@3.1.13, formiojs@3.13.0
524
525## 1.39.2
526### Fixed
527 - The tests to work with extended systems.
528
529## 1.39.1
530### Fixed
531 - Issue where read all permissions are ignored when resource submission access is established.
532
533### Changed
534 - Upgraded csv@5.1.1, mongodb@3.1.12, mongoose@5.4.5, formiojs@3.12.2, nodemailer@5.1.1, eslint@5.12.1, supertest@3.4.1
535
536## 1.39.0
537### Changed
538 - Added more permissions form matching during import process to resolve conflicts.
539
540## 1.38.0
541### Added
542 - Minimal support for running entire stack in docker-compose
543 - FOR-644: Adding logging for form actions to help tracking execution and errors.
544
545### Fixed
546 - FOR-1908: Fixed problem where ID's could be set when creating records.
547 - FOR-1977: Issues with the resource access permissions where indexes were not performant and giving 401 errors.
548
549### Changed
550 - Upgraded bcrypt@3.0.3, debug@4.1.1, formiojs@3.10.2, joi@14.3.1, mongoose@5.4.2, csv@5.1.0, eslint@5.11.1
551 - Upgraded nodemailer to version 5: From their CHANGELOG - Start using dns.resolve() instead of dns.lookup() for resolving SMTP hostnames. Might be breaking change on some environments so upgrade with care
552
553## 1.37.7
554### Fixed
555 - The formio-workers dependency from using dynamic require paths which messes up certain builds.
556
557## 1.37.6
558### Fixed
559 - Issues with the resource permissions where it would only allow one resource per type.
560 - The default.json configuration to point to the correct "databases" config.
561
562### Changed
563 - Changed the installation to say "setup" instead of "install".
564 - Upgrade formiojs@3.9.3, mongoose@5.3.15, progress@2.0.3, chance@1.0.18, eslint@5.10.0
565
566## 1.37.5
567### Changed
568 - Updated to resourcejs v1.33.0 which changes more 500 errors to 400s.
569
570## 1.37.4
571### Fixed
572 - Potential issues with the recursive forms not loading correctly.
573
574## 1.37.3
575### Fixed
576 - Potential crash with the subform responses.
577 - Upgraded config@3.0.0, csv@5.0.0, mongoose@5.3.13, formiojs@3.9.0, joi@14.1.0, nodemailer@4.7.0
578
579## 1.37.0
580### Added
581 - Logging for action failures
582
583### Changed
584 - Respond with 400 errors instead of 500 when an error occurs.
585
586### Updated
587 - resourcejs 1.30.0
588
589## 1.36.0
590### Removed
591 - Merge form handler
592
593## 1.35.2
594### Changed
595 - Code cleanup
596 - API key regex.
597 - Upgraded
598 - JSONStream@1.3.5
599 - bcrypt@3.0.2
600 - express@4.16.4
601 - formiojs@3.6.12
602 - mongodb@3.1.8
603 - mongoose@5.3.7
604 - mssql@4.2.2
605 - progress@2.0.1
606 - nodemon@1.18.5
607 - debug@4.1.0
608 - resourcejs@1.28.0
609 - semver@5.6.0
610 - eslint@5.8.0
611
612## 1.35.1
613### Fixed
614 - Issue where logging would sometimes crash when tokens do not contain user objects.
615
616### Changed
617 - Upgraded eslint@5.6.1, formiojs@3.6.4, joi@13.7.0, mongoose@5.3.2
618
619## 1.35.0
620### Added
621 - basic request logging with DEBUG=formio:log.
622
623### Fixed
624 - Minor nested form reference issue.
625
626## 1.34.6
627### Changed
628 - Syntax for including files using __dirname. This is maintenance only.
629
630## 1.34.5
631### Fixed
632 - FOR-1719 Nested form SAR feature.
633
634### Added
635 - Schema collection is now a first class model.
636
637## 1.34.4
638### Fixed
639 - Issues where an admin token generated with no logged in user would fail.
640 - Issue with Email configurations overriding other emails with different settings.
641
642## 1.34.3
643### Fixed
644 - Problem with the "current" user endpoint where it would not work if query parameters are provided.
645
646## 1.34.1
647### Changed
648 - Upgraded the formio-workers library to v1.18.0
649 - Upgraded formiojs library to v3.5.5
650
651## 1.34.0
652### Updated
653 - Upgrade lodash@4.17.11, mongodb@3.1.6, mongoose@5.2.16, formiojs@3.5.3, mssql@4.2.1, eslint@5.6.0, resourcejs@1.26.0, and debug@4.0.1
654
655### Fixed
656 - Fixed the action condition checks to ensure it will not work for any empty conditionals.
657
658### Changed
659 - FOR-1603,FOR-1639: Improved Google CSV export
660 - Add option to mark template imports to create only.
661 - Expire all tokens when a password is reset.
662 - Apply form update permissions when fetching actions.
663
664## 1.33.6
665### Fixed
666 - A potential crash within the Validator.
667
668### Added
669 - Query parameters to the action execution.
670
671### Changed
672 - Upgrade dependencies.
673
674## 1.33.5
675### Changed
676 - Upgrade formiojs@3.4.0, resourcejs@1.25.3, mongodb@3.1.4, mongoose@5.2.10
677
678## 1.33.4
679### Changed
680 - Upgrade formiojs@3.3.6 resourcejs@1.25.2
681 - Allow usage of Unauthorized certificates for SMTP servers.
682
683## 1.33.3
684### Changed
685 - FOR-1533: Improved conditional Actions.
686
687### Added
688 - FOR-1556: Added timezone support for CSV downloads.
689
690## 1.33.2
691### Changed
692 - Upgraded JSONStream@1.3.4, mongodb@3.1.3, mongoose@5.2.8
693
694## 1.33.0
695### Added
696 - Introduced an "Everyone" permission which applies to Anonymous + all Roles.
697
698### Changed
699 - Fixed dependency deprecation and vulnerabilities.
700 - Fixed the permission handler to work as expected with "owner" permissions.
701 - Upgraded dependencies.
702
703## 1.32.0
704### Changed
705 - Upgraded colors@1.3.1, mongoose@5.2.4, nodemon@1.18.3, mysql@2.16.0, eslint@5.2.0, fs-extra@7.0.0, method-override@3.0.0
706
707### Fixed
708 - Issue with SQL Action for update commands.
709
710### Added
711 - maxWords and minWords validation.
712
713## 1.31.4
714### Fixed
715 - Fixed the machine names to be performant and without special chars.
716 - Allow admins the ability to see all anonymous submissions
717 - Issues where the validator would crash for certain JSON form structures.
718
719### Changed
720 - formiojs@2.32.3, mongodb@3.1.1, mongoose@5.2.3, eslint@5.1.0, nodemon@1.18.1, bcrypt@3.0.0
721
722### Added
723 - Date converting for filter.
724
725## 1.31.2
726### Added
727 - The original message type of an email to the message payload.
728
729## 1.31.1
730### Changed
731 - Moved all instances of mongoose to use a single entity provided within the formio object.
732
733## 1.31.0
734### Fixed
735 - Make select query validation use caching to limit requests being made.
736 - CSV export of wysiwyg
737 - Webhook improvements
738
739### Changed
740 - Upgrade mongoose@5.1.7, nodemailer@4.6.7, jsonwebtoken@8.3.0, eslint@5.0.1
741
742## 1.30.2
743### Fixed
744 - Problems with the machine name generation where numbers in the project name would mess it up.
745
746## 1.30.1
747### Fixed
748 - Issues with the machine name generation for names with more than 10 instances.
749
750## 1.30.0
751### Added
752 - Ability for email templates to execute from workers library.
753 - Validation changes for multi-mask fields
754 - Ability to configure email transports via hooks.
755
756### Changed
757 - Upgraded JSONStream@1.3.3, async@2.6.1, body-parser@1.18.3, mongodb@3.0.8, nodemailer@4.6.5, vanilla-text-mask@5.1.1, nodemon@1.17.5, colors@1.3.0, csv@3.1.0, formiojs@2.32.2, joi@13.3.0, mongoose@5.1.3, nodemailer-mailgun-transport@1.4.0, request@2.87.0, mocha@5.2.0, supertest@3.1.0, fs-extra@6.0.1, adm-zip@0.4.11
758
759## 1.29.2
760### Fixed
761 - Potential crash when merging forms when one row was empty or missing.
762
763## 1.29.1
764### Changed
765 - Upgraded resourcejs to v1.23.1 to fix issue with number filtering.
766
767## 1.29.0
768### Added
769 - Ability to calculate values of fields on server.
770
771## 1.28.0
772### Added
773 - Unique validation for objects.
774
775### Fixed
776 - Issues with DataGrid exports.
777 - Issues with DateTime filters on index apis.
778
779### Changed
780 - Upgraded dependencies.
781
782## 1.27.3
783### Fixed
784 - Save as reference issues with multiple configuration.
785 - Problems with using the "exists" endpoint with the new converted ObjectId's
786 - Problems with providing an _id filter when using save as reference indexes.
787
788### Changed
789 - Upgraded formiojs@2.30.1, mongoose@5.0.12, nodemailer@4.6.4, nodemon@1.17.3, moment@2.22.0
790
791### Added
792 - Email view for File component.
793
794## 1.27.2
795### Fixed
796 - Problem where some values would get converted to ObjectIds and then would not work with indexing.
797
798## 1.27.1
799### Changed
800 - Upgraded express@4.16.3, mongodb@3.0.5, mongoose@5.0.11, nodemailer@4.6.3, mocha@5.0.5, nodemon@1.17.2, colors@1.2.1, formiojs@2.30.0, request@2.85.0, eslint@4.19.1
801
802## 1.27.0
803### Changed
804 - Convert all sub-document submissions to use ObjectId's for form, owner, and _id.
805 - Added recommended indexes for performance.
806
807## 1.26.8
808### Fixed
809 - Problem where the references could get in a state where the Id's are not ObjectIds.
810 - Running the update hook to fix the references again to ensure they are all ObjectIds.
811
812## 1.26.7
813### Fixed
814 - Issues with single record save-as-reference where previous submission would mess up queries.
815 - Problems with the SMTP settings where username and password could be optional.
816
817## 1.26.6
818### Fixed
819 - Problems with the save-as-reference not working with empty references.
820
821## 1.26.5
822### Fixed
823 - Fixed some filtering issues with Save as reference.
824
825## 1.26.4
826### Fixed
827 - Potential crash within the CSV export functions.
828
829## 1.26.3
830### Fixed
831 - Refactored the save-as-reference so pagination + sort works as expected.
832
833## 1.26.2
834### Fixed
835 - Pagination issues with save-as-reference
836
837## 1.26.1
838### Fixed
839 - Correct sorting for save-as-reference when there are more items than references.
840 - Issues with save-as-reference lookup for single references.
841
842## 1.26.0
843### Fixed
844 - Some more issues with save as reference features.
845
846### Changed
847 - Resourcejs to allow fix date values.
848 - Upgrade dependencies.
849
850## 1.25.12
851### Fixed
852 - The form component unique validation to only care about input components.
853
854## 1.25.11
855### Fixed
856 - Issues with the store as reference features.
857
858## 1.25.10
859### Fixed
860 - The filter and sort index queries for referenced fields.
861
862## 1.25.9
863### Fixed
864 - CSV exporter that would throw an error for DateTime components.
865 - Issue where hidden components that have a value set remove their parent containers or datagrids.
866 - Ensure sub-requests get their own cloned request paramters.
867 - Issue with the field parameter actions would execute twice unintentionally.
868 - Issue where empty list of references would fail the request.
869
870## 1.25.8
871### Fixed
872 - Some potential undefined references causing crashes.
873 - A bunch of small bugs in CSV export.
874
875## 1.25.7
876### Fixed
877 - Issue with the resource references index query taking too long and taking a lot of memory.
878 - Problems with using cloneDeep on sub-requests which would gobble up memory.
879
880## 1.25.8
881### Fixed
882 - Problems with sub-responses calling methods that do not exist.
883
884### Changed
885 - Upgraded formiojs (2.29.5), nodemailer (4.5.0), nunjucks (3.1.0)
886 - Upgraded mongoose to 5.0.6, formio.js to 2.29.2
887
888## 1.25.4
889### Changed
890 - Removed all calls to snapshot since it was causing serious performance regressions.
891
892## 1.25.3
893### Fixed
894 - Problem with the owner property not getting set properly when they are an admin.
895
896## 1.25.2
897### Changed
898 - Upgrade config@1.29.4, joi@13.1.2, lodash@4.17.5, eslint@4.17.0
899
900### Fixed
901 - A potential crash when assigning submission resource access.
902
903## 1.25.1
904### Changed
905 - Upgraded MongoDB driver to 3.0.2, Mongoose 5.0.3
906
907### Added
908 - Add list querystring to allow more efficient list returns.
909 - Field Logic handling.
910
911### Fixed
912 - Fix required multi-value fields not returning required.
913 - Fix the way rows are found for datagrid checkConditionals.
914 - Fix email actions for external authentication (User doesn't exist in form.io)
915 - Fixed an issue where the token handler would return 401 when it should try as anonymous.
916
917## 1.25.0
918### Changed
919 - Upgrade MongoDB (v3) and Mongoose (v5) to latest versions.
920
921## 1.24.7
922### Fixed
923 - Potential crashes in CSV export and template imports.
924
925## 1.24.6
926### Changed
927 - Removed a bunch of superfluous debug messages for memory and performance improvements.
928
929## 1.24.5
930### Fixed
931 - Tests to refer to the correct helper template instead of the global one.
932
933## 1.24.4
934### Fixed
935 - Submission index queries that filter based on the user owner.
936
937## 1.24.3
938### Fixed
939 - Problems with the Save as Reference for Select dropdowns and other bugs.
940 - Connection issues with SQL Action.
941
942### Changed
943 - ES6 cleanup items.
944
945## 1.24.2
946### Fixed
947 - Issue where the metadata property for submissions was getting stripped out.
948 - DateTime component export.
949
950## 1.24.1
951### Changed
952 - Upgraded resourcejs to latest version.
953
954## 1.24.0
955### Changed
956 - Upgraded all dependencies.
957
958## 1.23.12
959### Changed
960 - Upgraded resourcejs to fix crash in index queries.
961
962## 1.23.11
963### Changed
964 - The owner property to be either a MongoID or a string with custom value.
965 - Converted some code into ES6 patterns.
966
967### Added
968 - Hook into the export capabilities.
969
970## 1.23.10
971### Fixed
972 - CSV export when Select component within DataGrid component.
973 - Do not replace the title and name during import if none are provided.
974
975### Added
976 - Custom Form properties.
977
978## 1.23.7
979### Changed
980 - Allow people to provide their form access settings on POST.
981
982### Fixed
983 - Issue with CSV export crashing on fields within a datagrid.
984
985## 1.23.6
986### Fixed
987 - Threading so that it will not block debugging ports.
988
989## 1.23.5
990### Fixed
991 - Make async validators work properly and move select to joi validation.
992 - Fix issue with importing subforms out of order.
993 - Move sub form validation and submission to the appropriate areas so it works in conjunction with other functionality.
994 - Hooks for tempTokens.
995
996## 1.23.3
997### Fixed
998 - Problems with using temp tokens with remote environments.
999 - Import order of subforms no longer crashes import.
1000
1001## 1.23.2
1002### Fixed
1003 - Issues with problematic aggresive resource caching.
1004
1005## 1.23.1
1006### Changed
1007 - Upgraded dependencies.
1008
1009## 1.23.0
1010### Fixed
1011 - Datetime fields to be stored as MongoDB Date objects.
1012
1013### Added
1014 - Ability to alter models dynamically.
1015 - Partial indexes for non-deleted entities.
1016 - Ability to provide dynamic sub-forms from parent form submissions.
1017
1018### Changed
1019 - Upgrade all dependencies.
1020
1021## 1.22.19
1022### Changed
1023 - Made the editgrid validation not dependant on the multiple flag in component settings.
1024
1025## 1.22.18
1026### Fixed
1027 - Bugfix/FOR-809. Fix in CSVExporter for multivalue resource and select fields.
1028 - EditGrid validation.
1029
1030## 1.22.17
1031## 1.22.16
1032## 1.22.15
1033### Fixed
1034 - Tests
1035
1036## 1.22.14
1037### Fixed
1038 - A hook within the submission tests to get the right hook.alter.
1039
1040## 1.22.13
1041### Added
1042 - Ability to alter validation form before submission validation occurs.
1043
1044## 1.22.12
1045### Added
1046 - Enhancements to webhook actionz
1047
1048### Fixed
1049 - Validation for Checkbox component with 'radio' type and 'name' option.
1050
1051## 1.22.11
1052### Added
1053 - Allow altering of resources for forms.
1054 - Backend validation checks for select dropdown components.
1055 - Blocking webhook support
1056 - Possibility to add shortcuts.
1057
1058## 1.22.10
1059### Fixed
1060 - Issue with the validation clearing out values when clearOnHide is set to false.
1061
1062## 1.22.9
1063### Fixed
1064 - Issue where a database update would be able to occur.
1065
1066## 1.22.7
1067### Changed
1068 - Ensure we are on a 3.1.0 db schema.
1069
1070## 1.22.6
1071### Changed
1072 - Allow patch schema updates without stopping server start.
1073
1074## 1.22.5
1075### Changed
1076 - Added update hook to remove previous machineName indexes.
1077
1078### Fixed
1079 - Stop empty string removal on validation
1080
1081## 1.22.4
1082### Fixed
1083 - More changes to machineName so that it is not enforced unique at mongo level to keep duplicate errors from occuring.
1084
1085## 1.22.3
1086### Fixed
1087 - Machine name collisions on project import when there exists deleted entities.
1088
1089## 1.22.2
1090### Fixed
1091 - The export and import to translate the form property on form components.
1092
1093## 1.22.1
1094### Fixed
1095 - Issues with the machineKey not auto-incrementing and staying unique.
1096
1097### Added
1098 - Ability to alter submission with a hook.
1099 - Possibility to use underscore in API key.
1100
1101## 1.21.0
1102### Changed
1103 - Upgraded many dependencies to latest versions.
1104
1105## 1.20.0
1106### Added
1107 - Add json logic validation
1108
1109### Changed
1110 - Upgrade Joi to 1.11.1
1111 - Move custom javascript validation to Joi extension
1112 - Change validator to return all errors instead of only the first encountered
1113 - Return validation result along with errors
1114 - Return result on dryrun
1115
1116## 1.19.7
1117### Fixed
1118 - Issue where data grid elements could not share name of parent element.
1119
1120## 1.19.6
1121### Changed
1122 - Include the form settings within the export.
1123
1124## 1.19.5
1125### Fixed
1126 - Added a try/catch around the checkConditionals so that it will not crash when a bad conditional is provided.
1127
1128## 1.19.4
1129### Fixed
1130 - Submission validation with multi-value with empty strings would fail on the second save. Allow nulls.
1131
1132## 1.19.3
1133### Added
1134 - Sub-submissions and validations for form components where the submissions are already not established.
1135
1136## 1.19.2
1137### Fixed
1138 - Mongoose depcrecation warnings.
1139
1140## 1.19.1
1141### Fixed
1142 - Allowed for the temp token hooks to be asynchronous.
1143
1144### Added
1145 - Return SQL Server query results from get action
1146
1147## 1.19.0
1148### Fixed
1149 - Datagrids with invalid rows will no longer remove those rows.
1150 - Validation errors on PUT will now return 400 instead of 500.
1151 - Required fields hidden with JSON logic will no longer throw validation errors.
1152
1153## 1.18.14
1154### Fixed
1155 - Issue with import routine crashing on undefined function router.post.
1156### Added
1157 - A way to track the parent submission when viewing submissions submitted from multi-form workflows.
1158
1159## 1.18.13
1160### Fixed
1161 - Merging of columns removes width, offset, push and pull settings.
1162
1163## 1.18.12
1164### Fixed
1165 - The token generation for SSO tokens to not require erroneous parameters.
1166 - An issue with the Reset password action not working with case insensitive emails.
1167 - Data in a datagrid showing in email notifications.
1168
1169## 1.18.10
1170### Added
1171 - Ability to modify the current form based on submission data before validation.
1172 - `start:dev` script for npm with Nodemon support.
1173### Fixed
1174 - An issue with custom validations with components within a datagrid were not working properly.
1175 - CSV export for Resource component and Select component with data source Resource / URL / JSON.
1176
1177## 1.18.9
1178### Fixed
1179 - An issue where if you have clearOnHide not set, it would still clear out values for hidden fields.
1180
1181## 1.18.6, 1.18.7, 1.18.8
1182### Fixed
1183 - Issue with unit tests from extended libraries that introduce new properties.
1184
1185## 1.18.5
1186### Fixed
1187 - Issue with components still getting cleared even though clearOnHide is false.
1188
1189## 1.18.4
1190### Added
1191 - The ability to import a custom project.json during installation.
1192
1193### Fixed
1194 - Issue during installation where the paths would get all messed up.
1195
1196## 1.18.3
1197### Added
1198 - The ability to provide "full=true" query parameter to the form load and retrieve the full form, including form components.
1199
1200## 1.18.2
1201### Fixed
1202 - The possibility of the server crashing for reference fields.
1203
1204## 1.18.1
1205### Fixed
1206 - The body limit for form sizes to allow forms up to 16mb in size (JSON format).
1207
1208## 1.18.0
1209### Added
1210 - Method for having reference field types that can dynamically link to sub resources.
1211
1212### Fixed
1213 - Deprecated validation handler in the Roles model.
1214 - 'Unknown resource' error on PUT of form which has multiple save actions to other resources
1215
1216## 1.17.6
1217### Changed
1218 - Submission Resource Access are calculated on the server during submission instead of in the browser.
1219
1220### Added
1221 - Allow roles to have their own permissions apart from default owner permissions.
1222
1223## 1.17.5
1224### Fixed
1225 - Make sure to not run the temp token tests for customer docker deployment test runs.
1226
1227## 1.17.4
1228### Added
1229 - A tempToken hook system to allow external libraries to modify temp token payloads.
1230
1231## 1.17.3
1232### Fixed
1233 - The way that the debug flag was being checked for debugging purposes.
1234
1235## 1.17.2
1236### Added
1237 - Allow exported action machine names to be altered.
1238
1239### Fixed
1240 - Fixed debugger issues with the email threads, due to an issue with process forking using the parent process.
1241 - Automatic generation of action machine names to be form:action.
1242 - Don't attempt to set headers after response has been sent.
1243
1244## 1.17.1
1245### Added
1246 - Allow template export steps to be altered with templateExportSteps
1247 - Allow default template to be modified.
1248
1249### Changed
1250 - Change templateSteps to templateImportSteps
1251 - Updating the default template for new email actions to use the submission macro, rather than email, to change the
1252 output of signature components to be Yes/No
1253
1254### Reverted
1255 - Revert project version back to 2.0.0 and use tag instead.
1256
1257## 1.17.0
1258???
1259
1260## 1.16.7
1261### Added
1262 - Adding entity query hooks to the import entities.
1263
1264## 1.16.6
1265### Changed
1266 - Changed export filename to include version.
1267 - Changed export version to reference project version not export schema.
1268
1269### Removed
1270 - Removed plan from export.
1271
1272## 1.16.5
1273### Added
1274 - Template import / export tests
1275 - git pre commit hooks for linting
1276 - External token hooks
1277
1278### Fixed
1279 - Template action imports could fail based on resources not existing at creation time.
1280 - customPrivate validations now work for components nested inside of layout components.
1281
1282### Removed
1283 - Removed old template schema translations on import.
1284
1285## 1.16.4
1286### Added
1287 - Added temporary auth token support. You can now generate new tokens using the
1288 /token endpoint with the following headers.
1289 - x-expire = The expiration of the token in seconds.
1290 - x-allow = The paths to allow for the token in the format: GET:/path/[0-9a-z]+
1291
1292## 1.16.3
1293### Added
1294 - Make action handlers alterable.
1295 - Add mongo indices to all entities.
1296
\No newline at end of file