Skip to content

Latest commit

 

History

History
111 lines (59 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

111 lines (59 loc) · 3.6 KB

[2.0.0] - Thursday, 03.October 2019

Breaking Changes

  • removed property canvas (canvas renderer default)
  • removed legacyMode (react-native-webview required)
  • removed baseUrl

Added

  • customTemplatePath prop allows to set the path to a custom html-file (template: node_modules/react-native-echarts-wrapper/dist/index.html)

Fixed

  • Tried to register two views with the same name RNCWebView? (#35)
  • Got rejected from Apple review (#31)
  • usage on expo as there is no android_asset folder (#19)
  • cannot use '\n' in custom format text (#14)

[1.4.7] - Thursday, 12.September 2019

Fixed

[1.4.5] - Saturday, 17.August 2019

Added

  • Loading state/Background Color (#17)

[1.4.4] - Thursday, 08.August 2019

Fixed

[1.4.3] - Tuesday, 06.August 2019

Fixed

  • Broken on React Native >= 0.60.0 (Invariant Violation: Element type is invalid) (#27)

[1.4.2] - Wednesday, 31.July 2019

Fixed

  • fix arrow function not working on old version Android webview (#25)

[1.4.1] - Tuesday, 25.June 2019

Fixed

  • Dynamic loading issue on iOS (#16)

[1.4.0] - Monday, 20.May 2019

Fixed

  • Doesn't work on iOS in Expo (#13)

Added

  • canvas & legacyMode

[1.3.1] - Wednesday, 24.Apr 2019

Fixed

  • Doesn't work on iOS in Expo (#13)

[1.3.0] - Thursday, 18.Apr 2019

Added

  • tests, coverage, build report

Fixed

  • Blank page on Android (#10)

[1.2.2] - Monday, 18.Feb 2019

Fixed

  • crash when not passing an option

[1.2.1] - Wednesday, 16.Jan 2019

Added

  • getOption (#4)

[1.1.1] - Tuesday, 27.Nov 2018

Fixed

  • Documentation missing (#3)

[1.1.0] - Saturday, 17.Nov 2018

Added

  • baseUrl prop allows to access local content within the Webview on iOS and Android
  • additionalCode prop allows to create more complex chart configurations (e.G. chart.on('click')

[1.0.4] - Monday, 5.Nov 2018

Fixed

  • Functions in options do not work when setting via 'setOptions'