Releases: randyzwitch/ECharts.jl
v0.6.0
ECharts v0.6.0
Merged pull requests:
- Upgrade dependencies and fix some DataFrames deprecation warnings (#92) (@metab0t)
- Bump nokogiri from 1.10.8 to 1.11.3 in /docs (#93) (@dependabot[bot])
v0.5.0
ECharts v0.5.0
Closed issues:
Merged pull requests:
- Bump nokogiri from 1.8.5 to 1.10.5 in /docs (#78) (@dependabot[bot])
- Install TagBot as a GitHub Action (#82) (@JuliaTagBot)
- Bump nokogiri from 1.10.5 to 1.10.8 in /docs (#83) (@dependabot[bot])
- Add 1.4 to CI services (#84) (@randyzwitch)
- Make nightly allowable failure (#85) (@randyzwitch)
- Upgrade echarts to 4.8, update docs (#87) (@randyzwitch)
- Addition to Sankey method: read from data file (#90) (@jakewilliami)
v0.4.0
v0.4.0 (2019-10-02)
Closed issues:
- support DataFrames.jl 0.19+ (#73)
Merged pull requests:
- Update to echarts 4.3 (#75) (randyzwitch)
- Update for DataFrames 0.19 (#74) (randyzwitch)
Remove deprecations, pin libraries
No functionality changed in this release, the only upgrades were moving to Project.toml, as well as pinning dependencies to ensure library doesn't break by not having an upper limit on external dependencies
Update ECharts JS library
Updated ECharts JS library to 4.2.1; requires bumping minor version, as HTTP needed to be added so it could be pinned at 0.7.1.
Rework Display to use WebIO
Rework display mechanisms to use WebIO instead of customized methods. Jupyter Notebook and REPL known to work; Jupyter Lab might work in the future using this code base
Support v0.7
Updates for julia 0.7. This package may work on 1.0, but currently doesn't pass because the dependency on RDatasets doesn't pass.
Fix issue with corrplot, upgrade echarts.js
- Fixed issue with corrplot giving message about not being able to reduce over an empty collection
- Updated echarts.js from v4.0.2 to 4.0.4
Add WAI-ARIA support
- Added WAI-ARIA support as default, so that every chart will have a minimum level of accessibility features enabled
- Fixed Juno bug display bug
- Added Dates methods where obvious (xy plots, streamgraph, candlestick)
- Export all EChart series types
Add REPL support, Tooltip-by-default
Pop-up Blink window when a REPL used, inline when Juno used and in-notebook when Jupyter Notebook used.