Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19)


### Features

* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39))


### BREAKING CHANGES

* **solace-message-client:** Angular Solace Message Client requires Angular 22.



# [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22)


Expand Down
13 changes: 8 additions & 5 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22)
# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19)


### Bug Fixes
### Features

* **tryme:** prevent error on empty message content ([ee1fb9c](https://github.com/solacecommunity/angular-solace-message-client/commit/ee1fb9c6d56ac523beb3c5d98e8e646982a7d659))
* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39))


### BREAKING CHANGES

* **solace-message-client:** Angular Solace Message Client requires Angular 22.


### Features

* **solace-message-client:** provide support for zoneless change detection ([596a5d7](https://github.com/solacecommunity/angular-solace-message-client/commit/596a5d72f87c6fd7cfb164d15f8b9fe3968366ce))
14 changes: 14 additions & 0 deletions docs/site/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

## Changelog

# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19)


### Features

* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39))


### BREAKING CHANGES

* **solace-message-client:** Angular Solace Message Client requires Angular 22.



# [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22)


Expand Down
2 changes: 1 addition & 1 deletion projects/solace-message-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-community/angular-solace-message-client",
"version": "21.1.0",
"version": "22.0.0",
"description": "Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.",
"license": "MIT",
"private": false,
Expand Down
Loading