dash-picture-annotation v0.1.0
Introduction
Dash Picture Annotation is a Dash component library.
Dash porting version of the React project React Picture Annotation 🔗. Provide a simple annotation window for a single picture.
Changelog
0.1.0 @ 11/10/2024
📣 New
- Add the security policy file.
🔧 Fix
- Fix: Lossen the input argument type of
sanitize_data(...)andsanitize_data_item(...). Previously, passing not sanitized data to these functions will cause type checking issues. - Fix: Fix a severe bug of importing the components in a wrong list. Now the scope is limited to the auto-generated codes.
💾 Change
- Change the configuration of the paths in the
usage.py.
0.1.0 @ 11/06/2024
📣 New
- Add typehints:
AnnoStyle,DashSelectOptionItem, andSize.
🔧 Fix
- Fix: Fix few typos in the docstrings.
- Fix: Fix the aliases in the top-level package.
💾 Change
- Upgrade Yarn to
v4.5.1. - Downgrade React to
v18.2.xbecause thedefaultPropswhich is used by Dash is marked as deprecated sincev18.3.0.
0.1.0 @ 11/04/2024
📣 New
- Create this project.
- Finish the react implement
srcand the automatically generated packagedash_picture_annotation. - Add the React demo
App.js. - Add the Dash demo
usage.pyand more examples in./examples. - Add the unit tests in
./tests. - Add configurations
pyproject.toml. - Add the devloper's environment folder
./dockerand theDockerfile. - Add GitHub workflows and issue/PR templates.
- Add the banner in the readme file.
🔧 Fix
- Fix: Fix the video link in the readme file.
Full Changelog: https://github.com/cainmagi/dash-picture-annotation/commits/v0.1.0