Skip to content

Commit 6bb668e

Browse files
committed
finished v2.0.0
1 parent f0e6523 commit 6bb668e

File tree

6 files changed

+277
-262
lines changed

6 files changed

+277
-262
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.0.0] - Thursday, 03.October 2019
2+
3+
### Breaking Changes
4+
5+
- removed property canvas (canvas renderer default)
6+
- removed legacyMode (<a href="https://github.com/react-native-community/react-native-webview">react-native-webview</a> required)
7+
- removed baseUrl
8+
9+
### Added
10+
11+
- customTemplatePath prop allows to set the path to a custom html-file (template: node_modules/react-native-echarts-wrapper/dist/index.html)
12+
13+
### Fixed
14+
15+
- Tried to register two views with the same name RNCWebView? (<a href="https://github.com/tomLadder/react-native-echarts-wrapper/issues/35" target="_blank">#35</a>)
16+
- Got rejected from Apple review (<a href="https://github.com/tomLadder/react-native-echarts-wrapper/issues/31" target="_blank">#31</a>)
17+
- usage on expo as there is no android_asset folder (<a href="https://github.com/tomLadder/react-native-echarts-wrapper/issues/19" target="_blank">#19</a>)
18+
- cannot use '\n' in custom format text (<a href="https://github.com/tomLadder/react-native-echarts-wrapper/issues/14" target="_blank">#14</a>)
19+
120
## [1.4.5] - Saturday, 17.August 2019
221

322
### Added

0 commit comments

Comments
 (0)