Release 0.12.0
0.12.0
This release is mostly a big overhaul of the client side codebase together with a big change towards the organization of the code repository. Server and client are now more clearly separated by their respective server/
and client/
folders in the root of this repository.
Added
- Added curl to docker container for proper health check
- Remember which layer was selected last time [Issue 109]
Changed
- [tech] Shape index unique constraint dropped to simplify some code
- [tech] Massive overhaul of the code organization
- [tech] Moved from manual webpack config to vue-cli
- [tech] Moved to a single page application with vue-router
Fixed
- Backspace key added as delete action (Fixes Mac OS X delete behaviour) [Issue 69]
- Added host config option to docker config file
- Moving shapes to another layer would not always succeed at the server [Issue 108]