Skip to content

Releases: ace-diff/ace-diff

v3.3.0

09 Jan 23:18

Choose a tag to compare

Closed out most of the open tickets and made ace-diff ready for future enhancements. Community contributions via issues and PRs are welcome!

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

09 Jan 23:17

Choose a tag to compare

Switched back to the original ace-diff name in npm. Fixed major bug in the merging behavior especially related to newline interpretation.

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

31 May 04:12
19bcb63

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

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

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

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

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

Choose a tag to compare

2.3.0 (2018-09-02)

Features

v2.2.0

04 Jul 10:21
dbb1e9b

Choose a tag to compare

2.2.0 (2018-07-04)

Features

v2.1.5

04 Jul 09:54
b3db58c

Choose a tag to compare

2.1.5 (2018-07-04)

Bug Fixes

  • diff: SVG height rendering (bdc2a69)