Releases: wickedest/Mergely
Releases · wickedest/Mergely
v5.0.0-alpha.1
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 from150
to50
. - 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
chore: fixed build
4.3.5 fix build
patch(#152) fixes resize issue when using zoom
4.3.3 patch(#152): fixes resize issue when using zoom
feat(#146) added 'summary' method
4.3.0 feat(#137): added 'summary' method
patch(#142): added examples README.md
4.2.4 patch(#142): added examples README.md
4.2.3: patch(#147): fixes selected change style issue (#148)
4.2.3: patch (#147) fixes selected change style issue
4.2.1: Chore
- chore: updated dependencies
4.2.0: feat (#132) added `ignoreaccents` feature
- feat (#132): added
ignoreaccents
option to ignore accented characters.
4.1.2: Patched issue
- patch(#134): fixed links in readme