Releases: samid737/phaser3-plugin-pathbuilder
Releases · samid737/phaser3-plugin-pathbuilder
Phaser 3 Plugin Path Builder v1.8.0 Release
Version 1.8.0 - March 24th 2019
NOTE
Supports Phaser 3.16 (Input API changes).
This version of the plugin will not work with anything below Phaser 3.16.
Features
Updates
- Upgrade to Phaser 3.16.2.
Bug Fixes
-
Fixed pointer problems due to API changes since 3.16.2, related to the dragState property. described in 3.16.1 release notes.
Thanks
Phaser 3 Plugin Path Builder v1.7.5 Release
Version 1.7.5 - November 10th 2018
Features
Updates
- Upgrade to Phaser 3.15.
Bug Fixes
- Fixed global reference to game object causing undefined errors.
Thanks
Phaser 3 Plugin Path Builder v1.7.3 Release
Version 1.7.3 - September 8th 2018
Features
Updates
- Upgrade to Phaser 3.1.2.
Bug Fixes
- Fixed import and export buttons by correcting callback function reference. Fix #1 (thanks @FeH9).
Thanks
- @FeH9
Phaser 3 Plugin Path Builder v1.7.1 Release
Version 1.7.1 - August 4th 2018
Note
Patched for Phaser v3.1.1 Camera API.
Features
Updates
- Upgrade to Phaser 3.1.1.
- Integrate Phaser 3.1.1 Camera API.
Bug Fixes
Thanks
Phaser 3 Plugin Path Builder v1.7.0 Release
Version 1.7.0 - Juli 8th 2018
Note
Supports Phaser 3.10.
ES6 is used since v.1.7.0. ES5 is now legacy and is still available in a seperate branch.
Features
- Added snap button to toggle grid snapping.
- Added toggle button class.
Updates
- Switch to ES6 classes.
- refactor place() function.
- Integrate ES6 plugin API.
Bug Fixes
Thanks
Phaser 3 Plugin Path Builder v1.6.1 Release
Version 1.6.1 - June 17th 2018
Notes:
Supports Phaser >= 3.10.0
Features
Updates
- Update to Phaser 3.10.1
- Integrate API changes.
- Added a Menu class (container).
- Remove obsolete pointer override code.
Bug Fixes
Thanks
Phaser 3 Plugin Path Builder v1.6.0 Release
Version 1.6.0 - May 20th 2018
Notes:
Supports Phaser 3.8.0 and 3.9.0 (Plugin API updates).
Features
Updates
- Update to Phaser 3.8.0.
- Integrate API changes.
- Added ES5 Branch.
Bug Fixes
- Fixed issue where middle mouse button press would place A point.
- Fixed issue where right mouse button press would undo A placement.
Thanks
Phaser 3 Plugin Path Builder v1.5.0 Release
Version 1.5.0 - May 11th 2018
Note
Supports Phaser up to 3.6.0
Features
- Added Scene explorer, hold middle mouse button to move through the game scene.
- Added reset view button.
- Added camera zooming using mouse scroll.
- Added mouse cursors for improved UX.
Updates
- Update to Phaser 3.6.0.
- Added DOM mousewheel scroll.
- Updated Controls: Right mouse button for selection.
- Updated Controls: Middle mouse button for hand tool.
Bug Fixes
- Duplicate tween previews.
Thanks
Phaser 3 Plugin Path Builder v1.1.3 Release
Version 1.1.3 - April 2th 2018
Features
- Added main scene pause resume buttons.
Updates
- Update to Phaser 3.3.0
- UI aligned with canvas size.
Bug Fixes
- Fixed issue with preview button calling .start instead of .startFollow.
Thanks
Phaser 3 Plugin Path Builder v1.1.0 Release
Version 1.1.0 - March 25th 2018
Features
- Added curve undo option.
Updates
- Pointer selection becomes inactive when moving away from menu.
Bug Fixes
- Fixed issue where preview crashed after clearing path.
- Fixed issue where Spline was not drawn after clearing path.
- Fixed issue where Ellipse was not drawn when placing.
- Unwanted curve when entering select mode fixed.