Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit de4ec18

Browse files
committed
Add CHANGELOG file
Info at keepachangelog.com
1 parent 4a8c227 commit de4ec18

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Added
9+
- Started this CHANGELOG.md file to keep track of any changes per version
10+
11+
### Fixed
12+
- Fix touch draw issue #29 (https://github.com/embiem/react-canvas-draw/issues/29)
13+
- Fix "Can't draw dots" issue #42 (https://github.com/embiem/react-canvas-draw/issues/42)
14+
15+
### Changed
16+
- Unified touch & mouse events to streamline core draw logic (handleDrawStart, handleDrawMove & handleDrawEnd)
17+
18+
## [1.1.0] - 2019-12-29
19+
### Added
20+
- onChange prop #50 (https://github.com/embiem/react-canvas-draw/pull/50)
21+
22+
### Fixed
23+
- Fix "Immediate flag should be really immediate" issue #30 (https://github.com/embiem/react-canvas-draw/issues/30)

0 commit comments

Comments
 (0)