- Fix broken build of `v0.7.2` - Fix versions of ipywidgets and jupyterlab_widgets to avoid running into incompatibilities ([40](https://github.com/flekschas/jupyter-scatter/issues/40))
0.7.2
**Do not use. Build is broken**
0.7.1
- Take the x-padding into account when setting a fixed width ([36](https://github.com/flekschas/jupyter-scatter/issues/36)) - Make `width` and `height` correspond to the canvas' (i.e., inner) dimensions such that `Scatter(width=500, height=500)` will lead to a canvas of size 500x500 px.
0.7.0
- Add support for legends via `scatter.legend(True, position='top-right', size='small')` ([30](https://github.com/flekschas/jupyter-scatter/issues/30))
0.6.1
- Remove accidentally added `console.log`
0.6.0
- Add support for axes labels via `scatter.axes(labels=True)` or `scatter.axes(labels=['x-axis', 'y-axis'])` ([29](https://github.com/flekschas/jupyter-scatter/issues/29))