build for 1.2.1

This commit is contained in:
Anton Lavrenov 2016-09-15 17:46:41 -04:00
parent e321a08ed9
commit a5c68165d0
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
/*
* Konva JavaScript Framework v1.2.0
* Konva JavaScript Framework v1.2.1
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Thu Sep 15 2016
@ -39,7 +39,7 @@
var Konva = {
// public
version: '1.2.0',
version: '1.2.1',
// private
stages: [],
@ -15017,7 +15017,7 @@
});
// update text data for certain attr changes
this.on('textChange.konva textStroke.konva textStrokeWidth.konva letterSpacing.konva', that._setTextData);
this.on('textChange.konva letterSpacingChange.konva', that._setTextData);
that._setTextData();
this.sceneFunc(this._sceneFunc);
this.hitFunc(this._hitFunc);

12
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "1.2.0",
"version": "1.2.1",
"author": "Anton Lavrenov",
"files": [
"README.md",