Releases: hizzgdev/jsmind
Releases · hizzgdev/jsmind
v0.5.0
v0.4.12
What's Changed
- support custom style : background-color and foreground-color by @hizzgdev in #39
- Add options and methods to disable/enable mouse events by @godiard in #45
- Add image nodes try4 by @godiard in #47
- Add support for touch events by @godiard in #49
- Prevent scroll when dragging a node by @godiard in #51
- Zoom feature by @godiard in #54
- Add the posibility of set font size, weight and style for every node by @godiard in #55
- remote testing code in _layout_offset_subnodes_height by @ttsdzzg in #62
- Add a method to enable rotate the background in a image node by @godiard in #66
- 添加全部收起节点函数,实现所有子节点都收起,jm.collapse_all() by @chimez in #67
- Fix ReferenceError: assignment to undeclared variable nodeid by @sudwebdesign in #72
- [fix] lost editability after shell replay by @sudwebdesign in #73
- non-id container support by @soakit in #77
- fixed add npm to jsmind by @xiaohuoz in #98
- 修复和jQuery的toggleClass方法配合使用时根节点类名错乱的问题 by @linzb93 in #87
- Use html element as topic in node by @Miss-qi in #140
- fixed the watermark could not be rendered in shootDowndown(). in #135
- 修复drag报错 by @whyyyy in #162
- add 简单支持组合按键事件 by @othorizon in #188
- more event generated, update node structured data, per node read only setting, canvas and svg specific css. by @hugocvx in #220
- Fix semicolons by @StefH in #249
- English options translation by @RalfDuesedau in #257
- prevent tab to change focus in browser by @RalfDuesedau in #256
- 修改svg的class的赋值方式 by @ysk2014 in #270
- insert_node_after 参数获取错误。 by @w5240 in #280
- Update whole english translation by @RalfDuesedau in #259
- 修复: 修改使用enter键完成编辑后工具栏失焦导致的快捷键失效的问题 by @beijihan in #317
- 修复:因mode兼容引起的direction错误导致drag不能正确检测的问题 by @beijihan in #316
- Example for mathjax by @mgcyung in #330
- Draggable option (#323) by @madsenfr in #331
- update Chinese doc for the new options by @hizzgdev in #332
- Zoom in/out with mousewheel + Ctrl by @madsenfr in #334
- [refactor]detect direction in layout module by @hizzgdev in #336
- [refactor]refactor mind.move_node, and add unit tests for it by @hizzgdev in #337
- refactor mind.remove_node, and add ut for it by @hizzgdev in #338
- es6 version by @hizzgdev in #339
- add multiple test environments by @hizzgdev in #340
- refactor jsmind util by @hizzgdev in #341
- add code format plugin by @hizzgdev in #345
- reorganize config files by @hizzgdev in #346
- refactor graph classes by @hizzgdev in #347
- enable es6 module for jest, reorganize unit test files, add some unit tests by @hizzgdev in #348
- add test for jsmind.dom & jsmind.format by @hizzgdev in #349
- add unit test for graph module by @hizzgdev in #353
- add unit test for node module by @hizzgdev in #354
- add unit test for jsmind by @hizzgdev in #355
- refactor some variable by @hizzgdev in #356
- rename class jm to jsMind by @hizzgdev in #357
- add local server support by @hizzgdev in #358
- update document: add development guide by @hizzgdev in #359
- Update readme by @hizzgdev in #362
- Bump terser from 5.14.0 to 5.14.2 by @dependabot in #363
- hide screenshot canvas, resolve #364 by @hizzgdev in #365
- Rename plugin draggable to draggable-node to avoid being misunderstood as draggable canvas by @hizzgdev in #378
- Avoid dragging map when a node is selected in edit mode by @madsenfr in #377
- disable canvas draggable when node is dragging by @hizzgdev in #381
- [feature]support log levels by @hizzgdev in #382
- fix bug: calculate node size when it is invisible by @hizzgdev in #384
- [feature] update log level by @hizzgdev in #385
- [Bugfix] fix bug to scroll mind when zoom in by @hizzgdev in #388
- update version to 0.4.11 by @hizzgdev in #392
- [Feature] leading-line-color by @hizzgdev in #399
- remove mathjax demo link by @hizzgdev in #400
- [Bugfix] change the pinching behavior by @hizzgdev in #402
- [release] update npm version to 0.4.12 by @hizzgdev in #403
New Contributors
- @godiard made their first contribution in #45
- @chimez made their first contribution in #67
- @sudwebdesign made their first contribution in #72
- @soakit made their first contribution in #77
- @xiaohuoz made their first contribution in #98
- @linzb93 made their first contribution in #87
- @Miss-qi made their first contribution in #140
- @whyyyy made their first contribution in #162
- @othorizon made their first contribution in #188
- @hugocvx made their first contribution in #220
- @StefH made their first contribution in #249
- @RalfDuesedau made their first contribution in #257
- @ysk2014 made their first contribution in #270
- @w5240 made their first contribution in #280
- @beijihan made their first contribution in #317
- @mgcyung made their first contribution in #330
- @madsenfr made their first contribution in #331
- @dependabot made their first contribution in #363
Full Changelog: v0.3...v0.4.12