Releases: supervons/react-native-echarts-pro
Releases · supervons/react-native-echarts-pro
v1.9.3
v1.9.2
v1.9.1
1.9.0-GoldenRing
Fix
- update react-native-webview peerDependency #93 #90 @ivantrejo41 a07ebf0
setOption
can't use function. #18 #82 @youngerbyte
Feature
- add new props
enableParseStringFunction
#91 @congshengwu
1.9.0-beta.0
This is a pre-release.
You can join test:
npm install react-native-echarts-pro@1.9.0-beta.0
// or
yarn add react-native-echarts-pro@1.9.0-beta.0
We plan to release it on March 2nd.
Fix
- update react-native-webview peerDependency #93 #90 @ivantrejo41 a07ebf0
setOption
can't use function. #18 #82 @youngerbyte
Feature
- add new props
enableParseStringFunction
#91 @congshengwu
1.8.9-La'eeb
1.8.8-happy-birthday-mom
- Add typescript declaration:
width
169757f - Upgrade echarts version to
5.4.0
: 2ad6154, see more changelog: echarts-5.4.0 - Set eventArrays default value '[]', thanks @Liu-Ya find this bugs. ec2364f
Last but not least, happy birthday mom!
V1.8.7
1.8.6-Mid-Autumn Festival
Commit:
b035c2a
Happy Mid-Autumn Festival~🥮🥮🥮
1.8.5
- [feature] add props "webViewStyle", support setting the style of WebView component. #56 @congshengwu
- If not use map, always load map-JSON. 38e5b51 @supervons
- Remove WebView after destruction. 657bc45 @supervons