Skip to content

Latest commit

 

History

History
144 lines (76 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

144 lines (76 loc) · 1.96 KB

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 entronad#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.