mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Add changelog file, listing back-incompat changes for now
This commit is contained in:
parent
cdc2d4156f
commit
275091e5e0
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal 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**
|
||||
Loading…
Reference in a new issue