Skip to content

Commit

Permalink
Ver166 (#3350)
Browse files Browse the repository at this point in the history
* ver 166
  • Loading branch information
asturur authored Oct 16, 2016
1 parent ddc8a02 commit 28c2654
Show file tree
Hide file tree
Showing 10 changed files with 386 additions and 101 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**Version 1.6.6**

- Add: Contrast and Saturate filters [#3341](https://github.com/kangax/fabric.js/pull/3341)
- Fix: Correct registering and removal of events to handle iText objects. [#3349](https://github.com/kangax/fabric.js/pull/3349)
- Fix: Corrected 2 regression of 1.6.5 (dataurl export and itext clicks)
- Fix: Corrected path boundaries calculation for Arcs ( a and A ) [#3347](https://github.com/kangax/fabric.js/pull/3347)

**Version 1.6.5**

- Fix: charspacing, do not get subzero with charwidth.
Expand Down
2 changes: 1 addition & 1 deletion HEADER.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */

var fabric = fabric || { version: "1.6.5" };
var fabric = fabric || { version: "1.6.6" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
Expand Down
Loading

0 comments on commit 28c2654

Please sign in to comment.