Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed76f2d

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

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/table-plugin/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [5.0.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-08)
2+
3+
4+
### Features
5+
6+
* **table-plugin:** automatically handle relative URLs ([000b9b4](https://github.com/native-html/plugins/commit/000b9b44de3adb924901bee7fa131542af2b4bc4))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **table-plugin:** `sourceBaseUrl` has been moved from `TableConfig` to
12+
`HTMLTableBaseProps`. It means you cannot override this value with
13+
`renderersProps.table.sourceBaseUrl` anymore. Use a custom renderer with
14+
`useHtmlTableProps` hook and HTMLTable component to override this value
15+
manually, but you probably shouldn't since the new foundry engines
16+
allows it automatically. If your html source is inline, use
17+
`source.baseUrl` instead, so that every relative URL will be normalized
18+
against this base. Read https://git.io/JtwG0 for a detailed description.
19+
120
## [4.0.3](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-07)
221

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

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