Skip to content

Releases: sajmoni/pixi-ex

v0.5.0

19 Nov 16:00
Compare
Choose a tag to compare
  • Make hover callbacks optional dec3b5f
  • Require app to be passed into functions and remove "init" b7f9ddf
  • Remove redundant isCollding function c92455a
  • Add a centerPivot function 56c1985
  • Remove redundant loadAssets and getTexture 6abb53c

v0.4.0...v0.5.0

v0.4.0

12 Nov 10:54
Compare
Choose a tag to compare
  • Add support for Pixi v7 4579213
  • Remove onDrag 500b402
  • Make getWidth and getHeight fail if hitArea is not Rectangle 9798a29

v0.3.2...v0.4.0

v0.3.2

11 Jun 11:36
Compare
Choose a tag to compare
  • Make showMousePosition handle resolution d5cbb34

v0.3.1...v0.3.2

v0.3.1

11 Jun 11:29
Compare
Choose a tag to compare
  • Add function to display mouse position 7ab72e6

v0.3.0...v0.3.1

v0.3.0

06 Jun 11:12
Compare
Choose a tag to compare
  • Rename makeResizable to handleResize 3e72bb4
  • Rename makeDraggable to onDrag 3837bb9
  • Rename makeHoverable to onHover 65e2862
  • Rename makeClickable to onClick e29a3b0

v0.2.0...v0.3.0

v0.2.0

13 Feb 12:30
Compare
Choose a tag to compare

Breaking

  • Require lineStyle to be set by the consumer of showGrid e365df1
  • Publish ESM only 3cf9d93
  • Constructors do less things 2caed08

v0.2.0-0...v0.2.0

v0.2.0-0

10 Dec 13:23
Compare
Choose a tag to compare
v0.2.0-0 Pre-release
Pre-release

Breaking

  • Constructors no longer accept texture names as input 1a131fa
  • Do not remove file ending when generating texture ids 2ed7ebe
  • Rename prepareFill to beginFill 87911f3

Features

  • Add a rectangle constructor 85678a6

Improvements

  • Use named imports in core 493aaea
  • Use named imports in constructors ef25cb7

v0.1.1...v0.2.0-0

v0.1.1

21 Nov 11:59
Compare
Choose a tag to compare

Features

Improvements

  • Tweak helper types 127bbe4
  • Require textureNames for animatedSprite 85d756d
  • Make onChange callback optional for useAutoFullScreen 809f164

v0.1.0...v0.1.1

v0.1.0

03 Oct 11:40
Compare
Choose a tag to compare
  • Add helper and constructor functions

v0.0.12

28 Dec 11:09
Compare
Choose a tag to compare

Maintenance

  • Fix broken grid when resolution !== 1 and stage scale !== 1 649204e
  • Update dependencies cb1600e

v0.0.11...v0.0.12