From 1865508bfcd7165d0d1cbcba9300d8074667c56f Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Tue, 4 Jan 2022 12:11:15 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 4 ++++ konva.js | 2 +- konva.min.js | 2 +- tsconfig.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650269e9..8864f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/konva.js b/konva.js index c144f2f9..1a6a707f 100644 --- a/konva.js +++ b/konva.js @@ -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) diff --git a/konva.min.js b/konva.min.js index 25b622b1..39dc0187 100644 --- a/konva.min.js +++ b/konva.min.js @@ -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) diff --git a/tsconfig.json b/tsconfig.json index 538d3d40..66c9a47f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "lib", "module": "ES2015", "target": "ES2015", - "sourceMap": true, + // "sourceMap": true, "noEmitOnError": true, "lib": ["ES2015", "dom"], "moduleResolution": "node",