Skip to content

Commit e2ee117

Browse files
authored
Merge pull request #74 from rars/update-changelog
docs: update changelog for 8.0.0 release
2 parents 02dd2ea + 53a024d commit e2ee117

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [8.0.0](https://github.com/rars/ngx-diff/compare/v7.0.0...v8.0.0) (2024-03-15)
6+
7+
8+
### Features
9+
10+
* **ngx-diff:** add `ngx-unified-diff` component to replace `inline-diff`; deprecate `inline-diff` ([94b6bf4](https://github.com/rars/ngx-diff/commit/94b6bf483b9c2c6df2b3cca8899a7b0c1f0c39a4))
11+
* **ngx-diff:** add named light and dark themes ([f870bd8](https://github.com/rars/ngx-diff/commit/f870bd8076a47ff9639ff3b61aeec159d1d17c11))
12+
* **ngx-diff:** add side-by-side diff component ([6826e7e](https://github.com/rars/ngx-diff/commit/6826e7e44586e130b1fe9bf0d0cb327c61beeb9a))
13+
* **ngx-diff:** add title bar to inline-diff ([63183b3](https://github.com/rars/ngx-diff/commit/63183b37d169390b69600b59ad29d72898c97a85))
14+
515
## [7.0.0](https://github.com/rars/ngx-diff/compare/v6.0.1...v7.0.0) (2024-03-10)
616

717
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0",
44
"type": "module",
55
"scripts": {
66
"ng": "ng",
@@ -69,4 +69,4 @@
6969
"bump": true
7070
}
7171
}
72-
}
72+
}

projects/ngx-diff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-diff",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=17.0.0",
66
"@angular/core": ">=17.0.0",

0 commit comments

Comments
 (0)