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.
initial_drawing
is now used as the initial canvas state. IfNone
provided then we create one on the Python side. This provokes the following changes:- a change in
background_color
will reset the drawing. background_color
will override the background color present ininitial_drawing
.- if
background_image
is present thenbackground_color
is removed fromst_canvas
call.
- a change in
- Upgrade Fabric.js to version 4.4.0.
- Toolbar is now on the bottom left to account for large canvas width.
- Add argument to make the toolbar invisible.
- Make
stroke_width
the minimum size constraint to create a rectangle and circle. Thanks hiankun for the PR!
- Add
initial_drawing
argument to initialize canvas with an exported canvas state
- Fix state issue with deleting an object through double click
- Add undo/redo/clear buttons
- Add "Send to Streamlit" button for when "Realtime update" is disabled
- Add Circle tool
- Add argument to fetch data back to Streamlit on demand
- Add Rectangle tool
- Return JSON representation of canvas to Streamlit
- Add background image behind canvas
- Add drawing of straight lines
- API entrypoint for "drawing_mode" is now of type string
- Disable Retina scaling
- Drawable canvas widget