Skip to content

v1.5.0

Compare
Choose a tag to compare
@etpinard etpinard released this 25 Jan 16:12
· 18567 commits to master since this release

First modular release.

Added

  • Modularize the library (first iteration). Trace types can be required in
    one-by-one to make custom plotly.js bundles of lesser size. [#180, #187, #193, #202]

Changed

  • Remove json assets from the js source files (to better support Webpack bundling) [#183]
  • Update d3, tinycolor2, topojson dependencies [#195]
  • Improve 'colorscale' attribute description [#186]

Fixed

  • Fix pan mode drag delay [#188]
  • Make Plotly.deleteTrace handle big-indices-array properly [#203]