Skip to content

Releases: jupyter-widgets-contrib/ipycanvas

Release 0.11.0

08 Mar 11:12

Choose a tag to compare

0.10.2

01 Dec 08:33

Choose a tag to compare

Release 0.10.2

Release 0.10.0

29 Nov 08:41

Choose a tag to compare

Improvements

Release 0.9.1

22 Oct 14:54

Choose a tag to compare

Release 0.9.1

Release 0.9.0

18 Jun 11:59

Choose a tag to compare

Improvements

  • Add support for JupyterLite! By making the orjson dependency optional

Release 0.8.2

20 Jan 17:23

Choose a tag to compare

Bug fixes

  • Fix JupyterLab 2 support
  • Replace npm with yarn

Release 0.8.1

27 Dec 10:31

Choose a tag to compare

New features:

  • JupyterLab 3 support #165

Bug fixes:

  • Fix issue with circle radius in RoughCanvas #162

Release 0.8.0

19 Dec 10:29

Choose a tag to compare

New features:

  • Add support for color gradients #142
  • Add support for patterns #143
  • Add fill_polygon and stroke_polygon methods #151
  • Add stroke_lines method #152

Release 0.7.0

22 Nov 10:21

Choose a tag to compare

Improvements:

  • Reduce messages size #129
  • Improve communication speed by using binary buffers only #132
  • Implement sleep method #126

Release 0.6.0

31 Oct 11:40

Choose a tag to compare

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 and stroke_circle, shorthands for full fill_arc and stroke_arc
  • Added RoughCanvas for hand-drawn style