UNPKG

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