Skip to content

Commit

Permalink
Merge pull request #97 from rars/update-angular
Browse files Browse the repository at this point in the history
Update to Angular 19
  • Loading branch information
rars authored Dec 6, 2024
2 parents 16f42a4 + 3072476 commit 9e05c9b
Show file tree
Hide file tree
Showing 9 changed files with 3,723 additions and 3,550 deletions.
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

0 comments on commit 9e05c9b

Please sign in to comment.