Ipycanvas

Latest version: v0.13.3

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.13.3

([Full Changelog](https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.2...8540dc19f2fff16aa64c0a2d1aa34536b7f43e37))

New features

- Added grayscale image support in put_image_data and exposed image_smoothing_enabled attribute [353](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/353) ([AnyaPorter](https://github.com/AnyaPorter))
- Add stroke path to Path2D interface per html canvas spec [350](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/350) ([cleemesser](https://github.com/cleemesser))
- Added mouse wheel events support [321](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/321) ([VladislavZavadskyy](https://github.com/VladislavZavadskyy))

Bug fixes

- Fix pattern from image in JupyterLab [345](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/345) ([martinRenou](https://github.com/martinRenou))

Maintenance

- Add jupyter-releaser [354](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/354) ([martinRenou](https://github.com/martinRenou))
- Fix CI [352](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/352) ([martinRenou](https://github.com/martinRenou))
- Fix security issue [351](https://github.com/jupyter-widgets-contrib/ipycanvas/pull/351) ([martinRenou](https://github.com/martinRenou))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-widgets-contrib/ipycanvas/graphs/contributors?from=2024-04-25&to=2024-09-06&type=c))

[AnyaPorter](https://github.com/AnyaPorter) | [cleemesser](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Acleemesser+updated%3A2024-04-25..2024-09-06&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3Agithub-actions+updated%3A2024-04-25..2024-09-06&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AmartinRenou+updated%3A2024-04-25..2024-09-06&type=Issues) | [VladislavZavadskyy](https://github.com/search?q=repo%3Ajupyter-widgets-contrib%2Fipycanvas+involves%3AVladislavZavadskyy+updated%3A2024-04-25..2024-09-06&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

0.13.2

Not secure
Maintenance

* Hatch migration by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/298
* Exclude map file from distribution by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/299
* Update yarn.lock by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/300
* Update links by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/335
* Update galata bot for using Lab 4 by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/337
* Build against JupyterLab 4 by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/336
* Build docs against the latest jupyterlite-xeus-python by martinRenou in https://github.com/jupyter-widgets-contrib/ipycanvas/pull/338

**Full Changelog**: https://github.com/jupyter-widgets-contrib/ipycanvas/compare/0.13.1...0.13.2

0.13.1

Not secure
What's Changed
* Update the requested frontend version to ^0.13.0 by jasongrout-db in https://github.com/martinRenou/ipycanvas/pull/291

New Contributors
* jasongrout-db made their first contribution in https://github.com/martinRenou/ipycanvas/pull/291

**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.13.0...0.13.1

0.13.0

Not secure
Bug fix

* Give each canvas an explicit reference to the canvas manager it uses. Fixes a compatibility issue with Databricks Notebook and Google Colab. by jasongrout in https://github.com/martinRenou/ipycanvas/pull/290

Maintenance

* Modernize js output. by jasongrout in https://github.com/martinRenou/ipycanvas/pull/289

Documentation

* Make touch example work by haesleinhuepf in https://github.com/martinRenou/ipycanvas/pull/281

New Contributors

* jasongrout made their first contribution in https://github.com/martinRenou/ipycanvas/pull/289
* haesleinhuepf made their first contribution in https://github.com/martinRenou/ipycanvas/pull/281

**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.12.1...0.13.0

0.12.1

Not secure
What's Changed

Bug fixes
* Fix drawing rgba image by martinRenou in https://github.com/martinRenou/ipycanvas/pull/284

Improvements
* ipywidgets 8 support by martinRenou in https://github.com/martinRenou/ipycanvas/pull/288

Documentation
* Blacken docs by martinRenou in https://github.com/martinRenou/ipycanvas/pull/269
* Adding ipyevents to environment.yaml by AyrtonB in https://github.com/martinRenou/ipycanvas/pull/172
* Use xeus-python in docs by martinRenou in https://github.com/martinRenou/ipycanvas/pull/275
* Improve docs by martinRenou in https://github.com/martinRenou/ipycanvas/pull/278
* Fix JupyterLite badge in the README by jtpio in https://github.com/martinRenou/ipycanvas/pull/279

Maintenance
* Pin nodejs 16 for node-canvas issues by martinRenou in https://github.com/martinRenou/ipycanvas/pull/285
* Bump moment from 2.29.3 to 2.29.4 by dependabot in https://github.com/martinRenou/ipycanvas/pull/286
* Bump moment from 2.29.3 to 2.29.4 in /ui-tests by dependabot in https://github.com/martinRenou/ipycanvas/pull/287

New Contributors
* AyrtonB made their first contribution in https://github.com/martinRenou/ipycanvas/pull/172
* jtpio made their first contribution in https://github.com/martinRenou/ipycanvas/pull/279

**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.12.0...0.12.1

0.12.0

Not secure
What's Changed

* Fix sync issues between canvases by martinRenou in https://github.com/martinRenou/ipycanvas/pull/263
* Remove deprecated `size` property martinRenou in https://github.com/martinRenou/ipycanvas/pull/263
* Improve put_image_data performances by martinRenou in https://github.com/martinRenou/ipycanvas/pull/251

Maintenance

* Add galata update bot by martinRenou in https://github.com/martinRenou/ipycanvas/pull/264
* Add ui tests by martinRenou in https://github.com/martinRenou/ipycanvas/pull/266
* Add a test for multicanvas by martinRenou in https://github.com/martinRenou/ipycanvas/pull/267
* Update yarn dependencies by martinRenou in https://github.com/martinRenou/ipycanvas/pull/268

**Full Changelog**: https://github.com/martinRenou/ipycanvas/compare/0.11.0...0.12.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.