|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6 | 7 |
|
7 | 8 | ## [Unreleased]
|
8 | 9 |
|
| 10 | +## [1.2.0] - 2021-11-08 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Support for refreshing the background image |
| 15 | +- Grid customization props (grid size, line width & hide axis) |
| 16 | +- Export drawing to file/dataUrl using new `getDataURL` function |
| 17 | +- Panning & Zooming |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +- z-index no longer hard-coded, allowing overlayed CanvasDraw components |
| 22 | +- big refactor, kudos to @markbiddlecom for this mammoth task |
| 23 | +- allow React 17 as peer dependency |
9 | 24 |
|
10 | 25 | ## [1.1.1] - 2020-04-27
|
| 26 | + |
11 | 27 | ### Added
|
| 28 | + |
12 | 29 | - Started this CHANGELOG.md file to keep track of any changes per version
|
13 | 30 |
|
14 | 31 | ### Fixed
|
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) |
| 32 | + |
| 33 | +- Fix touch draw issue. (<https://github.com/embiem/react-canvas-draw/issues/29>) |
| 34 | +- Fix "Can't draw dots" issue. (<https://github.com/embiem/react-canvas-draw/issues/42>) |
| 35 | +- Fix image not shown due to cache. (<https://github.com/embiem/react-canvas-draw/issues/59>) |
| 36 | +- Fix image issues on canvas resize. (<https://github.com/embiem/react-canvas-draw/issues/66>) |
| 37 | +- Fix SecurityError on save. (<https://github.com/embiem/react-canvas-draw/issues/70>) |
20 | 38 |
|
21 | 39 | ### Changed
|
| 40 | + |
22 | 41 | - Unified touch & mouse events to streamline core draw logic (handleDrawStart, handleDrawMove & handleDrawEnd)
|
23 | 42 |
|
24 | 43 | ## [1.1.0] - 2019-12-29
|
| 44 | + |
25 | 45 | ### Added
|
26 |
| -- onChange prop #50 (https://github.com/embiem/react-canvas-draw/pull/50) |
| 46 | + |
| 47 | +- onChange prop #50 (<https://github.com/embiem/react-canvas-draw/pull/50>) |
27 | 48 |
|
28 | 49 | ### Fixed
|
29 |
| -- Fix "Immediate flag should be really immediate" issue #30 (https://github.com/embiem/react-canvas-draw/issues/30) |
| 50 | + |
| 51 | +- Fix "Immediate flag should be really immediate" issue #30 (<https://github.com/embiem/react-canvas-draw/issues/30>) |
0 commit comments