build for 8.3.12

This commit is contained in:
Anton Lavrenov 2022-08-29 09:39:08 -05:00
parent 7eef552637
commit 9d2d673305
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
})(this, (function () { 'use strict';
/*
* Konva JavaScript Framework v8.3.11
* Konva JavaScript Framework v8.3.12
* http://konvajs.org/
* Licensed under the MIT
* Date: Mon Aug 29 2022
@ -35,7 +35,7 @@
: {};
const Konva$2 = {
_global: glob,
version: '8.3.11',
version: '8.3.12',
isBrowser: detectBrowser(),
isUnminified: /param/.test(function (param) { }.toString()),
dblClickWindow: 400,

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

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

View File

@ -12,7 +12,7 @@ import {
assertAlmostEqual,
} from './test-utils';
describe.only('Text', function () {
describe('Text', function () {
// ======================================================
it('text with empty config is allowed', function () {
var stage = addStage();