mirror of
https://github.com/konvajs/konva.git
synced 2026-01-21 18:51:52 +08:00
update CHANGELOG with new version
This commit is contained in:
@@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [1.7.0][2017-10-08]
|
## [1.7.0][2017-10-08]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Several typescript fixes
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Default value for `dragDistance` is changed to 3px.
|
- Default value for `dragDistance` is changed to 3px.
|
||||||
- Fix rare error throw on drag
|
- Fix rare error throw on drag
|
||||||
|
|||||||
17
package.json
17
package.json
@@ -1,14 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "konva",
|
"name": "konva",
|
||||||
"version": "1.7.0",
|
"version": "1.6.8",
|
||||||
"author": "Anton Lavrenov",
|
"author": "Anton Lavrenov",
|
||||||
"files": [
|
"files": ["README.md", "konva.js", "konva.min.js", "src", "konva.d.ts"],
|
||||||
"README.md",
|
|
||||||
"konva.js",
|
|
||||||
"konva.min.js",
|
|
||||||
"src",
|
|
||||||
"konva.d.ts"
|
|
||||||
],
|
|
||||||
"main": "konva.js",
|
"main": "konva.js",
|
||||||
"typings": "./konva.d.ts",
|
"typings": "./konva.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -35,12 +29,7 @@
|
|||||||
"mocha": "3.5.0",
|
"mocha": "3.5.0",
|
||||||
"prettier": "^1.5.3"
|
"prettier": "^1.5.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["canvas", "animations", "graphic", "html5"],
|
||||||
"canvas",
|
|
||||||
"animations",
|
|
||||||
"graphic",
|
|
||||||
"html5"
|
|
||||||
],
|
|
||||||
"browser": {
|
"browser": {
|
||||||
"canvas": false,
|
"canvas": false,
|
||||||
"jsdom": false
|
"jsdom": false
|
||||||
|
|||||||
Reference in New Issue
Block a user