Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 869 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2021-12-12

Added

  • In events argument, on event return value is sent back to Python
  • Internal: we now reference the echarts instance so anyone forking the project is able to call it back for further actions.

[0.3.0] - 2021-04-16

Added

  • Upgraded to echarts v5!
  • Added a map argument to register a custom geoJSON map

[0.2.0] - 2021-01-12

Added

  • Add liquidfill and wordcloud extensions

Changed

  • Use streamlit-component-lib package
  • Extracted demo examples to their own repo

[0.1.0] - 2020-07-06

Added

  • Initial release of st_echarts and st_pyecharts