From 055260c17f95019f48addb475b1f2febc47bae0b Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Fri, 14 Apr 2023 10:09:40 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 4 ++++ README.md | 8 -------- konva.js | 2 +- konva.min.js | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf19be4..83d84b55 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/). +### 9.0.0 (2023-04-13) + +- Migrate the npm package from ES back to CommonJS + ### 8.4.4 (2023-04-05) - Some fixes for `Konva.TextPath` calculations and rendering. diff --git a/README.md b/README.md index 22c116bd..a0e47fb1 100644 --- a/README.md +++ b/README.md @@ -140,14 +140,6 @@ const stage = new Konva.Stage({ // then all regular Konva code will work ``` -### CommonJS modules - -By default `Konva` is delivered as ES modules. Some environments may automatically take CommonJS version of `Konva`. If it doesn't work for you, try to use `cmj` version explicitly: - -```js -const Konva = require('konva/cmj').default; -``` - # Backers ![https://simpleshow.com](https://avatars.githubusercontent.com/u/99720652?s=200&v=4 'https://simpleshow.com') diff --git a/konva.js b/konva.js index 9ee70c98..5f8c2794 100644 --- a/konva.js +++ b/konva.js @@ -8,7 +8,7 @@ * Konva JavaScript Framework v8.4.3 * http://konvajs.org/ * Licensed under the MIT - * Date: Thu Apr 13 2023 + * Date: Fri Apr 14 2023 * * 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 531eacb5..61d0b95e 100644 --- a/konva.min.js +++ b/konva.min.js @@ -3,7 +3,7 @@ * Konva JavaScript Framework v8.4.3 * http://konvajs.org/ * Licensed under the MIT - * Date: Thu Apr 13 2023 + * Date: Fri Apr 14 2023 * * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)