v1.1.1
What's Changed
Features
- feat: make opacity configurable for vertex and edge.
options.hoverOpacity
- perf: adjusting the parameters of the decorators.
- feat: add a decorator for the anti Coulomb force rule.
- feat add a choice to HookeBorderDecorator, to control the border of the graph.
- feat: support specifying vertex text style.
- interface change: add a graph parameter to
DataConvertor.convertGraph
接口变更:为 convertGraph 添加一个graph参数
- feat: add interface to
GraphComponent
: addVertex, addEdge, mergeGraph - feat: add implementation of PersistenceDecorator to store position of vertex. (#10 #11, via: @jersonal-com )
- feat: support zooming through gestures.
Bugfix
- fix: make CoulombCenterDecorator a usable decorator.
- fix: vertex text style
background
not working. - fix: prevent the addition of duplicate data.
- fix usage of both Scale and Pan on mobile platforms. ( #12, via: @muknta )
New Contributors
- @jersonal-com made their first contribution in #10
- @muknta made their first contribution in #12
Full Changelog: v1.0.0...v1.1.1