CHANGELOG.md
March 24, 2019 ยท View on GitHub
Version 1.8.0 - March 24th 2019
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| https://github.com/photonstorm/phaser/releases/tag/v3.16.1] release notes.
Thanks
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
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
Version 1.7.1 - August 4th 2018
Features
Updates
- Upgrade to Phaser 3.1.1.
- Integrate Phaser 3.1.1 Camera API.
Bug Fixes
Thanks
Version 1.7.0 - Juli 8th 2018
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
Version 1.6.1 - June 17th 2018
Features
Updates
- Update to Phaser 3.10.1
- Integrate API changes.
- Added a Menu class (container).
- Remove obsolete pointer override code.
Bug Fixes
Thanks
Version 1.6.0 - May 20th 2018
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
Version 1.5.0 - May 11th 2018
Features
- Added Scene explorer.
- Added reset view button.
- Added camera zooming using mouse scroll.
- Added mouse cursors for UX.
Updates
- Update to Phaser 3.6.0.
- Added DOM mousewheel scroll.
- Right mouse button for selection.
- Middle mouse button for hand tool.
Bug Fixes
- Duplicate tween previews.
Thanks
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
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.
Thanks
Version 1.0.0 - March 19th 2018
Features
- Snap holding S key.
- Clear path option.
Updates
Bug Fixes
Thanks
@samid737