mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-11 07:13:09 +00:00
Update changelog
This commit is contained in:
parent
275091e5e0
commit
af9ed2a50d
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -2,19 +2,19 @@
|
|||
|
||||
- [BACK_INCOMPAT] Make `fabric.Object#toDataURL` synchronous.
|
||||
|
||||
- [BACK_INCOMPAT] fabric.Text#strokeStyle -> stroke, for consistency with other objects.
|
||||
- [BACK_INCOMPAT] `fabric.Text#strokeStyle` -> `fabric.Text#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.Object.setActive(…)` -> `fabric.Object.set('active', …)`.
|
||||
`fabric.Object.isActive` is gone (use `fabric.Object.active` instead)
|
||||
|
||||
- [BACK_INCOMPAT] fabric.Group#objects -> fabric.Group._objects.
|
||||
- [BACK_INCOMPAT] `fabric.Group#objects` -> `fabric.Group._objects`.
|
||||
|
||||
**Version 1.1.0**
|
||||
|
||||
- [BACK_INCOMPAT] `fabric.Text#setFontsize` becomes `setFontSize`.
|
||||
- [BACK_INCOMPAT] `fabric.Text#setFontsize` becomes `fabric.Object#setFontSize`.
|
||||
|
||||
- [BACK_INCOMPAT] `fabric.Canvas.toDataURL` now accepts options object instead linear arguments.
|
||||
`fabric.Canvas.toDataURLWithMultiplier` is deprecated;
|
||||
use `toDataURL({ multiplier: … })` instead
|
||||
use `fabric.Canvas.toDataURL({ multiplier: … })` instead
|
||||
|
||||
**Version 1.0.0**
|
||||
|
|
|
|||
Loading…
Reference in a new issue