mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
8e955f9dd5
commit
055260c17f
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
||||||

|

|
||||||
|
2
konva.js
2
konva.js
@ -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
2
konva.min.js
vendored
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user