Skip to content

Commit 9e05c9b

Browse files
authored
Merge pull request #97 from rars/update-angular
Update to Angular 19
2 parents 16f42a4 + 3072476 commit 9e05c9b

File tree

9 files changed

+3723
-3550
lines changed

9 files changed

+3723
-3550
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [10.0.0](https://github.com/rars/ngx-diff/compare/v9.1.0...v10.0.0) (2024-12-06)
6+
7+
8+
### Features
9+
10+
* **ngx-diff:** update to Angular 19 ([cc846ba](https://github.com/rars/ngx-diff/commit/cc846babd17925b900987e0b5c1cef6e6c52e35c))
11+
512
## [9.1.0](https://github.com/rars/ngx-diff/compare/v9.0.0...v9.1.0) (2024-10-09)
613

714

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For version 3+, you can customise the appearance of the diff through various CSS
7373
In version 8.0.0, a light and dark theme was introduced. This should be imported to your application `styles.scss` file or equivalent.
7474

7575
```scss
76-
@import 'ngx-diff/styles/default-theme';
76+
@use 'ngx-diff/styles/default-theme';
7777
```
7878

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

144145
## Contributions welcome!
145146

0 commit comments

Comments
 (0)