Andrea Bogazzi
920c56ce52
v177 ( #3748 )
2017-02-27 02:34:04 +01:00
Andrea Bogazzi
b9d4888188
build v176 ( #3707 )
2017-02-16 17:24:39 -05:00
Andrea Bogazzi
d058307dd0
build 175 ( #3705 )
...
update to v175
2017-02-16 16:57:22 -05:00
Andrea Bogazzi
5605d84f3b
Version 1.7.4 ( #3692 )
...
* v174
* fixed a text for browser
2017-02-14 09:35:24 -05:00
Andrea Bogazzi
01d8392ae3
Update to 1.7.3 ( #3603 )
...
* build v173
2017-01-08 11:07:41 +01:00
Andrea Bogazzi
ff21b07be4
build172 ( #3547 )
2016-12-18 11:05:13 +01:00
Andrea Bogazzi
75e5a78431
v171 ( #3478 )
2016-12-01 23:56:21 +01:00
Andrea Bogazzi
a4a8f71fd7
Release 170 ( #3437 )
...
* build 170
* fix default values
* fix text not rendering
* other fixes
* finished fixing
2016-11-21 12:09:25 +01:00
Andrea Bogazzi
161a3e8acb
v167 ( #3417 )
2016-11-13 00:57:55 +01:00
Andrea Bogazzi
28c2654a23
Ver166 ( #3350 )
...
* ver 166
2016-10-16 23:40:02 +02:00
Andrea Bogazzi
84b012f9ce
Versione 1.6.5 ( #3316 )
...
* fix to doc
* ver 165
2016-10-02 21:35:37 +02:00
Asturur
06a9f5e68a
1.6.4
2016-08-28 23:02:47 +02:00
Andrea Bogazzi
725d48771f
Bump to 1.6.3 ( #3080 )
2016-07-03 13:52:08 +02:00
Andrea Bogazzi
38bebc2fcb
bump to 1.6.2 and build dist ( #2973 )
2016-05-15 23:59:26 +02:00
Andrea Bogazzi
e94ddb7d3f
Built dist and bump to 1.6.1 ( #2919 )
...
bumped to 1.6.1
2016-04-29 02:21:40 +02:00
Andrea Bogazzi
67955ae38c
Update CHANGELOG.md
2016-04-15 13:00:54 +02:00
Andrea Bogazzi
bc746d749a
added 1.6.0 info
2016-04-10 15:02:54 +02:00
Andrea Bogazzi
9e0338b935
Update CHANGELOG.md
2014-12-08 22:31:05 +01:00
Kienz
bdc4a7a943
no message
2014-06-05 01:00:27 +02:00
kangax
a8b5bb0993
Update CHANGELOG
2014-05-15 16:28:21 +02:00
Stefan Kienzle
d86ec421fd
Update CHANGELOG.md
2014-05-13 14:49:14 +02:00
Stefan Kienzle
3e131c8ee4
Update changelog
2014-05-13 14:48:48 +02:00
kangax
570a859b6d
Version 1.4.2
2014-01-14 12:59:52 -05:00
Stefan Kienzle
6776e62d00
Fix overlayImage / overlayColor during selection mode. Closes #1068
2013-12-27 10:19:57 +01:00
kangax
7c541da8cc
Fix double callback in loadFromJSON if objects.length == 0. Closes #1056
2013-12-21 15:17:08 +01:00
kangax
2008df5f6a
Update changelog
2013-12-18 11:30:22 +01:00
kangax
db041fded5
Add note about clipTo origin. Update changelog
2013-12-11 11:09:59 +01:00
Stefan Kienzle
a32088e2a1
Update CHANGELOG.md
2013-12-10 07:25:02 +01:00
Juriy Zaytsev
ee39fe3ff8
Update CHANGELOG.md
2013-11-28 00:28:05 +01:00
kangax
4486c99373
Update changelog
2013-11-27 23:00:36 +01:00
kangax
330784ac2c
[BACK_INCOMPAT] Change default objects' originX/originY to left/top
2013-11-04 00:15:49 +01:00
Kienz
5017bc6626
[BACK_INCOMPAT] fabric.StaticCanvas#backgroundImage and fabric.StaticCanvas#overlayImage are fabric.Image instances. fabric.StaticCanvas#backgroundImageOpacity, fabric.StaticCanvas#backgroundImageStretch, fabric.StaticCanvas#overlayImageLeft and fabric.StaticCanvas#overlayImageTop were removed.
...
`backgroundImage` and `overlayImage` are now `fabric.Image` instances
New property `overlayColor` (analog to `backgroundColor`) - should be set with `canvas.setOverlayColor`
`backgroundImageOpacity` was removed => use `fabric.Image#opacity`
`overlayImageLeft ` was removed => use `fabric.Image#left`
`overlayImageTop ` was removed => use `fabric.Image#top`
`backgroundImageStretch` was removed => use `fabric.Image#width` and `fabric.Image#height`. If you scale your canvas you have to adjust the backgroundImage width/height manually.
Update SVG output.
Add 2nd parameter `firstLetterOnly` to `fabric.util.string.capitalize` => only first letter is transformed to uppercase (other letters stay untouched)
Add `preserveAspectRatio="none"` to `fabric.Image#toSVG` (otherwise streched backgroundImage and overlayImage didn't work as expected)
Update examples - TODO: Update jsfiddles for `setBackgroundImage` and `setOverlayImage`
Add unit test
Closes issue #270
2013-11-03 13:09:49 +01:00
kangax
f2ad6e5be6
[BACK_INCOMPAT] Move "backgroundColor" from fabric.Text to fabric.Object (only works with text for now). Remove fabric.Object#overlayFill. Remove fabric.Canvas.toGrayscale, fabric.Object#toGrayscale, and fabric.Object#overlayFill. Version 1.3.5
2013-09-28 23:47:53 +02:00
Kienz
8e7c74fa92
Update CHANGELOG.md
2013-09-26 18:55:12 +02:00
Juriy Zaytsev
e41ec97701
Update CHANGELOG.md
2013-09-19 22:58:29 +02:00
kangax
0522dedb7c
Update changelog
2013-09-11 13:00:07 +02:00
kangax
fdb9208162
Add another back_incompat notice
2013-09-03 21:30:08 +02:00
kangax
e37e72a9ac
Add back_incompat notice to changelog
2013-09-03 21:28:10 +02:00
kangax
af9ed2a50d
Update changelog
2013-06-14 11:49:50 +02:00
kangax
275091e5e0
Add changelog file, listing back-incompat changes for now
2013-06-14 11:47:27 +02:00