1
0
mirror of synced 2025-12-09 15:28:12 +08:00
Files
Mergely/CHANGES.md
Jamie Peabody 90ab7f3f5e patch(issue #115): fixes merging deleted line(s) from lhs would munge rhs text (#117)
* patch(issue #115): fixes merging deleted line(s) from lhs would munge rhs text

* updated readme
2019-07-14 12:54:01 +01:00

1.4 KiB

Changes

4.0.12

  • patch: fixes issue #115 merging deleted line(s) from lhs would munge rhs text
  • patch: fixes two typos in README.md

4.0.11

  • patch: fixes typo in example ajax.html

4.0.10

  • patch: fixes bad 4.0.9 artifacts

4.0.9

  • patch: fixes issue #106 merge edge-case with add

4.0.8

  • chore: updated webpack

4.0.7

  • chore: updated documentation

4.0.6

  • patch: fixes issue #89 missing merge buttons

4.0.5

  • patch: fixes issue #85 XSS vulnerability with DOM id

4.0.2

  • patch: fixes issue #83 poor rendering performance

4.0.0

Breaking changes

  • Now using npm as the preferred distribution method.
  • Improved width/height options. Removed options editor_width and editor_height, and added width and height. The options are equivalent.
  • Added license option to indicate which type of license to use.
  • Only distributing the minimized version as mergely.js (was mergely.min.js).
  • No longer bundling CodeMirror. You will need to get the appropriate source files from a CDN.

Minor features

  • Created mergely-webpack example.
  • Lighter distribution (no longer bundling CodeMirror or the Mergely editor).
  • Made it easier to set CodeMirror settings via cmsettings for both editors, then applies lhs_cmsettings for the left-hand editor, and rhs_cmsettings for the right-hand editor.

Fixes

  • Previously width: 'auto' would unnecessarily account for a scroll bar width, now it does not.