Skip to content

Commit

Permalink
chore: release @native-html/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Feb 7, 2021
1 parent dfc742c commit 4af3dbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/table-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.1](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-07)


### Bug Fixes

* **table-plugin:** default htmlAttribs would cause infinite re-renders ([cb23e01](https://github.com/native-html/plugins/commit/cb23e01d50af19374686632b51d47aa4bd6f532b))
* **table-plugin:** pass anchor attributes and target to `onLinkPress` ([0e45cde](https://github.com/native-html/plugins/commit/0e45cde4be33ccc17f86056800356ad3c0dd2b70))
* **table-plugin:** upgrade webshell to v2.3.0 fixing potential infinite re-renders ([ffd8343](https://github.com/native-html/plugins/commit/ffd8343743d6dec64a1081a09f5a86b06a1e8784))

# [4.0.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/table-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/table-plugin",
"version": "4.0.0",
"version": "4.0.1",
"description": "🔠 A WebView-based plugin to render tables in react-native-render-html",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 4af3dbe

Please sign in to comment.