* removed editor and initial cleanup * cleanup * updated jquery * tidy up * moved src and build to lib * tidy up and fixed webpack * updated readme * removed junk * tidy up * works with sample and editor * removed editor_width and editor_height * auto width and height * added license feature * not doing dist * fixed typo * added searchcursor * fixed typo * doc updates * improved comment * updated init for cm settings * fixed jquery/cm includes * documentation updates * updated changes doc * fixed cmsettings * updated examples
918 B
918 B
Changes
4.0.0
Breaking changes
- Now using
npmas the preferred distribution method. - Improved width/height options. Removed options
editor_widthandeditor_height, and addedwidthandheight. 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.
Minor features
- Created
mergely-webpackexample. - Lighter distribution (no longer bundling CodeMirror or the Mergely editor).
- Made it easier to set CodeMirror settings via
cmsettingsfor both editors, then applieslhs_cmsettingsfor the left-hand editor, andrhs_cmsettingsfor the right-hand editor.
Fixes
- Previously
width: 'auto'would unnecessarily account for a scroll bar width, now it does not.