Releases: ace-diff/ace-diff
Releases · ace-diff/ace-diff
v3.1.0
New Maintainer
@jmthomas and @ryan-pratt have taken over the ace-diff project. We actively use this software in COSMOS and have been maintaining our own branch for a few years. Many thanks to @benkeen for allowing us to maintain this project!
There are a lot of changes in this release including a direct dependency on @sanity/diff-match-patch instead of trying to include the diff code directly. Additional cypress testing was created (more is needed) and various PRs were merged.
Ace-diff is now being pushed to @openc3/ace-diff.
What's Changed
- 2022 updates by @JackuB in #104
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #107
- Fix merging at beginning and end of file by @jmthomas in #109
- Cluvio fix resize event removal by @jmthomas in #118
- Fix removing resize event handler when multiple instances of AceDiff are created/disposed at the same time by @ianformanek in #113
- fix destroy() to exec removeEventHandlers() even if the gutter is already gone by @empinator in #114
- Merge in COSMOS enhancements to ace-diff by @jmthomas in #119
New Contributors
- @dependabot made their first contribution in #107
- @jmthomas made their first contribution in #109
- @ianformanek made their first contribution in #113
- @empinator made their first contribution in #114
Full Changelog: v3.0.3...v3.1.0