Skip to content

Latest commit

 

History

History
199 lines (107 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

199 lines (107 loc) · 2.94 KB

2.5.0

2023-08-31

  • Upgrade webview_flutter to 4.2.4
  • Upgrade Echarts to 5.4.3
  • Upgrade SDK to >=2.12.0 <4.0.0

2.4.0

2022-08-13

  • Upgrade webview_flutter to 3.0.4
  • Upgrade Echarts to 5.3.3
  • Set chart widget's background color to transparent, and remove workarounds.

2.3.0

2021-10-27

  • Upgrade Echarts to 5.2.1

2.2.0

2021-08-09

  • Add onWebResourceError: #136

2.1.0

2021-04-26

  • Add reloadAfterInit : #124.
  • Fix ?? warning : #119.
  • Export controller in onLoad .

2.0.0

2021-03-21

  • Support Null Safety.
  • Upgrade to Echarts 5.

1.5.0

2020-12-01

  • Add captureHorizontalGestures and captureVerticalGestures.

1.4.0

2020-10-28

  • Update webview_flutter to version 1.0.5, witch has been out of developer preview.

1.3.6

2020-09-17

  • Update Apache ECharts (incubating) official name.

1.3.5

2020-05-07

  • Resolve the android clearCache issue.

1.3.4

2020-05-07

  • Remove reloading empty url when diposing.

1.3.3

2020-05-03

  • Fix the load null url issue.

1.3.2

2020-04-25

  • Add onLoad param.
  • Fix the memory leak on iOS.
  • Upgrade webview_flutter to 0.3.20.

1.3.1

2020-03-25

  • Fix the black blink when loaded on Android.

1.3.0

2020-03-07

  • Upgrade Echarts to version 4.7.0
  • Add the feature to set themes.

1.2.3

2020-02-09

  • Fix Echarts link in README.md.

1.2.2

2020-02-09

  • Fix the ios encoding bug of the optimization in 1.1.0 and re-implement it.

1.2.1

2020-02-06

  • Change const to var in script for low version ios systems. See #7 .

1.2.0

2020-01-25

  • Specify gestureRecognizers to handle gestures.
  • Add property captureAll gestures.

1.1.3

2020-01-23

  • Update description.

1.1.2

2020-01-23

  • Add html viewport meta to fix scale error in ios.

1.1.1

2020-01-20

  • Something is wrong with the ios, fallback to 1.0.6 temporarily.

1.1.0

2020-01-15

  • Change the way to load html and greatly optimize performance.

1.0.6

2020-01-07

  • Ignore pubspec.lock.
  • Migrate example android to X.

1.0.5

2020-01-05

1.0.4

2020-01-01

  • Fix README badge.

1.0.3

2020-01-01

  • Fix README.

1.0.2

2020-01-01

  • Update README.
  • Update license year.

1.0.1

2019-12-24

  • Add blog link and installing in README.

1.0.0

2019-12-20

  • First formal version.
  • Echarts version 4.5.0

0.1.0

2019-12-18

  • Initial beta version.