-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(solace-message-client): v17.0.1
- Loading branch information
1 parent
fa161bc
commit 0ffb1b0
Showing
4 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
# [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21) | ||
## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07) | ||
|
||
|
||
### Dependencies | ||
### Bug Fixes | ||
|
||
* **solace-message-client:** update @solace-community/angular-solace-message-client to Angular 17 ([49b8c86](https://github.com/solacecommunity/angular-solace-message-client/commit/49b8c8689cc98b55c5a4a13ea23d5d38b8fbce50)), closes [#68](https://github.com/solacecommunity/angular-solace-message-client/issues/68) | ||
* **solace-message-client:** support subscriptions with #share and #noexport ([fa161bc](https://github.com/solacecommunity/angular-solace-message-client/commit/fa161bc4e4541f57234a21d1467fd2e1c9828f57)) | ||
|
||
|
||
### 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, add `node` to the `types` array in `compilerOptions`. If you have not specified `types`, no manual registration of `node` is required, since without `types` array all @types packages are included in the build. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters