v2.2
What's Changed
- Upgrade to Node version 18 and improved core functionality by @shilob in #1137
- Support for new sails-hook-redbox-datastream-cloud plugin that allows storage of data attachments in S3 and other cloud storage systems
- Add created and last updated dates to named query api by @alejandro-bulgaris-qcif in #1132
- Change header logic in http.js config file not to cache csrf token by @alejandro-bulgaris-qcif in #1133
- Feature - customisable required field indicator by @andrewbrazzatti in #1134
- Fix User Audit Persistence by @andrewbrazzatti in #1135
- Bump moment from 2.29.2 to 2.29.4 by @dependabot in #1127
- Bump moment-timezone from 0.5.33 to 0.5.37 by @dependabot in #1122
- Bump grunt from 1.4.1 to 1.5.3 by @dependabot in #1084
- Bump moment from 2.29.2 to 2.29.4 in /core by @dependabot in #1126
- Bump engine.io and sails-hook-sockets by @dependabot in #1130
Breaking Change
Due to the upgrade to the latest Node 18 LTS and the changes to the peer dependency logic introduced from npm v7+. The flag --legacy-peer-deps needs to be added to any npm install commands used to install plugins.
e.g. npm i --legacy-peer-deps "@researchdatabox/sails-hook-redbox-pdfgen"
Full Changelog: v2.1.2...v2.2