|
| 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 | + |
0 commit comments