Skip to content

Releases: ace-diff/ace-diff

v3.1.0

31 May 04:12
19bcb63
Compare
Choose a tag to compare

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

Full Changelog: v3.0.3...v3.1.0

v3.0.3

21 Jun 15:57
6089238
Compare
Choose a tag to compare

3.0.3 (2020-06-21)

Bug Fixes

  • bundling: remove browser field in package.json (6089238), closes #72

v3.0.2

21 Jun 14:56
14d05b0
Compare
Choose a tag to compare

3.0.2 (2020-06-21)

Bug Fixes

  • ace: use correct require return (43c4b7b)

v3.0.1

13 Jun 11:21
78f6083
Compare
Choose a tag to compare

3.0.1 (2020-06-13)

Bug Fixes

  • release: ignore cache directories in release (78f6083)

v3.0.0

13 Jun 11:11
46f1f7a
Compare
Choose a tag to compare

3.0.0 (2020-06-13)

Features

  • compatibility with non-Brace Ace Editor (d6b8af5)

BREAKING CHANGES

  • Ace-diff is not dependent on Brace package. Ace-diff is not automatically trying to include Brace editor

v2.3.0

02 Sep 20:25
c7015ca
Compare
Choose a tag to compare

2.3.0 (2018-09-02)

Features

v2.2.0

04 Jul 10:21
dbb1e9b
Compare
Choose a tag to compare

2.2.0 (2018-07-04)

Features

v2.1.5

04 Jul 09:54
b3db58c
Compare
Choose a tag to compare

2.1.5 (2018-07-04)

Bug Fixes

  • diff: SVG height rendering (bdc2a69)

v2.1.4

04 Jul 09:12
d145585
Compare
Choose a tag to compare

2.1.4 (2018-07-04)

Bug Fixes

  • ace: compatibility issue with Ace 1.3 (0aa52f6)

v2.1.3

02 Jul 23:07
6189225
Compare
Choose a tag to compare

2.1.3 (2018-07-02)

Bug Fixes

  • destroy: remove resize event listener (12d05d6)