Commit graph

23 commits

Author SHA1 Message Date
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