Skip to content

Releases: wickedest/Mergely

v5.0.0-alpha.1

22 Apr 15:04
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2023-04-22)

Features

BREAKING CHANGES

  • Mergely is no longer a jQuery plugin.
  • Removed options.autoresize
  • Removed options.editor_width
  • Removed options.editor_height
  • Removed options.fadein
  • Removed options.fgcolor
  • Removed options.resize
  • Removed options.width
  • Removed options.height
  • Removed options.loaded callback
  • Removed options.resized callback
  • Removed styles .mergely-resizer, .mergely-full-screen-0, and .mergely-full-screen-8
  • Changed default for options.change_timeout changed from 150 to 50.
  • No longer automatically scrolls to first change.

feat: CodeMirror is now an explicit dependency.

feat: No longer necessary to separately require codemirror/addon/search/searchcursor

feat: No longer necessary to separately require codemirror/addon/selection/mark-selection

feat: mergely.js is now unminimized, and added new minimized version mergely.min.js

feat: Gutter click now scrolls to any line

feat: Mergely now emits resize event on resize

feat: The UI is now non-blocking as diff now runs in background

feat: Added support to provide options.lhs and options.rhs as strings

v4.3.9

20 Jan 08:15
Compare
Choose a tag to compare

fix(#161): Fixed issue with options.ignorews (#162)

chore: fixed build

20 Nov 14:28
Compare
Choose a tag to compare
4.3.5

fix build

patch(#152) fixes resize issue when using zoom

02 Oct 13:23
Compare
Choose a tag to compare
4.3.3

patch(#152): fixes resize issue when using zoom

feat(#146) added 'summary' method

29 Apr 20:30
Compare
Choose a tag to compare
4.3.0

feat(#137): added 'summary' method

patch(#142): added examples README.md

29 Apr 19:37
Compare
Choose a tag to compare
4.2.4

patch(#142): added examples README.md

4.2.3: patch(#147): fixes selected change style issue (#148)

29 Apr 19:10
747bcac
Compare
Choose a tag to compare

4.2.3: patch (#147) fixes selected change style issue

4.2.1: Chore

15 Oct 20:18
Compare
Choose a tag to compare
  • chore: updated dependencies

4.2.0: feat (#132) added `ignoreaccents` feature

15 Oct 14:16
5a0cd15
Compare
Choose a tag to compare
  • feat (#132): added ignoreaccents option to ignore accented characters.

4.1.2: Patched issue

15 Oct 14:11
Compare
Choose a tag to compare
  • patch(#134): fixed links in readme