Skip to content

Commit a078bcd

Browse files
authored
Merge pull request #37 from tomLadder/v2.0.0
V2.0.0
2 parents a228bc9 + d6410a1 commit a078bcd

File tree

78 files changed

+2608
-5346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2608
-5346
lines changed

.eslintrc.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

.watchmanconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignore_dirs": [
3+
".git",
4+
"node_modules",
5+
"example"
6+
]
7+
}

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.7] - Thursday, 12.September 2019
221

322
### Fixed

0 commit comments

Comments
 (0)