Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 15:31
· 49 commits to master since this release
37fedd0

5.0.0 (2023-04-23)

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