Skip to content

Update to Angular 19 #97

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 5 commits into from
Dec 6, 2024
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [10.0.0](https://github.com/rars/ngx-diff/compare/v9.1.0...v10.0.0) (2024-12-06)


### Features

* **ngx-diff:** update to Angular 19 ([cc846ba](https://github.com/rars/ngx-diff/commit/cc846babd17925b900987e0b5c1cef6e6c52e35c))

## [9.1.0](https://github.com/rars/ngx-diff/compare/v9.0.0...v9.1.0) (2024-10-09)


Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For version 3+, you can customise the appearance of the diff through various CSS
In version 8.0.0, a light and dark theme was introduced. This should be imported to your application `styles.scss` file or equivalent.

```scss
@import 'ngx-diff/styles/default-theme';
@use 'ngx-diff/styles/default-theme';
```

You can then use the provided `ngx-diff-light-theme` or `ngx-diff-dark-theme` classes.
Expand Down Expand Up @@ -140,6 +140,7 @@ It is recommended to use these settings rather than attempt to override styles b
| 16 | 5.0.0 |
| 17 | 6.0.0+ |
| 18 | 9.0.0+ |
| 19 | 10.0.0+ |

## Contributions welcome!

Expand Down
Loading
Loading