Releases: bfanger/pixi-inspector
Releases · bfanger/pixi-inspector
2.9.2
- Renamed
__PIXI_DEVTOOLS__
to __PIXI_INSPECTOR__
to improve compatibility with other extensions
- Speed improvements for Pixi 7 and lower
- Refactor:
- Converted code base to use Svelte v5
- Removed sass dependency
2.9.0
- 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
- Added support for Pixi.js version 8
2.7.0
- Added Rendering & Interactivity panels #120 & #121
- Firefox panel icon based on darkmode setting
- Arrow buttons in number inputs work again #118
2.6.1
- 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
- Text & Font properties (Use shift-enter for multiline text)
2.5.0
- Added Visibility panel (Includes alpha and "visible" toggle)
- Panels are now collapsible
- Added speed control ( Inspired by #114 )
2.4.0
- 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
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
- 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