Releases: JuliaPlots/PlotlyJS.jl
Releases · JuliaPlots/PlotlyJS.jl
v0.18.15
PlotlyJS v0.18.15
Merged pull requests:
- Fix for using IJulia with Julia 1.11.1 and the new Memory array types. (#490) (@jd-foster)
Closed issues:
- PlotlyJS's IJuliaExt is broken with julia 1.11 (#489)
v0.18.14
PlotlyJS v0.18.14
Merged pull requests:
Closed issues:
- Init function blocked by kaleido (#352)
- PlotlyJs.savefig() doesn't save static image - Kaleido is not avaiable (#461)
- Kaleido process in package initialisation hangs (#473)
- Pre-compilation does not finish with version 0.18.11 (#477)
- Kaleido not available on windows 11 with julia 1.10 (#479)
- Windows error for PlotlyKaleido breaks precompilation (#482)
- "Kaleido startup failed" in docker container (#483)
- densitymapbox doesn't generate a valid visualization (#484)
v0.18.13
PlotlyJS v0.18.13
Merged pull requests:
- migrate to weakdeps (#463) (@sjkelly)
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#465) (@github-actions[bot])
- substitute old savefig code with PlotlyKaleido (#481) (@BeastyBlacksmith)
Closed issues:
- Setting PlotlyJS as default backend for Plots (#478)
v0.18.12
PlotlyJS v0.18.12
Merged pull requests:
Closed issues:
- The "using PlotlyJS" execution does not finish (#476)
v0.18.11
PlotlyJS v0.18.11
Merged pull requests:
Closed issues:
- Plots don't display in Jupyter with WebIO v0.8.1 (#278)
- Errors on importing PlotlyJS after fresh install on nightly Julia (#363)
- Separate Kaleido from PlotlyJS and introduce AbstractPlot in PlotlyBase (#428)
- kaleido/savefig for any objects outside PlotlyJS.jl (#435)
- ERROR: Cannot find Electron (#438)
- "Kaleido is not available on this system" (Windows 11) (#454)
- No figures produced by plot commands in code, except the final one (#457)
- [Question] Plotting points over box plot in PlotlyJS Julia (#458)
v0.18.10
PlotlyJS v0.18.10
Merged pull requests:
- Remove WebIO upper bound (no longer needed) (#447) (@rasmushenningsson)
v0.18.9
PlotlyJS v0.18.9
Closed issues:
- Documentation (#353)
- Bug in examples of heatmap and contour. z-array should be transposed (#355)
- ArgumentError: PlotlyJS.SyncPlot doesn't have a defined
StructTypes.StructType
(#425) - relayout! does not update the layout of a fig created by make_subplots (#427)
- Templates not working (#431)
- Name feature not working anymore (#434)
- UndefVarError: setexcludinghandlers! not defined (#440)
- Support for Plotly click/select/hover events (#445)
Merged pull requests:
- use vcat syntax for generation of subplots (#433) (@hhaensel)
- add upper bound for WebIO compat entry (#442) (@BeastyBlacksmith)