Skip to content

Releases: bfanger/pixi-inspector

2.9.0

19 Apr 10:27
Compare
Choose a tag to compare
  • When hovering over a node in the treeview/outliner the node is highlighted (in blue) in the application, similar to how it works in the element panel.

2.8.0

13 Apr 08:49
Compare
Choose a tag to compare
  • Added support for Pixi.js version 8

2.7.0

24 Sep 13:42
Compare
Choose a tag to compare
  • Added Rendering & Interactivity panels #120 & #121
  • Firefox panel icon based on darkmode setting
  • Arrow buttons in number inputs work again #118

2.6.1

18 Apr 16:30
Compare
Choose a tag to compare
  • Fixed bug introduced in 2.6.0 when not using __PIXI_APP__ or __PHASER_GAME__ the properties panel didn't work #117
  • When only a PIXI_RENDERER is defined, the scene is extracted from the _lastObjectRendered property.

2.6.0

16 Apr 16:01
Compare
Choose a tag to compare
  • Text & Font properties (Use shift-enter for multiline text)

2.5.0

08 Apr 16:34
Compare
Choose a tag to compare
  • Added Visibility panel (Includes alpha and "visible" toggle)
  • Panels are now collapsible
  • Added speed control ( Inspired by #114 )

2.4.0

26 Mar 09:26
Compare
Choose a tag to compare
  • Don't select invisible items
  • Allow disabling selection from the outliner
  • Clicking again without moving the mouse selects the next layer
  • Highlight no longer affected by scale transforms
  • Added Pivot X & Y properties
  • Added Origin X & Y properties (Phaser's version of anchor)

2.3.0

18 Mar 15:59
Compare
Choose a tag to compare

Features

  • Search #99
  • Anchor/Origin dot #110
  • Re-added injection based on global PIXI instance
  • Copy-to-clipboard button for the code-snippets

Bugfixes

  • Arrows now clickable in number input
  • Less janky number drag behavior when dragging "too fast" in firefox.
  • The overlay now works when switching iframes

2.2.0

12 Mar 15:25
Compare
Choose a tag to compare
  • Change the values in the NumberInputs by dragging the mouse or clicking the buttons
  • Fixed a bug that caused CORS errors when trying to detect PIXI in protected iframes

2.1.0

11 Mar 19:44
Compare
Choose a tag to compare
  • Using a PIXI.Application is no longer required
  • Added additional properties (Width, Height, SkewX, SkewY, Alpha)
  • Double click in the TreeView to console.log a node
  • Published as Firefox Add-on