Skip to content

Commit 0246791

Browse files
committed
chore: release 1.0.0
1 parent 24643bb commit 0246791

File tree

3 files changed

+69
-2
lines changed

3 files changed

+69
-2
lines changed

CHANGELOG.MD

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# [1.0.0](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-19)
2+
3+
4+
5+
## [0.10.1-alpha.6](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-17)
6+
7+
8+
### Code Refactoring
9+
10+
* cleaner Typescript typings for return type of makeWebshell ([8f2bbe8](https://github.com/formidable-webview/webshell/commit/8f2bbe870f9bb26f8c8f0c8988eb7f6433ef3ed5))
11+
* rename handler props with onDOM prefix ([596b23d](https://github.com/formidable-webview/webshell/commit/596b23d0698473f67e94e6f57ff27094fe2fb149))
12+
* WebShellProps now inherit WebViewProps ([d685b2d](https://github.com/formidable-webview/webshell/commit/d685b2db457d47584ce7494f500b39b8a54cabb3))
13+
14+
15+
### Features
16+
17+
* forward WebView refs ([4b06eb5](https://github.com/formidable-webview/webshell/commit/4b06eb517717ad706c35dc501ad258c8a588c0d4))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* for Typescript users, exported types have changed.
23+
You now only require 2 generic type params for makeWebshell and
24+
WebshellComponentOf.
25+
* the type signature of the returned component has
26+
slightly changed.
27+
* the webViewProps has disappeared. You should now use
28+
those props as WebShell props.
29+
* handlers props have been renamed.
30+
31+
32+
33+
## [0.10.1-alpha.5](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-09)
34+
35+
36+
### Code Refactoring
37+
38+
* rename a few typescript interfaces ([784f523](https://github.com/formidable-webview/webshell/commit/784f5235fc4887627033e0cf42275ad898941bfb))
39+
40+
41+
### BREAKING CHANGES
42+
43+
* for typescript users:
44+
45+
- WebshellStaticProps renamed to WebshellInvariantProps
46+
- WebshellComponentProps renamed to WebshellProps
47+
48+
49+
50+
## [0.10.1-alpha.4](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-07)
51+
52+
53+
54+
## [0.10.1-alpha.3](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-07)
55+
56+
57+
58+
## [0.10.1-alpha.2](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-07)
59+
60+
61+
62+
## [0.10.1-alpha.1](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-07)
63+
64+
65+
66+
## [0.10.1-alpha.0](https://github.com/formidable-webview/webshell/compare/v0.10.1-alpha.6...v1.0.0) (2020-08-07)
67+

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formidable-webview/webshell",
3-
"version": "0.10.1-alpha.6",
3+
"version": "1.0.0",
44
"description": "🚀 A Higher-order component to handle WebView DOM events in React Native",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)