For more context information, please read through the release notes.
To see all merged commits on the master branch that will be part of the next Orca release, go to:
https://github.com/plotly/orca/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent Orca release.
- Fix sandbox problem in the conda package for Linux [#301]
- Implement HTTP content-negotiation for plotly-graph [#228]
- Bump electron from
1.8.4to6.1.4
- Fix colorbar in EMF exports [#220]
- Fix
pageSizeattribute for Dash app preview [#245, #250, #254] - Fix EPS export to preserve graphics in vector format [#266]
- Segmentation fault when NODE_OPTIONS environment variable set [#266]
- Fix
scattermapboximage generation when mapbox access token is set in thelayout.mapboxcontainer in plotly-graph component [#195]
-
Add
--corsCLI option fororca serveto enable Cross-Origin Resource Sharing (CORS) [#135] -
Add support for EMF exports for
plotly-graph[#152]
- Update dependencies
fast-isnumeric,file-type,glob,read-chunkandsemver[#177]
-
Fix --output
orca graphCLI option for path/to/filename [#176] -
Pass command line options to
plotly-dash-preview[#191]
This release is associated with improved standalone installation instructions in the repo README from #122.
- Mac OS installer fixups [#122]
- Don't make any changes if
orcais already on thePATH - Only copy
orca.shto/usr/local/binif orca is installed as an application - Perform
orca.shcopy with administrator privileges to avoid permission denied errors
- Don't make any changes if
Orca is now a conda package [#113]:
conda install -c plotly plotly-orca
- Add
--graph-onlyCLI option fororca serveto only boot theplotly-graphcomponent, saving memory [#114] - Add
tableplotly graph traces to--safeModehandler [#98]
- Use
request@2.88.0
- Hide electron icon from OS X dock [#103]
First Orca release 🎉
See installation instructions
here. This release ships with
Orca CLI command graph (for plotly.js graph exports) and serve (which boots
up a server similar to Plotly's Image Server). Run orca graph --help and orce serve --help for more info.