mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:31:15 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
b45e243f54
commit
dc4575507d
@ -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.9 (2020-05-27)
|
||||
|
||||
- Typescript fixes
|
||||
|
||||
### 8.3.8 (2020-05-05)
|
||||
|
||||
- Disable all exports in `package.json`
|
||||
|
2
konva.js
2
konva.js
@ -8,7 +8,7 @@
|
||||
* Konva JavaScript Framework v8.3.8
|
||||
* http://konvajs.org/
|
||||
* Licensed under the MIT
|
||||
* Date: Thu May 05 2022
|
||||
* Date: Mon May 30 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
2
konva.min.js
vendored
@ -3,7 +3,7 @@
|
||||
* Konva JavaScript Framework v8.3.8
|
||||
* http://konvajs.org/
|
||||
* Licensed under the MIT
|
||||
* Date: Thu May 05 2022
|
||||
* Date: Mon May 30 2022
|
||||
*
|
||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
|
||||
* Modified work Copyright (C) 2014 - present by Anton Lavrenov (Konva)
|
||||
|
@ -88,7 +88,7 @@
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"@parcel/transformer-image": "2.5.0",
|
||||
"@parcel/transformer-image": "2.6.0",
|
||||
"@size-limit/preset-big-lib": "^7.0.8",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"canvas": "^2.9.1",
|
||||
@ -107,9 +107,9 @@
|
||||
"gulp-util": "^3.0.8",
|
||||
"mocha": "9.2.2",
|
||||
"mocha-headless-chrome": "^4.0.0",
|
||||
"parcel": "2.5.0",
|
||||
"parcel": "2.6.0",
|
||||
"process": "^0.11.10",
|
||||
"rollup": "^2.70.2",
|
||||
"rollup": "^2.75.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
@ -117,7 +117,7 @@
|
||||
"size-limit": "^7.0.8",
|
||||
"ts-mocha": "^9.0.2",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "4.6.3"
|
||||
"typescript": "^4.6.3"
|
||||
},
|
||||
"keywords": [
|
||||
"canvas",
|
||||
|
Loading…
Reference in New Issue
Block a user