This log was last generated on Fri, 06 Oct 2023 02:33:43 GMT and should not be manually modified.
Fri, 06 Oct 2023 02:33:43 GMT
- Change preprendTransform visiblity to protected
Mon, 03 Jul 2023 13:17:51 GMT
- Drop @pixi/interaction import for forward compatibility
- Handle pointerup events outside of handles to prevent sticky buttons issue (@SampsaKaskela)
Sun, 16 Apr 2023 20:43:53 GMT
- Use globalpointermove instead of pointermove for PixiJS 7 compatibility (requires 7.2.0) (@rnike)
Sun, 05 Mar 2023 03:28:18 GMT
- Upgrade to PixiJS 7
Sat, 21 May 2022 23:41:14 GMT
- Fix transformer handles on mobile
Tue, 07 Sep 2021 01:18:24 GMT
- New lockAspectRatio feature
Fri, 30 Jul 2021 18:24:29 GMT
- Fix type declarations not generated for 2.5.3
Fri, 30 Jul 2021 18:00:26 GMT
- Support for passing the stage for listening to pointermove events. This is useful when you're using the new EventSystem or moveWhenInside optimization with the interaction manager.
Sun, 18 Jul 2021 02:26:58 GMT
- Fix transformer blocking pointermove events even when the user is not editing the transform group
Sat, 17 Jul 2021 20:49:05 GMT
- Fix issues with cursors and handle hit-testing when using projection transforms
Sun, 11 Jul 2021 20:57:07 GMT
- Add new "cursors" option, allowing custom cursors for box-rotation/box-scaling areas.
Sun, 27 Jun 2021 23:47:01 GMT
- New "cursors" option for custom CSS cursors for box rotation/scaling areas
Sun, 16 May 2021 01:04:10 GMT
- Fix last release that wasn't built before releasing
Sun, 16 May 2021 01:00:19 GMT
- Add boundingBoxes="none" option to not draw anything visible in the wireframe at all
Mon, 10 May 2021 01:32:07 GMT
- Add
boundingBoxes
option, where "groupOnly" won't draw the bounding boxes for individual items
Wed, 17 Mar 2021 16:12:19 GMT
- Upgrade to PixiJS 6
Sat, 27 Feb 2021 19:23:00 GMT
Version update only
Sun, 10 Jan 2021 19:40:19 GMT
- Fix box rotation interference with translation (dragging) when the group was sufficiently small. Also, fixed handle positioning problems.
Thu, 31 Dec 2020 22:56:47 GMT
- Add lazyMode
Sat, 05 Dec 2020 21:58:39 GMT
- Made boxScaling handle higher priority than boxRotation handles. Also, the outer tolerance of boxScaling handles was increased by 50% to account for long arrow cursors. These fix the problem where the object would rotate instead of scale at tiny sizes.
Thu, 17 Sep 2020 19:03:40 GMT
- Adds cursors for box-scaling by making the box-scaling regions interactive
Thu, 17 Sep 2020 18:23:47 GMT
- Box-rotation feature added
Wed, 16 Sep 2020 16:09:33 GMT
- Rebuild @pixi-essentials/transformer 😅
Wed, 16 Sep 2020 15:53:04 GMT
- Make box-scaling work even with scaleEnabled = false.
Sat, 12 Sep 2020 16:36:52 GMT
- Patch to capture box-scaling even when translateEnabled=false
Sat, 12 Sep 2020 15:13:14 GMT
- Box scaling feature added - allow user to scale the object by dragging the bounding-box edges
Wed, 02 Sep 2020 16:11:04 GMT
- Prevent Transformer from capturing interaction events when translateEnabled = false. Skip redrawing the Transformer when it is not visible or renderable.
Sun, 30 Aug 2020 19:24:19 GMT
- commitGroup when translation is done! This fixes the problem where transformcommit was not fired after the user dragged the transformer!
Tue, 25 Aug 2020 14:04:16 GMT
- Patch flipping behaviour when both x,y axes are flipped
Mon, 24 Aug 2020 20:29:11 GMT
- Patch handle swapping correctly when flipping along x-axis using a non-middle handles.
Mon, 24 Aug 2020 19:21:37 GMT
- Remove console.log() statement in scaleGroup()
Mon, 24 Aug 2020 19:11:36 GMT
- Fix bugs with negative scaling (flipping), clear transformer handles when redrawing, do not allow a scaling factor of 0.
Sun, 23 Aug 2020 16:15:49 GMT
- Patch stuttering problem occuring due to delayed calculation of handle positions.
Thu, 20 Aug 2020 15:34:06 GMT
- Add transformType, getGroupBounds APIs
Wed, 19 Aug 2020 15:31:07 GMT
- transformcommit event
Mon, 17 Aug 2020 20:24:17 GMT
- Support for projection-transforms, and placement inside scaled/rotated containers.
Sun, 16 Aug 2020 19:35:37 GMT
- Refactored documentation & event handling, added group translation, options for enabling/disabling specific handles, skew transformation, rotation/skew snapping, transformer-handles will redraw on style change.
Sat, 15 Aug 2020 22:03:46 GMT
- Added handleStyle, wireframeStyle getters/setters
Sat, 15 Aug 2020 20:26:58 GMT
- y
- Fixed UMD builds