Releases: jupyter-widgets-contrib/ipycanvas
Releases · jupyter-widgets-contrib/ipycanvas
Release 0.9.0
Improvements
- Add support for JupyterLite! By making the orjson dependency optional
Release 0.8.2
Bug fixes
- Fix JupyterLab 2 support
- Replace npm with yarn
Release 0.8.1
Release 0.8.0
Release 0.7.0
Release 0.6.0
Improvements
- Added
ellipse
method for adding an ellipse to the current path - Added
Path2D
class for drawing SVG paths - Added
stroke_line
method for directly drawing a line without using a path - Added
fill_circle
andstroke_circle
, shorthands for fullfill_arc
andstroke_arc
- Added
RoughCanvas
for hand-drawn style
Release 0.5.1
Big fixes
- Fix mouse events for the MutliCanvas
Release 0.5.0
Improvements
Release 0.4.7
Release 0.4.6
Improvements
- Add support for int8 int16, float16 float32 float64 buffer arrays #88