Skip to content

Commit 64d00ff

Browse files
committed
chore: release @native-html/[email protected]
1 parent 439c352 commit 64d00ff

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/table-plugin/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [4.0.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **table-plugin:** mark displayMode field as optional ([b395a49](https://github.com/native-html/plugins/commit/b395a49f0e5d439a799a84393e2c8fd50a239c2c))
7+
8+
9+
### Features
10+
11+
* **table-plugin:** support react-native-render-html 6.x ([1526efe](https://github.com/native-html/plugins/commit/1526efe18b8fd67a51235dca341b34c7227dafa3))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **table-plugin:** - `extractHtmlTableProps` has been dropped in favor of
17+
`useHtmlTableProps` hook for reusability.
18+
- `IGNORED_TAGS` is not exported anymore, and not necessary.
19+
- requires `react-native` 0.63.x and above
20+
- new `tableModel` export for the new custom renderers API
21+
122
# [3.1.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2020-12-05)
223

324

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.1.0",
3+
"version": "4.0.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)