Changelog - Email
This changelog refers to the @viasoft/email library.
8.0.0 (27/05/2024)
This release is focused around updating to Angular 17.
To update to version 8.0.0, follow the SDK Core documentation and address any potential breaking changes in the SDK Core packages.
Dependency updates
Dependency |
Status |
Version |
Documentation |
|---|---|---|---|
@angular/animations |
🔃 Updated |
|
|
@angular/cdk |
🔃 Updated |
|
|
@angular/common |
🔃 Updated |
|
|
@angular/compiler |
🔃 Updated |
|
|
@angular/core |
🔃 Updated |
|
|
@angular/forms |
🔃 Updated |
|
|
@angular/material |
🔃 Updated |
|
|
@angular/platform-browser |
🔃 Updated |
|
|
@angular/platform-browser-dynamic |
🔃 Updated |
|
|
@angular/router |
🔃 Updated |
|
|
@fortawesome/fontawesome-pro |
❌ Removed |
||
@microsoft/signalr |
🔃 Updated |
|
|
@ngx-translate/core |
🔃 Updated |
|
|
@sentry/angular-ivy |
✅ Added |
|
|
@sentry/browser |
🔃 Updated |
|
|
@viasoft/app-core |
🔃 Updated |
|
|
@viasoft/client-core |
🔃 Updated |
|
|
@viasoft/common |
🔃 Updated |
|
|
@viasoft/components |
🔃 Updated |
|
|
@viasoft/datepicker |
🔃 Updated |
|
|
@viasoft/fontawesome-pro |
✅ Added |
|
|
@viasoft/http |
🔃 Updated |
|
|
@viasoft/navigation |
🔃 Updated |
|
|
@viasoft/text-editor |
🔃 Updated |
|
|
@viasoft/theming |
🔃 Updated |
|
|
@viasoft/view-template |
🔃 Updated |
|
|
angular-imask |
🔃 Updated |
|
|
angular-oauth2-oidc |
🔃 Updated |
|
|
core-js |
🔃 Updated |
|
|
dompurify |
🔃 Updated |
|
|
imask |
🔃 Updated |
|
|
jwt-decode |
🔃 Updated |
|
|
lodash |
✅ Added |
|
|
ngx-quill |
🔃 Updated |
|
|
primeicons |
🔃 Updated |
|
|
primeng |
🔃 Updated |
|
|
quill |
🔃 Updated |
|
|
rxjs |
🔃 Updated |
|
|
single-spa |
🔃 Updated |
|
|
single-spa-angular |
🔃 Updated |
|
|
tslib |
🔃 Updated |
|
|
ua-parser-js |
🔃 Updated |
|
|
zone.js |
🔃 Updated |
|
Dev dependency |
Status |
Version |
Documentation |
|---|---|---|---|
@angular-builders/custom-webpack |
🔄 Updated |
|
|
@angular-devkit/build-angular |
🔄 Updated |
|
|
@angular-eslint/builder |
🔄 Updated |
|
|
@angular-eslint/eslint-plugin |
🔄 Updated |
|
|
@angular-eslint/eslint-plugin-template |
🔄 Updated |
|
|
@angular-eslint/schematics |
🔄 Updated |
|
|
@angular-eslint/template-parser |
🔄 Updated |
|
|
@angular/cli |
🔄 Updated |
|
|
@angular/compiler-cli |
🔄 Updated |
|
|
@angular/language-service |
🔄 Updated |
|
|
@types/jasmine |
🔄 Updated |
|
|
@types/jasminewd2 |
❌ Removed |
||
@types/lodash |
✅ Added |
|
|
@types/node |
🔄 Updated |
|
|
@types/ua-parser-js |
🔄 Updated |
|
|
jasmine-core |
🔄 Updated |
|
|
jasmine-spec-reporter |
🔄 Updated |
|
|
karma |
🔄 Updated |
|
|
karma-chrome-launcher |
🔄 Updated |
|
|
karma-coverage-istanbul-reporter |
❌ Removed |
||
karma-coverage |
✅ Added |
|
|
karma-jasmine-html-reporter |
🔄 Updated |
|
|
ng-packagr |
🔄 Updated |
|
|
protractor |
❌ Removed |
||
typescript |
🔄 Updated |
|
6.1.0 (08/11/2021)
Dependency updates
Dependency |
Status |
Version |
|---|---|---|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
|
🔃 Updated |
|
Breaking changes
-
Removed
VS_EMAIL_BASE_SUFFIXand replaced its usages withVS_API_PREFIX;Removed
EmailSenderData.separateMultipleEmails;Removed
VS_EMAIL_RESOLVE_ENDPOINT_FUNCTION;Added
multipleEmailsEndpointCan be used for defining a custom endpoint to be used when sending multiple e-mails, serving the same purpose
EmailSenderData.separateMultipleEmailsandVS_EMAIL_RESOLVE_ENDPOINT_FUNCTIONhad before.