Skip to content

Commit

Permalink
18.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrdz committed Jun 24, 2024
1 parent 013e148 commit e6cd2c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 18.0.0
* add support for Angular 18 (issue #379)

# 17.0.2
* fix bad performance with large ceil values (issue #366)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Self-contained, mobile friendly slider component for Angular based on [angularjs
| 2.0.x | 6.x - 12.x | 6.x | No |
| 13.x | 13.x | 6.x | No |
| 14.x | 14.x | 6.x | No |
| 15.x | 15.x | 7.x | Yes |
| 15.x | 15.x | 7.x | No |
| 16.x | 16.x | 7.x | Yes |
| 17.x | 17.x | 7.x | Yes |
| 18.x | 18.x | 7.x | Yes |

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-slider/ngx-slider",
"version": "17.0.2",
"version": "18.0.0",
"private": true,
"description": "Self-contained, mobile friendly slider component for Angular based on angularjs-slider",
"keywords": [
Expand Down

0 comments on commit e6cd2c4

Please sign in to comment.