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.4
to6.1.4
- Fix colorbar in EMF exports [#220]
- Fix
pageSize
attribute 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
scattermapbox
image generation when mapbox access token is set in thelayout.mapbox
container in plotly-graph component [#195]
-
Add
--cors
CLI option fororca serve
to enable Cross-Origin Resource Sharing (CORS) [#135] -
Add support for EMF exports for
plotly-graph
[#152]
- Update dependencies
fast-isnumeric
,file-type
,glob
,read-chunk
andsemver
[#177]
-
Fix --output
orca graph
CLI 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
orca
is already on thePATH
- Only copy
orca.sh
to/usr/local/bin
if orca is installed as an application - Perform
orca.sh
copy 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-only
CLI option fororca serve
to only boot theplotly-graph
component, saving memory [#114] - Add
table
plotly graph traces to--safeMode
handler [#98]
- 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.