Releases: entronad/graphic
Releases · entronad/graphic
v1.0.1
- Add mouse-focus scaling signal: #173
v1.0.0
- Graphic has finished initial development and ready for production from this version. The API will be stable while a new major version begins in the design.
- Add size to tooltip renderer function: #159
v0.10.7
- Fix memory leak of channels: #143
v0.10.6
- Fill region annotations with a gradient: #132
v0.10.5
- Fix the bug that
GeomElement.selected
dosen't work.
- Fix: handle big numbers when calculating nice range/numbers: #107
v0.10.4
- Remove
_mouseIsConnected
checking from chart widget state.
- Expose linearNiceRange and linearNiceNumbers algorithms: #105
v0.10.3
- Fix Stack Overflow when comparing modifiers: #96
v0.10.2
- Add
coordConv
to Modifier.modify
's arguments.
v0.10.1
- Add
clip
for FigureAnnotation
s: #93
- Export modifier argument classes.
v0.10.0
- Add tuple indexes in tooltip renderer: #80
- Make modifier customizable: #88
- Remove
CustomShape
. Custom shapes directly extend Shape
.