Permalink
Browse files

Version 1.7.14 (#4038)

* build v1714
* fixed changelog
  • Loading branch information...
1 parent 863c9d3 commit f8b4ab15281a8d3fcce4aceabed0c693904448bb @asturur asturur committed on GitHub Jun 27, 2017
Showing with 303 additions and 85 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 HEADER.js
  3. +1 −1 ISSUE_TEMPLATE.md
  4. +186 −40 dist/fabric.js
  5. +9 −9 dist/fabric.min.js
  6. BIN dist/fabric.min.js.gz
  7. +98 −33 dist/fabric.require.js
  8. +1 −1 package.json
View
@@ -1,3 +1,10 @@
+**Version 1.7.14**
+
+- Improvement: Avoid cache canvas to resize each mouse move step. [#4037](https://github.com/kangax/fabric.js/pull/4037)
+- Improvement: Make cache canvas limited in size. [#4035](https://github.com/kangax/fabric.js/pull/4035)
+- Fix: Make groups and statefull cache work. [#4032](https://github.com/kangax/fabric.js/pull/4032)
+- Add: Marked the hiddentextarea from itext so that custom projects can recognize it. [#4022](https://github.com/kangax/fabric.js/pull/4022)
+
**Version 1.7.13**
- Fix: Try to minimize delay in loadFroJson [#4007](https://github.com/kangax/fabric.js/pull/4007)
View
@@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */
-var fabric = fabric || { version: "1.7.13" };
+var fabric = fabric || { version: "1.7.14" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
View
@@ -25,7 +25,7 @@ Remove the template from below and provide thoughtful commentary *and code sampl
<!-- BUG TEMPLATE -->
## Version
-1.7.13
+1.7.14
## Test Case
http://jsfiddle.net/fabricjs/Da7SP/
Oops, something went wrong.

0 comments on commit f8b4ab1

Please sign in to comment.