- Dropdown to download the model in multiple formats
- Better naming of downloaded file
- React.js support for the UI
- Thanks @ku3mich for your contribution making this happen
- Introduce webpack to handle dependancy management
- Minimizes code being sent to the webview, no more sending all of node_modules
- Dependencies can now come from parent folders
- Previewing from a single file will handle dependencies the same as previewing a folder
- Output log for extention behaviour
- Supress re-rendering if the code didn't change (helps with phantom file change events)
- Preview is restored when vscode is restarted
- Previews are unloaded to save resources when not visible
- The extension code now has eslint & prettier rules
- Thanks @ku3mich for inspiring me to make this update
- Use webworker so UI remains reponsive
- Aborts computation of geometry if file changes during computation instead of queuing
- Add Content-Security-Policy
- Add .3mf download
- Parse error details (including filename and line number)
- Loading indicator
- Exclude @jscad node module to speed up refresh
- Initial release