Comparing version 7.2.4 to 7.2.5
@@ -6,2 +6,6 @@ # Change Log | ||
## 7.2.5 | ||
* Fix transform update on `letterSpacing` change of `Konva.Text` | ||
## 7.2.4 | ||
@@ -8,0 +12,0 @@ |
@@ -52,3 +52,3 @@ "use strict"; | ||
_global: exports.glob, | ||
version: '7.2.4', | ||
version: '7.2.5', | ||
isBrowser: detectBrowser(), | ||
@@ -55,0 +55,0 @@ isUnminified: /param/.test(function (param) { }.toString()), |
@@ -359,2 +359,3 @@ "use strict"; | ||
'lineHeight', | ||
'letterSpacing', | ||
]; | ||
@@ -361,0 +362,0 @@ Global_2._registerNode(Text); |
{ | ||
"name": "konva", | ||
"version": "7.2.4", | ||
"version": "7.2.5", | ||
"author": "Anton Lavrenov", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1421544
32163