All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add FigureCanvasWasm.destroy() method so that user can call pyplot.close() method to delete previous divs (#55)
- Improved support for matplotlib canvas methods (#42)
- Added a feature to specify where the plot will be rendered (#22)
- Fix import path issue (#4)
Initial release