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

Commit 3f08282

Browse files
committed
Update CHANGELOG
1 parent 1758207 commit 3f08282

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
10+
## [1.1.1] - 2020-04-27
811
### Added
912
- Started this CHANGELOG.md file to keep track of any changes per version
1013

1114
### 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)
15+
- Fix touch draw issue. (https://github.com/embiem/react-canvas-draw/issues/29)
16+
- Fix "Can't draw dots" issue. (https://github.com/embiem/react-canvas-draw/issues/42)
17+
- Fix image not shown due to cache. (https://github.com/embiem/react-canvas-draw/issues/59)
18+
- Fix image issues on canvas resize. (https://github.com/embiem/react-canvas-draw/issues/66)
19+
- Fix SecurityError on save. (https://github.com/embiem/react-canvas-draw/issues/70)
1420

1521
### Changed
1622
- Unified touch & mouse events to streamline core draw logic (handleDrawStart, handleDrawMove & handleDrawEnd)

0 commit comments

Comments
 (0)