v1.2.0
- Watch includes for changes and reload
v1.1.x
Still fighting errors notifications
v1.1.0
- Added completion for some openscad-like helpers
v1.0.1-1.0.2
Technical commits for atom.io
v1.0.0
- Every type of error should be reported to user from now
- Written own
include
function, similar to the .org version - Fixed infinite loop on previewing second pane
- Added full featured sample with descriptions
- Package migration
v0.7.0
- Jump to the error source for blob errors
- Watch jscad file for changes and render
- Right click selection fix
- Retain parameter state on source save (also ported to OpenJSCad.org#223)
- Properly handle tab switch
v0.6.1
* [x] Do not render file contents of unsaved file
* [x] Display error after pane rendering
v0.6.0
* [x] Show jscad compilation errors
* [x] Jump to the error source in main file
* [x] Hide previous error on save
v0.5.0
* [x] Right click and drag to pan (It is easier to handle right click than a shift key)
v0.4.0
Patch release tagged as minor
v0.3.0
* [x] Bring back export
* [x] Keep parameter state/zoom/camera position between source updates
* [x] Parameters support
* [x] Maximized preview area
v0.2.0
* [x] Allow selection of renderer backend
* [x] Automatically switch to the preview for active editor pane
* [x] Handle pane resize (works mostly, Atom doesn't have panel add event)
* [x] Display grid in XY plane
* [x] Backport changes to the [joostn](https://github.com/joostn/OpenJsCad/tree/gh-pages) and [Spiritdude](https://github.com/Spiritdude/OpenJSCAD.org/tree/dev) branches
* [x] Add configuration options (colors, display axis, triangles, grid)
* [x] Backport changes to the [joostn](https://github.com/joostn/OpenJsCad/tree/gh-pages) and [Spiritdude](https://github.com/Spiritdude/OpenJSCAD.org/tree/dev) branches
* [x] Make viewer HiDPI compatible ([WebGL HiDPI](https://www.khronos.org/webgl/wiki/HandlingHighDPI))
v0.1.0
* [x] Make it work again with CSP
v0.0.3
* [x] Prepare package!