Skip to content

Commit

Permalink
chore: release @formidable-webview/webshell 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Sep 1, 2021
1 parent 39e54d7 commit 64190b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/webshell/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.6.0](https://github.com/formidable-webview/webshell/compare/v2.5.0...v2.6.0) (2021-09-01)


### Bug Fixes

* onMessage nativeEvent field ([d89f11c](https://github.com/formidable-webview/webshell/commit/d89f11cf7cf904567ff8a864560b87367e962670)), closes [#15](https://github.com/formidable-webview/webshell/issues/15)


### Features

* support custom `data-` attributes in `HandleLinkPressFeature` ([0a2c3e0](https://github.com/formidable-webview/webshell/commit/0a2c3e0044c78c8f55800c57c4f9d472b5af65c3))

# [2.5.0](https://github.com/formidable-webview/webshell/compare/v2.4.0...v2.5.0) (2021-03-25)


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.5.0",
"version": "2.6.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 64190b3

Please sign in to comment.