Skip to content
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 21.0.0

* add support for Angular 21
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember there's the other commits that need to go in this release.
Unless you think we should just handle that in another PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave you permission to edit the PR and you can add those other commits to the changelog


## 20.0.0

* add support for Angular 20 (issue #408)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ Self-contained, mobile friendly slider component for Angular based on [angularjs
| 14.x | 14.x | 6.x | No |
| 15.x | 15.x | 7.x | No |
| 16.x | 16.x | 7.x | No |
| 17.x | 17.x | 7.x | No |
| 18.x | 18.x | 7.x | Yes |
| 17.x | 17.x | 7.x | No |
| 18.x | 18.x | 7.x | No |
| 19.x | 19.x | 7.x | Yes |
| 20.x | 20.x | 7.x | Yes |
| 21.x | 21.x | 7.x | Yes |

*Note:* Like with Angular only the latest 3 versions are actively supported.

Expand Down
Loading