Skip to content

Commit

Permalink
Set version 3.31.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Nov 24, 2021
1 parent bc4bb1b commit 687891b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Change Log

## dev
## v3.31.0-beta - Nov 24, 2021

### Added

* [#143](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/143) Fixes bitmap font loading when pasting a bitmap text object from other scene.
* [#145](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/145): BitmapText: adds support for `maxWidth` property.
* Scene editor: commands for setting default render type.

### Changed

* AllInOne: the Play Project command opens the default browser.
* Scene compiler: formats Text style JSON with a VSCode similar formatting.

### Fixed

* Scene editor: fixes Break Parent command.
* [#143](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/143) Fixes bitmap font loading when pasting a bitmap text object from other scene.
* [#154](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/154) Incorrect position values passed to super call in derived class of nested prefab.
* #[150](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/150) Incorrect editor representation: Unlocked nested prefab properties aren't applied to instances of the prefab.
* [150](https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/150) Incorrect editor representation: Unlocked nested prefab properties aren't applied to instances of the prefab.
* Fixes serialization of default origin values in Text and BitmapText objects. It now uses `(0, 0)` in those cases.
* Always include the value of an unlocked property in the scene serialization and the code generation.
* Scene Editor: allows changing the origin of a container prefab instance with unlocked position.
* Scene Editor: fixes var name of nested prefabs.
* AllInOne: the Play Project command opens the default browser.
* Scene compiler: formats Text style JSON with a VSCode similar formatting.

## v3.30.0 - Sep 18, 2020
## v3.30.0 - Sep 18, 2021

### Added

Expand Down
2 changes: 1 addition & 1 deletion source/editor/plugins/phasereditor2d.ide/src/IDEPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ namespace phasereditor2d.ide {

/* program entry point */

export const VER = "3.30.0-next";
export const VER = "3.31.0-beta";

async function main() {

Expand Down

0 comments on commit 687891b

Please sign in to comment.