-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
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. | ||
|
||
## [3.0.0](https://github.com/otakustay/react-diff-view/compare/v2.6.0...v3.0.0) (2023-02-21) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* types may not be exactly what you expected | ||
* some code introduces modern grammar like optional chain and template string, not sure the are all transformed by babel | ||
|
||
### Features | ||
|
||
* add TypeScript support ([#189](https://github.com/otakustay/react-diff-view/issues/189)) ([95f634b](https://github.com/otakustay/react-diff-view/commit/95f634b56926c3da540960d7dbc9be29214bf7e6)) | ||
* export util functions to check change type ([30cd5cf](https://github.com/otakustay/react-diff-view/commit/30cd5cfa177897ee2ff328797873ab31347d6120)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters