Skip to content

Commit dcd899e

Browse files
committed
chore: release @native-html/[email protected]
1 parent a2b3888 commit dcd899e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/table-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [3.1.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-12-05)
2+
3+
4+
### Features
5+
6+
* **table-plugin:** add new `tableConfig` argument to extractHtmlTableProps ([366c156](https://github.com/native-html/plugins/commit/366c15625d76b75799387ed7a41fa0fb504fe5e0))
7+
* **table-plugin:** new `displayMode` value, "embedded" ([0ec4937](https://github.com/native-html/plugins/commit/0ec49370dc29b54572d2c03b638d7568c1d5bd7d))
8+
19
## [3.0.1](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-12-05)
210

311
## Misc

packages/table-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@native-html/table-plugin",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "🔠 A WebView-based plugin to render tables in react-native-render-html",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)