update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2022-01-04 12:11:15 -05:00
parent ac06e539a3
commit 1865508bfc
4 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 8.3.2
- Remove source maps for webpack builds
## 8.3.1 (2021-12-09)
- Fix `dbltap` event in Safari

View File

@ -8,7 +8,7 @@
* Konva JavaScript Framework v8.3.1
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Dec 17 2021
* Date: Tue Jan 04 2022
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

2
konva.min.js vendored
View File

@ -3,7 +3,7 @@
* Konva JavaScript Framework v8.3.1
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Dec 17 2021
* Date: Tue Jan 04 2022
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)

View File

@ -3,7 +3,7 @@
"outDir": "lib",
"module": "ES2015",
"target": "ES2015",
"sourceMap": true,
// "sourceMap": true,
"noEmitOnError": true,
"lib": ["ES2015", "dom"],
"moduleResolution": "node",