UNPKG

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