mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
d7e092bad3
commit
42276bfce2
@ -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/).
|
||||||
|
|
||||||
|
## 7.2.5
|
||||||
|
|
||||||
|
* Fix transform update on `letterSpacing` change of `Konva.Text`
|
||||||
|
|
||||||
## 7.2.4
|
## 7.2.4
|
||||||
|
|
||||||
* Fix wrong `mouseleave` trigger for `Konva.Stage`
|
* Fix wrong `mouseleave` trigger for `Konva.Stage`
|
||||||
|
3
konva.js
3
konva.js
@ -8,7 +8,7 @@
|
|||||||
* Konva JavaScript Framework v7.2.4
|
* Konva JavaScript Framework v7.2.4
|
||||||
* http://konvajs.org/
|
* http://konvajs.org/
|
||||||
* Licensed under the MIT
|
* Licensed under the MIT
|
||||||
* Date: Fri Feb 19 2021
|
* Date: Wed Mar 03 2021
|
||||||
*
|
*
|
||||||
* 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)
|
||||||
@ -13962,6 +13962,7 @@
|
|||||||
'padding',
|
'padding',
|
||||||
'wrap',
|
'wrap',
|
||||||
'lineHeight',
|
'lineHeight',
|
||||||
|
'letterSpacing',
|
||||||
];
|
];
|
||||||
_registerNode(Text);
|
_registerNode(Text);
|
||||||
/**
|
/**
|
||||||
|
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -596,6 +596,7 @@ Text.prototype._attrsAffectingSize = [
|
|||||||
'padding',
|
'padding',
|
||||||
'wrap',
|
'wrap',
|
||||||
'lineHeight',
|
'lineHeight',
|
||||||
|
'letterSpacing',
|
||||||
];
|
];
|
||||||
_registerNode(Text);
|
_registerNode(Text);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user