Skip to content

Releases: plotly/orca

v1.3.1

26 Mar 19:11
Compare
Choose a tag to compare

Fixed

  • Fix sandbox problem in the conda package for Linux [#301]

v1.3.0

12 Mar 16:38
Compare
Choose a tag to compare

Added

  • Implement HTTP content-negotiation for plotly-graph [#228]

Changed

  • Bump electron from 1.8.4 to 6.1.4 [#266]

Fixed

  • 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]

v1.2.1

04 Feb 15:53
Compare
Choose a tag to compare
  • Fix scattermapbox image generation when mapbox access token is set
    in the layout.mapbox container in plotly-graph component [#195]

v1.2.0

24 Jan 17:05
Compare
Choose a tag to compare

Added

  • Add --cors CLI option for orca serve to enable Cross-Origin Resource Sharing (CORS) [#135]

  • Add support for EMF exports for plotly-graph [#152]

Changed

  • Update dependencies fast-isnumeric, file-type, glob, read-chunk and semver[#177]

Fixed

  • Fix --output orca graph CLI option for path/to/filename [#176]

  • Pass command line options to plotly-dash-preview [#191]

v1.1.1

30 Aug 16:28
Compare
Choose a tag to compare

This release is associated with improved standalone installation instructions
in the repo README from #122.

Fixed

  • Mac OS installer fixups [#122]
    • Don't make any changes if orca is already on the PATH
    • 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

v1.1.0

14 Aug 14:41
Compare
Choose a tag to compare

Orca is now a conda package [#113]:

conda install -c plotly plotly-orca

Added

  • Add --graph-only CLI option for orca serve to only boot the plotly-graph
    component, saving memory [#114]
  • Add table plotly graph traces to --safeMode handler [#98]

Changed

  • Use request@2.88.0 [#117]

Fixed

  • Hide electron icon from OS X dock [#103]

v1.0.0

17 May 20:45
Compare
Choose a tag to compare

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.