Releases: jupyter-widgets-contrib/ipycanvas
Releases · jupyter-widgets-contrib/ipycanvas
Release 0.11.0
What's Changed
- Fix docs typo by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/241
- Fix CI by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/248
- Fix MultiCanvas events by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/247
- Add keyboard events by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/249
- Add filter property by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/244
- Fix CI and remove Python 3.6 by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/250
- Add jupyterlite-sphinx in the docs by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/256
- README: Grammar fix @0xflotus in https://github.com/martinRenou/ipycanvas/pull/257
- Update docs by @martinRenou in https://github.com/martinRenou/ipycanvas/pull/258
New Contributors
- @0xflotus made their first contribution in https://github.com/martinRenou/ipycanvas/pull/257
Full Changelog: martinRenou/ipycanvas@0.10.2...0.11.0
0.10.2
Release 0.10.2
Release 0.10.0
Improvements
- Add
fill_styled_*andstroke_styled_*methods by @DerThorsten #225 #227
Release 0.9.1
Release 0.9.1
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
ellipsemethod for adding an ellipse to the current path - Added
Path2Dclass for drawing SVG paths - Added
stroke_linemethod for directly drawing a line without using a path - Added
fill_circleandstroke_circle, shorthands for fullfill_arcandstroke_arc - Added
RoughCanvasfor hand-drawn style