17.0.0
17.0.0 (2023-11-21)
Dependencies
- solace-message-client: update @solace-community/angular-solace-message-client to Angular 17 (49b8c86), closes #68
BREAKING CHANGES
-
solace-message-client: Updating
@solace-community/angular-solace-message-client
to Angular 17 introduced a breaking change.To migrate:
- Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version;
- Update
solclientjs
to version 10.15.0; solclientjs
now requires type definitions for node. In your tsconfig, addnode
to thetypes
array incompilerOptions
. If you have not specifiedtypes
, no manual registration ofnode
is required, since withouttypes
array all @types packages are included in the build.