update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2023-04-14 10:09:40 -05:00
parent 8e955f9dd5
commit 055260c17f
4 changed files with 6 additions and 10 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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) ### 8.4.4 (2023-04-05)
- Some fixes for `Konva.TextPath` calculations and rendering. - Some fixes for `Konva.TextPath` calculations and rendering.

View File

@ -140,14 +140,6 @@ const stage = new Konva.Stage({
// then all regular Konva code will work // 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 # Backers
![https://simpleshow.com](https://avatars.githubusercontent.com/u/99720652?s=200&v=4 'https://simpleshow.com') ![https://simpleshow.com](https://avatars.githubusercontent.com/u/99720652?s=200&v=4 'https://simpleshow.com')

View File

@ -8,7 +8,7 @@
* Konva JavaScript Framework v8.4.3 * Konva JavaScript Framework v8.4.3
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu Apr 13 2023 * Date: Fri Apr 14 2023
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) * 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.4.3 * Konva JavaScript Framework v8.4.3
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu Apr 13 2023 * Date: Fri Apr 14 2023
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)