- fixes typo in example ajax.html
- fixes bad 4.0.9 artifacts
- #106: fixes merge edge-case with add
- chore: updated webpack
- chore: updated documentation
- #89: fixes missing merge buttons
- #85: fixes XSS vulnerability with DOM id
- #83: fixes poor rendering performance
- Now using
npm
as the preferred distribution method. - Improved width/height options. Removed options
editor_width
andeditor_height
, and addedwidth
andheight
. The options are equivalent. - Added license option to indicate which type of license to use.
- Only distributing the minimized version as
mergely.js
(wasmergely.min.js
). - No longer bundling CodeMirror. You will need to get the appropriate source files from a CDN.
- 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 applieslhs_cmsettings
for the left-hand editor, andrhs_cmsettings
for the right-hand editor.
- Previously
width: 'auto'
would unnecessarily account for a scroll bar width, now it does not.