Add changelog file, listing back-incompat changes for now

This commit is contained in:
kangax 2013-06-14 11:47:27 +02:00
parent cdc2d4156f
commit 275091e5e0

20
CHANGELOG.md Normal file
View file

@ -0,0 +1,20 @@
**Version 1.2.0**
- [BACK_INCOMPAT] Make `fabric.Object#toDataURL` synchronous.
- [BACK_INCOMPAT] fabric.Text#strokeStyle -> stroke, for consistency with other objects.
- [BACK_INCOMPAT] fabric.Object.setActive(…) -> fabric.Object.set('active', …).
fabric.Object.isActive is gone (use `active` instead)
- [BACK_INCOMPAT] fabric.Group#objects -> fabric.Group._objects.
**Version 1.1.0**
- [BACK_INCOMPAT] `fabric.Text#setFontsize` becomes `setFontSize`.
- [BACK_INCOMPAT] `fabric.Canvas.toDataURL` now accepts options object instead linear arguments.
`fabric.Canvas.toDataURLWithMultiplier` is deprecated;
use `toDataURL({ multiplier: … })` instead
**Version 1.0.0**