Skip to content

Commit

Permalink
chore: release @formidable-webview/webshell 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Feb 19, 2021
1 parent 23138b8 commit 998f256
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/webshell/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.4.0](https://github.com/formidable-webview/webshell/compare/v2.3.0...v2.4.0) (2021-02-19)


### Bug Fixes

* only warn only when `forceImplementation` isn't set to polling ([949fffb](https://github.com/formidable-webview/webshell/commit/949fffb95af84af814df5b65c9d6dd16a2b3d2b5))
* set WebView `contentMode` prop to `"mobile"` ([3f57d62](https://github.com/formidable-webview/webshell/commit/3f57d6277f24ce63dee8ca8490bc6fafb0de9975)), closes [/github.com/formidable-webview/webshell/issues/5#issuecomment-782358464](https://github.com//github.com/formidable-webview/webshell/issues/5/issues/issuecomment-782358464) [#5](https://github.com/formidable-webview/webshell/issues/5)


### Features

* new `InjectStyleFeature` feature to inject style elements ([23138b8](https://github.com/formidable-webview/webshell/commit/23138b85be7debd4a97613f6744ca6953453539a))
* new `listenToWindowResizeEvent` option for html dimensions feature ([5e7cba7](https://github.com/formidable-webview/webshell/commit/5e7cba73c48e7d69943401edfb31bd7793fe528d))

# [2.3.0](https://github.com/formidable-webview/webshell/compare/v2.2.0...v2.3.0) (2021-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/webshell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formidable-webview/webshell",
"version": "2.3.0",
"version": "2.4.0",
"description": "🔥 Craft Robust React Native WebView-based components with ease.",
"main": "lib/commonjs/index.js",
"types": "types/@formidable-webview/webshell/index.d.ts",
Expand Down

0 comments on commit 998f256

Please sign in to comment.