mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
converting version numbers to headings (#5272)
GitHub will auto-links them and linkability is important
This commit is contained in:
parent
6f9dbb981d
commit
543566d7d8
1 changed files with 54 additions and 52 deletions
106
CHANGELOG.md
106
CHANGELOG.md
|
|
@ -1,19 +1,21 @@
|
|||
**Version 2.4.0**
|
||||
# Changelog
|
||||
|
||||
## [2.4.0]
|
||||
- Add: Add clipPath support to canvas and svg import/export. Low compatibility yet.
|
||||
|
||||
**Version 2.3.6**
|
||||
## [2.3.6]
|
||||
- Fix: Make image.class aware of naturalWidth and naturalHeight. [#5178](https://github.com/fabricjs/fabric.js/pull/5178)
|
||||
- Fix: Make 2 finger events works again [#5177](https://github.com/fabricjs/fabric.js/pull/5177)
|
||||
- Fix: Make Groups respect origin and correct position ( fix spray/circle brushes ) [#5176](https://github.com/fabricjs/fabric.js/pull/5176)
|
||||
|
||||
**Version 2.3.5**
|
||||
## [2.3.5]
|
||||
- Change: make canvas.getObjects() always return a shallow copy of the array [#5162](https://github.com/fabricjs/fabric.js/pull/5162)
|
||||
- Fix: Improve fabric.Pattern.toSVG to look correct on offsets and no-repeat [#5164](https://github.com/fabricjs/fabric.js/pull/5164)
|
||||
- Fix: Do not enter edit in Itext if the mouseUp is relative to a group selector [#5153](https://github.com/fabricjs/fabric.js/pull/5153)
|
||||
- Improvement: Do not require xlink namespace in front of href attribut for svgs ( is a SVG2 new spec, unsupported ) [#5156](https://github.com/fabricjs/fabric.js/pull/5156)
|
||||
- Fix: fix resizeFilter having the wrong cached texture, also improved interaction between filters [#5165](https://github.com/fabricjs/fabric.js/pull/5165)
|
||||
|
||||
**Version 2.3.4**
|
||||
## [2.3.4]
|
||||
- Fix: ToSVG was ignoring excludeFromExport for backgroundImage and OverlayImage. [#5075](https://github.com/fabricjs/fabric.js/pull/5075)
|
||||
- Fix: ToSVG for circle with start and end angles. [#5085](https://github.com/fabricjs/fabric.js/pull/5085)
|
||||
- Fix: Added callback for setPatternFill. [#5101](https://github.com/fabricjs/fabric.js/pull/5101)
|
||||
|
|
@ -26,24 +28,24 @@
|
|||
- Improvement: Added some code to clean up some memory when canvas is disposed in nodejs. [#5142](https://github.com/fabricjs/fabric.js/pull/5142)
|
||||
- Fix: Make numeric origins work with group creation. [#5143](https://github.com/fabricjs/fabric.js/pull/5143)
|
||||
|
||||
**Version 2.3.3**
|
||||
## [2.3.3]
|
||||
- Fix: Fixed font generic names for text, measurement of zero width related characters and also trailing of cursor when zooming. [#5048](https://github.com/fabricjs/fabric.js/pull/5048)
|
||||
|
||||
**Version 2.3.2**
|
||||
## [2.3.2]
|
||||
- Fix: justify + charspacing + textDecoration Add and improve more events for transformations and mouse interaction. [#5007](https://github.com/fabricjs/fabric.js/pull/5007) [#5009](https://github.com/fabricjs/fabric.js/pull/5009)
|
||||
- Fix: Enter edit on object selected programmatically. [#5010](https://github.com/fabricjs/fabric.js/pull/5010)
|
||||
- Fix: Canvas.dispose was not removing all events properly. [#5020](https://github.com/fabricjs/fabric.js/pull/5020)
|
||||
- Fix: Make rgba and hsla regex work case insensitive. [#5017](https://github.com/fabricjs/fabric.js/pull/5017)
|
||||
- Fix: Make group transitioning from not cached to cached work. [#5021](https://github.com/fabricjs/fabric.js/pull/5021)
|
||||
|
||||
**Version 2.3.1**
|
||||
## [2.3.1]
|
||||
- Improve nested svg import and text positioning, spikes. [#4984](https://github.com/kangax/fabric.js/pull/4984)
|
||||
|
||||
**Version 2.3.0**
|
||||
## [2.3.0]
|
||||
- Add and improve more events for transformations and mouse interaction [#4979](https://github.com/kangax/fabric.js/pull/4979)
|
||||
- Improvement: whenever possible use cache for target transparency sampling [#4955](https://github.com/kangax/fabric.js/pull/4955)
|
||||
|
||||
**Version 2.2.4**
|
||||
## [2.2.4]
|
||||
- Fix getPointer on touch devices [#4866](https://github.com/kangax/fabric.js/pull/4866)
|
||||
- Fix issues with selectionDashArray bleeding into free drawing [#4894](https://github.com/kangax/fabric.js/pull/4894)
|
||||
- Fix blur filter for nodejs [#4905](https://github.com/kangax/fabric.js/pull/4905)
|
||||
|
|
@ -54,7 +56,7 @@
|
|||
- Fix isEqual failing on array/null or objects/null/string compare [#4949](https://github.com/kangax/fabric.js/pull/4949)
|
||||
- Fix pencilBrush with alpha and with rerendering canvas [#4938](https://github.com/kangax/fabric.js/pull/4938)
|
||||
|
||||
**Version 2.2.3**
|
||||
## [2.2.3]
|
||||
- improvement: Allow to parse quoted url string. url('#myid') [#4881](https://github.com/kangax/fabric.js/pull/4881)
|
||||
- improvement: text fromSVG import char-spacing attribute [#3718](https://github.com/kangax/fabric.js/pull/3718)
|
||||
- fix: text toSVG export with multiple spaces in safari [#4880](https://github.com/kangax/fabric.js/pull/4880)
|
||||
|
|
@ -67,7 +69,7 @@
|
|||
- improvements: Added single quoting to font names in toSVG [#4840](https://github.com/kangax/fabric.js/pull/4840)
|
||||
- improvements: Added reserved space to wrapLine functionality [#4841](https://github.com/kangax/fabric.js/pull/4841)
|
||||
|
||||
**Version 2.2.2**
|
||||
## [2.2.2]
|
||||
- Fixed: Applying filters to an image will invalidate its cache [#4828](https://github.com/kangax/fabric.js/pull/4828)
|
||||
- Fixed: Attempt at fix font families that requires quoting [#4831](https://github.com/kangax/fabric.js/pull/4831)
|
||||
- Improvement: check upperCanvas client size for textarea position [#4827](https://github.com/kangax/fabric.js/pull/4827)
|
||||
|
|
@ -75,36 +77,36 @@
|
|||
- Fixed: Wrapping of textbox with charspacing [#4803](https://github.com/kangax/fabric.js/pull/4803)
|
||||
- Fixed: bad calculation of empty line in text (regression from 2.2.0) [#4802](https://github.com/kangax/fabric.js/pull/4802)
|
||||
|
||||
**Version 2.2.1**
|
||||
## [2.2.1]
|
||||
- Reworked how amd and commonJS are together in the same file.
|
||||
|
||||
**Version 2.2.0**
|
||||
## [2.2.0]
|
||||
- Fixed: super/sub script svg export [#4780](https://github.com/kangax/fabric.js/pull/4780)
|
||||
- Added: Text superScript and subScript support [#4765](https://github.com/kangax/fabric.js/pull/4765)
|
||||
- Fixed: negative kerning support (Pacifico font) [#4772](https://github.com/kangax/fabric.js/pull/4772)
|
||||
- Fixed: removing text on mousedown should be safe now [#4774](https://github.com/kangax/fabric.js/pull/4774)
|
||||
- Improved: pass to inner functions the parameter calculate coords in isOnscreen [#4763](https://github.com/kangax/fabric.js/pull/4763)
|
||||
|
||||
**Version 2.1.0**
|
||||
## [2.1.0]
|
||||
- Added: Added: Drag and drop event binding [#4421](https://github.com/kangax/fabric.js/pull/4421)
|
||||
- Fixed: isEmptyStyle implementation for TextBox [#4762](https://github.com/kangax/fabric.js/pull/4762)
|
||||
|
||||
**Version 2.0.3**
|
||||
## [2.0.3]
|
||||
- Fix: now sub target check can work with subclasses of fabric.Group [#4753](https://github.com/kangax/fabric.js/pull/4753)
|
||||
- Improvement: PencilBrush is now compexity 1 instead of complexity N during draw [#4743](https://github.com/kangax/fabric.js/pull/4743)
|
||||
- Fix the cleanStyle was not checking for the right property to exist [#4751](https://github.com/kangax/fabric.js/pull/4751)
|
||||
- Fix onBeforeScaleRotate with canvas zoom [#4748](https://github.com/kangax/fabric.js/pull/4748)
|
||||
|
||||
**Version 2.0.2**
|
||||
## [2.0.2]
|
||||
- fixed image toSVG support for crop [#4738](https://github.com/kangax/fabric.js/pull/4738)
|
||||
- changed math for better rounded results [#4734](https://github.com/kangax/fabric.js/pull/4734)
|
||||
|
||||
**Version 2.0.1**
|
||||
## [2.0.1]
|
||||
- fixed filter for blend image in WEBGL [#4706](https://github.com/kangax/fabric.js/pull/4706)
|
||||
- fixed interactions between canvas toDataURL and multiplier + retina [#4705](https://github.com/kangax/fabric.js/pull/4705)
|
||||
- fixed bug with originX and originY not invalidating the transform [#4703](https://github.com/kangax/fabric.js/pull/4703)
|
||||
- fixed unwanted mutation on object enliving in fabric.Image [#4699](https://github.com/kangax/fabric.js/pull/4699)
|
||||
**Version 2.0.0**
|
||||
## [2.0.0]
|
||||
- final
|
||||
- fix dataurl and svg export on retina and rounding [#4674](https://github.com/kangax/fabric.js/pull/4674)
|
||||
- avoid error if iText is removed on mousedown [#4650](https://github.com/kangax/fabric.js/pull/4650)
|
||||
|
|
@ -197,18 +199,18 @@
|
|||
- improvement: added 2 percentage values to fabric.util.animate. [#4068](https://github.com/kangax/fabric.js/pull/4068)
|
||||
- change: pathOffset does not get exported anymore in path.toObject, toDatalessObject export sourcePath instead of modifying path. [#4108](https://github.com/kangax/fabric.js/pull/4108)
|
||||
|
||||
**Version 1.7.19**
|
||||
## [1.7.19]
|
||||
|
||||
- Fixed the flip of images with scale equally [#4313](https://github.com/kangax/fabric.js/pull/4313)
|
||||
- Improved touch detection [#4302](https://github.com/kangax/fabric.js/pull/4302)
|
||||
|
||||
|
||||
**Version 1.7.18**
|
||||
## [1.7.18]
|
||||
|
||||
- Fixed doubling of subtargets for preserveObjectStacking = true [#4297](https://github.com/kangax/fabric.js/pull/4297)
|
||||
- Added a dirty set to objects in group destroy.
|
||||
|
||||
**Version 1.7.17**
|
||||
## [1.7.17]
|
||||
|
||||
- Change: swapped style white-space:nowrap with attribute wrap="off" since the style rule was creating problems in browsers like ie11 and safari. [#4119](https://github.com/kangax/fabric.js/pull/4119)
|
||||
- Fix: Remove an object from activeGroup if removed from canvas [#4120](https://github.com/kangax/fabric.js/pull/4120)
|
||||
|
|
@ -218,7 +220,7 @@
|
|||
- Fix: avoid exporting bgImage and overlayImage if excludeFromExport = true [#4119](https://github.com/kangax/fabric.js/pull/4119)
|
||||
- Fix: Avoid group fromObject mutating original data [#4111](https://github.com/kangax/fabric.js/pull/4111)
|
||||
|
||||
**Version 1.7.16**
|
||||
## [1.7.16]
|
||||
|
||||
- improvement: added 2 percentage values to fabric.util.animate. [#4068](https://github.com/kangax/fabric.js/pull/4068)
|
||||
- Improvement: avoid multiplying identity matrices in calcTransformMatrix function
|
||||
|
|
@ -226,19 +228,19 @@
|
|||
- Improvement: Pass the event to object:modified when available. [#4061](https://github.com/kangax/fabric.js/pull/4061)
|
||||
|
||||
|
||||
**Version 1.7.15**
|
||||
## [1.7.15]
|
||||
|
||||
- Improvement: Made iText keymap public. [#4053](https://github.com/kangax/fabric.js/pull/4053)
|
||||
- Improvement: Fix a bug in updateCacheCanvas that was returning always true [#4051](https://github.com/kangax/fabric.js/pull/4051)
|
||||
|
||||
**Version 1.7.14**
|
||||
## [1.7.14]
|
||||
|
||||
- Improvement: Avoid cache canvas to resize each mouse move step. [#4037](https://github.com/kangax/fabric.js/pull/4037)
|
||||
- Improvement: Make cache canvas limited in size. [#4035](https://github.com/kangax/fabric.js/pull/4035)
|
||||
- Fix: Make groups and statefull cache work. [#4032](https://github.com/kangax/fabric.js/pull/4032)
|
||||
- Add: Marked the hiddentextarea from itext so that custom projects can recognize it. [#4022](https://github.com/kangax/fabric.js/pull/4022)
|
||||
|
||||
**Version 1.7.13**
|
||||
## [1.7.13]
|
||||
|
||||
- Fix: Try to minimize delay in loadFroJson [#4007](https://github.com/kangax/fabric.js/pull/4007)
|
||||
- Fix: allow fabric.Color to parse rgba(x,y,z,.a) without leading 0 [#4006](https://github.com/kangax/fabric.js/pull/4006)
|
||||
|
|
@ -247,7 +249,7 @@
|
|||
- Check for slice before action.slice. Avoid conflicts with heavy customized code. [#3992](https://github.com/kangax/fabric.js/pull/3992)
|
||||
|
||||
|
||||
**Version 1.7.12**
|
||||
## [1.7.12]
|
||||
|
||||
- Fix: removed possible memleaks from window resize event. [#3984](https://github.com/kangax/fabric.js/pull/3984)
|
||||
- Fix: restored default cursor to noTarget only. unselectable objects get the standard hovercursor. [#3953](https://github.com/kangax/fabric.js/pull/3953)
|
||||
|
|
@ -260,11 +262,11 @@
|
|||
- Fix: After addWithUpdate or removeWithUpdate object coords must be updated. [#3911](https://github.com/kangax/fabric.js/pull/3911)
|
||||
|
||||
|
||||
**Version 1.7.11**
|
||||
## [1.7.11]
|
||||
|
||||
- Hotfix: restore path-groups ability to render [#3877](https://github.com/kangax/fabric.js/pull/3877)
|
||||
|
||||
**Version 1.7.10**
|
||||
## [1.7.10]
|
||||
|
||||
- Fix: correct svg export for radial gradients [#3807](https://github.com/kangax/fabric.js/pull/3807)
|
||||
- Fix: Update fireout events to export the event object [#3853](https://github.com/kangax/fabric.js/pull/3853)
|
||||
|
|
@ -277,14 +279,14 @@
|
|||
- Fix: Always send event data to object:selected [#3871](https://github.com/kangax/fabric.js/pull/3871)
|
||||
- Improvement: reduce angle calculation error [#3872](https://github.com/kangax/fabric.js/pull/3872)
|
||||
|
||||
**Version 1.7.9**
|
||||
## [1.7.9]
|
||||
|
||||
- Fix: Avoid textarea wrapping from chrome v57+ [#3804](https://github.com/kangax/fabric.js/pull/3804)
|
||||
- Fix: double click needed to move cursor when enterEditing is called programmatically [#3804](https://github.com/kangax/fabric.js/pull/3804)
|
||||
- Fix: Style regression when inputing new style objects [#3804](https://github.com/kangax/fabric.js/pull/3804)
|
||||
- Add: try to support crossOrigin for svg image tags [#3804](https://github.com/kangax/fabric.js/pull/3804)
|
||||
|
||||
**Version 1.7.8**
|
||||
## [1.7.8]
|
||||
|
||||
- Fix: Fix dirty flag propagation [#3782](https://github.com/kangax/fabric.js/pull/3782)
|
||||
- Fix: Path parsing error in bounding boxes of curves [#3774](https://github.com/kangax/fabric.js/pull/3774)
|
||||
|
|
@ -292,7 +294,7 @@
|
|||
- Add: Add parameter to detect and skip offscreen drawing [#3758](https://github.com/kangax/fabric.js/pull/3758)
|
||||
- Fix: textarea loosing focus after a drag and exit from canvas [#3759](https://github.com/kangax/fabric.js/pull/3759)
|
||||
|
||||
**Version 1.7.7**
|
||||
## [1.7.7]
|
||||
|
||||
- Fix for opacity parsing in svg with nested opacities [#3747](https://github.com/kangax/fabric.js/pull/3747)
|
||||
- Fix text initialization and boundingrect [#3745](https://github.com/kangax/fabric.js/pull/3745)
|
||||
|
|
@ -302,18 +304,18 @@
|
|||
- fix for deselected event not fired on mouse actions [#3716](https://github.com/kangax/fabric.js/pull/3716)
|
||||
- fix for blurriness introduced on 1.7.3 [#3721](https://github.com/kangax/fabric.js/pull/3721)
|
||||
|
||||
**Version 1.7.6**
|
||||
## [1.7.6]
|
||||
|
||||
- Fix: make the cacheCanvas created on the fly if not available [#3705](https://github.com/kangax/fabric.js/pull/3705)
|
||||
|
||||
**Version 1.7.5**
|
||||
## [1.7.5]
|
||||
|
||||
- Improvement: draw textbackgroundColor in one single pass when possible @stefanhayden [#3698](https://github.com/kangax/fabric.js/pull/3698)
|
||||
- Improvement: fire selection changed event just if text is editing [#3702](https://github.com/kangax/fabric.js/pull/3702)
|
||||
- Improvement: Add object property 'needsItsOwnCache' [#3703](https://github.com/kangax/fabric.js/pull/3703)
|
||||
- Improvement: Skip unnecessary transform if they can be detected with a single if [#3704](https://github.com/kangax/fabric.js/pull/3704)
|
||||
|
||||
**Version 1.7.4**
|
||||
## [1.7.4]
|
||||
|
||||
- Fix: Moved all the touch event to passive false so that they behave as before chrome changes [#3690](https://github.com/kangax/fabric.js/pull/3690)
|
||||
- Fix: force top and left in the object representation of a path to avoid reparsing on restore [#3691](https://github.com/kangax/fabric.js/pull/3691)
|
||||
|
|
@ -330,7 +332,7 @@
|
|||
- Fix: Restart rendering of cursor after entering some text [#3643](https://github.com/kangax/fabric.js/pull/3643)
|
||||
- Add: fabric.Color support toHexa() method now [#3615](https://github.com/kangax/fabric.js/pull/3615)
|
||||
|
||||
**Version 1.7.3**
|
||||
## [1.7.3]
|
||||
|
||||
- Improvement: mousewheel event is handled with target and fired also from objects. [#3612](https://github.com/kangax/fabric.js/pull/3612)
|
||||
- Improvement: Pattern loads for canvas background and overlay, corrected svg pattern export [#3601](https://github.com/kangax/fabric.js/pull/3601)
|
||||
|
|
@ -342,7 +344,7 @@
|
|||
- Improvement: do not reload backgroundImage as an image if is different type [#3550](https://github.com/kangax/fabric.js/pull/3550)
|
||||
- Improvement: if a children element is set dirty, set the parent dirty as well. [#3564](https://github.com/kangax/fabric.js/pull/3564)
|
||||
|
||||
**Version 1.7.2**
|
||||
## [1.7.2]
|
||||
|
||||
- Fix: Textbox do not use stylemap for line wrapping [#3546](https://github.com/kangax/fabric.js/pull/3546)
|
||||
- Fix: Fix for firing object:modified in macOS sierra [#3539](https://github.com/kangax/fabric.js/pull/3539)
|
||||
|
|
@ -354,7 +356,7 @@
|
|||
- Add: Shift and Alt key used for transformations are now dynamic. [#3479](https://github.com/kangax/fabric.js/pull/3479)
|
||||
- Fix: fix to polygon and cache. Added cacheProperties for all classes [#3490](https://github.com/kangax/fabric.js/pull/3490)
|
||||
|
||||
**Version 1.7.1**
|
||||
## [1.7.1]
|
||||
|
||||
- Add: Gradients/Patterns support customAttributes in toObject method [#3477](https://github.com/kangax/fabric.js/pull/3477)
|
||||
- Fix: IText/Textbox not blurring keyboard on ios 10 [#3476](https://github.com/kangax/fabric.js/pull/3476)
|
||||
|
|
@ -362,7 +364,7 @@
|
|||
- Fix: Fix for group returning negative scales [#3474](https://github.com/kangax/fabric.js/pull/3474)
|
||||
- Fix: hotfix for textbox [#3441](https://github.com/kangax/fabric.js/pull/3441)[#3473](https://github.com/kangax/fabric.js/pull/3473)
|
||||
|
||||
**Version 1.7.0**
|
||||
## [1.7.0]
|
||||
|
||||
- Add: Object Caching [#3417](https://github.com/kangax/fabric.js/pull/3417)
|
||||
- Improvement: group internal objects have coords not affected by canvas zoom [#3420](https://github.com/kangax/fabric.js/pull/3420)
|
||||
|
|
@ -370,7 +372,7 @@
|
|||
- Fix: null check on .setActive [#3435](https://github.com/kangax/fabric.js/pull/3435)
|
||||
- Fix: function error in clone deep. [#3434](https://github.com/kangax/fabric.js/pull/3434)
|
||||
|
||||
**Version 1.6.7**
|
||||
## [1.6.7]
|
||||
|
||||
- Add: Snap rotation added to objects. two parameter introduced, snapAngle and snapTreshold. [#3383](https://github.com/kangax/fabric.js/pull/3383)
|
||||
- Fix: Pass target to right click event. [#3381](https://github.com/kangax/fabric.js/pull/3381)
|
||||
|
|
@ -380,14 +382,14 @@
|
|||
- Fix: Do not export defaults properties for bg and overlay if requested. [#3415](https://github.com/kangax/fabric.js/pull/3415)
|
||||
- Fix: Change export toObect to always delete default properties if requested. [#3416](https://github.com/kangax/fabric.js/pull/3416)
|
||||
|
||||
**Version 1.6.6**
|
||||
## [1.6.6]
|
||||
|
||||
- Add: Contrast and Saturate filters [#3341](https://github.com/kangax/fabric.js/pull/3341)
|
||||
- Fix: Correct registering and removal of events to handle iText objects. [#3349](https://github.com/kangax/fabric.js/pull/3349)
|
||||
- Fix: Corrected 2 regression of 1.6.5 (dataurl export and itext clicks)
|
||||
- Fix: Corrected path boundaries calculation for Arcs ( a and A ) [#3347](https://github.com/kangax/fabric.js/pull/3347)
|
||||
|
||||
**Version 1.6.5**
|
||||
## [1.6.5]
|
||||
|
||||
- Fix: charspacing, do not get subzero with charwidth.
|
||||
- Improvement: add callback support to all object cloning. [#3212](https://github.com/kangax/fabric.js/pull/3212)
|
||||
|
|
@ -409,7 +411,7 @@
|
|||
- Fix: Error in dataURL with multiplier was outputting very big canvas with retina [#3314](https://github.com/kangax/fabric.js/pull/3314)
|
||||
- Fix: Error in style map was not respecting style if textbox started with space [#3315](https://github.com/kangax/fabric.js/pull/3315)
|
||||
|
||||
**Version 1.6.4**
|
||||
## [1.6.4]
|
||||
|
||||
- Improvement: Ignore svg: namespace during svg import. [#3081](https://github.com/kangax/fabric.js/pull/3081)
|
||||
- Improvement: Better fix for lineHeight of iText/Text [#3094](https://github.com/kangax/fabric.js/pull/3094)
|
||||
|
|
@ -434,7 +436,7 @@
|
|||
- Improvement: Added object deselected event. [#3195](https://github.com/kangax/fabric.js/pull/3195)
|
||||
- Fix: loadFromJson callback now gets fired after filter are applied [#3210](https://github.com/kangax/fabric.js/pull/3210)
|
||||
|
||||
**Version 1.6.3**
|
||||
## [1.6.3]
|
||||
|
||||
- Improvement: Use reviver callback for background and overlay image when doing svg export. [#2975](https://github.com/kangax/fabric.js/pull/2975)
|
||||
- Improvement: Added object property excludeFromExport to avoid exporting the object to JSON or to SVG. [#2976](https://github.com/kangax/fabric.js/pull/2976)
|
||||
|
|
@ -457,7 +459,7 @@
|
|||
- Improvement: Correctly render the cursor with viewport scaling, improved the cursor centering. [#3057](https://github.com/kangax/fabric.js/pull/3057)
|
||||
- Fix: Use canvas zoom and pan when using is target transparent. [#2980](https://github.com/kangax/fabric.js/pull/2980)
|
||||
|
||||
**Version 1.6.2**
|
||||
## [1.6.2]
|
||||
|
||||
- Fix: restore canvas properties on loadFromJSON with includeProperties. [#2921](https://github.com/kangax/fabric.js/pull/2921)
|
||||
- Fix: Allow hoverCursor on non selectable objects, moveCursor does not appear if the object is not moveable.
|
||||
|
|
@ -479,7 +481,7 @@ Added object.moveCursor to specify a cursor for moving per object. [#2924](https
|
|||
- Fix: Object.toDataUrl export when some window.devicepixelRatio is present (retina or browser zoom) [#2972](https://github.com/kangax/fabric.js/pull/2972)
|
||||
|
||||
|
||||
**Version 1.6.1**
|
||||
## [1.6.1]
|
||||
|
||||
- Fix: image with broken element throwing error on toObject() [#2878](https://github.com/kangax/fabric.js/pull/2878)
|
||||
- Fix: Warning on trying to set proprietary browser version of ctxImageSmoothingEnabled [#2880](https://github.com/kangax/fabric.js/pull/2880)
|
||||
|
|
@ -496,7 +498,7 @@ Added object.moveCursor to specify a cursor for moving per object. [#2924](https
|
|||
- Improvement: Make small object draggable easier [#2907](https://github.com/kangax/fabric.js/pull/2907)
|
||||
- Improvement: Use sendToBack, bringToFront, bringForward, sendBackwards for multiple selections [#2908](https://github.com/kangax/fabric.js/pull/2908)
|
||||
|
||||
**Version 1.6.0**
|
||||
## [1.6.0]
|
||||
|
||||
- Fix rendering of activeGroup objects while preserveObjectStacking is active. [ regression from [#2083](https://github.com/kangax/fabric.js/pull/2083) ]
|
||||
- Fix `fabric.Path` initialize with user options [#2117](https://github.com/kangax/fabric.js/pull/2117)
|
||||
|
|
@ -597,7 +599,7 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
- Fix: Canvas dispose remove the extra created elements. [#2875](https://github.com/kangax/fabric.js/pull/2875)
|
||||
- IText improvements to cut-copy-paste, edit, mobile jumps and style. [#2868](https://github.com/kangax/fabric.js/pull/2868)
|
||||
|
||||
**Version 1.5.0**
|
||||
## [1.5.0]
|
||||
|
||||
**Edge**
|
||||
- Added image preserve aspect ratio attributes and functionality (fabric.Image.alignY, fabric.Image.alignY, fabric.Image.meetOrSlic )
|
||||
|
|
@ -620,7 +622,7 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
- Add `fabric.Canvas#imageSmoothingEnabled`
|
||||
- Add `copy/paste` support for iText (uses clipboardData)
|
||||
|
||||
**Version 1.4.0**
|
||||
## [1.4.0]
|
||||
|
||||
- [BACK_INCOMPAT] JSON and Cufon are no longer included in default build
|
||||
|
||||
|
|
@ -636,7 +638,7 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
|
||||
- [BACK_INCOMPAT] Split `centerTransform` into the properties `centeredScaling` and `centeredRotation`. Object rotation now happens around originX/originY point UNLESS `centeredRotation=true`. Object scaling now happens non-centered UNLESS `centeredScaling=true`.
|
||||
|
||||
**Version 1.3.0**
|
||||
## [1.3.0]
|
||||
|
||||
- [BACK_INCOMPAT] Remove selectable, hasControls, hasBorders, hasRotatingPoint, transparentCorners, perPixelTargetFind from default object/json representation of objects.
|
||||
|
||||
|
|
@ -648,7 +650,7 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
|
||||
- [BACK_INCOMPAT] `fabric.Path.fromObject` is now async. `fabric.Canvas#loadFromDatalessJSON` is deprecated.
|
||||
|
||||
**Version 1.2.0**
|
||||
## [1.2.0]
|
||||
|
||||
- [BACK_INCOMPAT] Make `fabric.Object#toDataURL` synchronous.
|
||||
|
||||
|
|
@ -659,7 +661,7 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
|
||||
- [BACK_INCOMPAT] `fabric.Group#objects` -> `fabric.Group._objects`.
|
||||
|
||||
**Version 1.1.0**
|
||||
## [1.1.0]
|
||||
|
||||
- [BACK_INCOMPAT] `fabric.Text#setFontsize` becomes `fabric.Object#setFontSize`.
|
||||
|
||||
|
|
@ -667,4 +669,4 @@ BACK INCOMPATIBILITY: removed 'allOnTop' parameter from fabric.StaticCanvas.rend
|
|||
`fabric.Canvas.toDataURLWithMultiplier` is deprecated;
|
||||
use `fabric.Canvas.toDataURL({ multiplier: … })` instead
|
||||
|
||||
**Version 1.0.0**
|
||||
## [1.0.0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue