Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.0.2 #15

Merged
merged 68 commits into from
Jan 16, 2020
Merged

Release v0.0.2 #15

merged 68 commits into from
Jan 16, 2020

Conversation

PhilippeMorier
Copy link
Owner

What

Support undo/redo actions.

- @BabylonJS:4.1.0-beta.9
- @types/node:12.12.16
- coordinates get always rounded down
- Test suite failed to run
  - Call retries were exceeded at ChildProcessWorker.initialize()
- jest-community/vscode-jest#486 (comment)
- to run in Jest tests within WebStorm
- nrwl/nx#1439 (comment)
- to run in Jest tests within WebStorm with SCSS imports in component
PhilippeMorier and others added 27 commits January 13, 2020 09:44
* feat(frontend): add undo/redo & enforce `strictNullChecks`

* feat(frontend): undo/redo with max buffer size

* test(frontend): handle possible `undefined`

* feat(frontend): make remove a voxel undoable

* feat(frontend): place initial voxel at [0, 0, 0]

* fix(frontend): dispose previous history if new `addUndo`

* refactor(frontend): extract method for creating `addUndo`
* feat(frontend): add menu-bar

* feat(frontend): add menu-bar-container

* test(frontend): inject mock store for menu-bar-container

* refactor(frontend): add missing `menu-bar.component`

* test(frontend): import `MenuBarModule`
* feat(frontend): undo/redo with start/end actions

* test(frontend): provide `valueToColor()`

* feat(frontend): set random color when adding a voxel

* test(frontend): add same color of voxel

* refactor(frontend): use directly `props<VoxelChange>`

* refactor(frontend): throw error when coord&values not same length
…Mat` (#14)

* refactor(ui): prefix `MenuBar` with `Ui` like Angular does with `Mat`

* refactor(ui): prefix `SceneViewer` with `Ui` as Angular does with `Mat`

* test(ui): check `menu-bar` menus & items

* refactor(ui): remove ctor & onInit

* test(ui): check if sidnav has left & right navigation

* refactor(ui): prefix `SidenavShell` with `Ui` as Angular does with `Mat`

* refactor(ui): prefix `SceneViewerService` with `Ui` (ng with `Mat`)

* refactor(ui): prefix `SceneViewerTestModule` with `Ui` (ng with `Mat`)

* refactor(ui): prefix `ToolbarModule` with `Ui` (ng with `Mat`)
@PhilippeMorier PhilippeMorier self-assigned this Jan 16, 2020
@PhilippeMorier PhilippeMorier merged commit 927a2f7 into master Jan 16, 2020
@PhilippeMorier PhilippeMorier deleted the tls-release-v0.0.2 branch January 16, 2020 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant