Change log of the sign-pad
by versions.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- updated dependencies
- updated dependencies (vulnerabilities fixes)
- added manual version select to the manual release flow
- updated dependencies
- Issue #15 - use capture feature to allow continuous drawing even if the ponter has occasionally gone out of surface
- Issue #14 - fixed the
readme
documentation and added export examples
- documentation improved and security process added
- documentation improved and security process added
- Issue #12 - add support for an
Enter
key (committing the value change if any, technically focusing out, so that is any change -change
event fired)
- Issue #7 - implemented
change
event
- Issue #5 - create smooth lines via Bezier curves rather than flat lines
- Issue #1 - disabling
touch-action
to support touch surfaces better - Issue #2 - prevent multi touch to support touch surfaces better
Initial implementation.
- whole functionality as specced by APIs
- documentation
- tests