Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc-git committed Mar 3, 2019
1 parent d184235 commit 50e20fa
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
<a name="1.0.0-beta.3"></a>
# [1.0.0-beta.3](https://github.com/Wonder-Technology/Wonder-Editor/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2019-03-03)


### Bug Fixes

* **scene-view:** fix "rotation gizmo"->rotate on axis bug ([120257d](https://github.com/Wonder-Technology/Wonder-Editor/commit/120257d))


### Features

* **engine:** update wonder.js to 1.0.0-beta.3 ([4c0816f](https://github.com/Wonder-Technology/Wonder-Editor/commit/4c0816f))
* **engine:** update wonder.js version ([84eba2a](https://github.com/Wonder-Technology/Wonder-Editor/commit/84eba2a))
* **engine:** update wonder.js version ([9a2a890](https://github.com/Wonder-Technology/Wonder-Editor/commit/9a2a890))
* **header:** add header notice component, notice welcome user and version upgrade ([ae66c64](https://github.com/Wonder-Technology/Wonder-Editor/commit/ae66c64))
* **hotkey:** add transform hotkeys ([2cbf4bb](https://github.com/Wonder-Technology/Wonder-Editor/commit/2cbf4bb))
* **hotkey:** delete now can remove asset ([05c98b5](https://github.com/Wonder-Technology/Wonder-Editor/commit/05c98b5))
* **hotkey:** fix asset header->remove caused by 05c98b5fc1c3c769098b888120c1011724c5f29d ([0d5fba1](https://github.com/Wonder-Technology/Wonder-Editor/commit/0d5fba1))
* **modal:** add welcome user modal ([77a6605](https://github.com/Wonder-Technology/Wonder-Editor/commit/77a6605))
* **publish:** update engine files ([1b7c679](https://github.com/Wonder-Technology/Wonder-Editor/commit/1b7c679))
* **pwa:** add pwa service worker and homescreen ([bb2ed89](https://github.com/Wonder-Technology/Wonder-Editor/commit/bb2ed89))
* **pwa:** add pwa service worker and homescreen ([7bb4825](https://github.com/Wonder-Technology/Wonder-Editor/commit/7bb4825))
* **pwa:** fix manifest.json-worker.js->start_url ([2749203](https://github.com/Wonder-Technology/Wonder-Editor/commit/2749203))
* **pwa:** fix service-worker.js->filesToCache ([8d97aca](https://github.com/Wonder-Technology/Wonder-Editor/commit/8d97aca))
* **pwa:** update service-worker.js->filesToCache ([6ece121](https://github.com/Wonder-Technology/Wonder-Editor/commit/6ece121))
* **pwa:** update service-worker.js->filesToCache ([ecfed72](https://github.com/Wonder-Technology/Wonder-Editor/commit/ecfed72))
* update bs-platform to 4.0.18 ([69434c9](https://github.com/Wonder-Technology/Wonder-Editor/commit/69434c9))
* update jest to 24.1.0 ([71b13fe](https://github.com/Wonder-Technology/Wonder-Editor/commit/71b13fe))
* update react to 16.8.3 ([427a7dc](https://github.com/Wonder-Technology/Wonder-Editor/commit/427a7dc))


### Performance Improvements

* **css:** compress css ([d5fcdcd](https://github.com/Wonder-Technology/Wonder-Editor/commit/d5fcdcd))
* **imgui:** now load small font fnt,png ([c2c2b07](https://github.com/Wonder-Technology/Wonder-Editor/commit/c2c2b07))



<a name="1.0.0-beta.2"></a>
# [1.0.0-beta.2](https://github.com/Wonder-Technology/Wonder-Editor/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2019-02-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wonder-editor",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"authors": "Wonder",
"license": "Apache-2.0",
"repository": "[email protected]:Wonder-Technology/Wonder-Editor.git",
Expand Down
2 changes: 1 addition & 1 deletion src/Copyright.re
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let getVersion = () => "1.0.0-beta.2";
let getVersion = () => "1.0.0-beta.3";

let getAuthor = () => "Wonder";

Expand Down

0 comments on commit 50e20fa

Please sign in to comment.