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 8, 2021
1 parent e79c5b9 commit ed76f2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/table-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [5.0.0](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-08)


### Features

* **table-plugin:** automatically handle relative URLs ([000b9b4](https://github.com/native-html/plugins/commit/000b9b44de3adb924901bee7fa131542af2b4bc4))


### BREAKING CHANGES

* **table-plugin:** `sourceBaseUrl` has been moved from `TableConfig` to
`HTMLTableBaseProps`. It means you cannot override this value with
`renderersProps.table.sourceBaseUrl` anymore. Use a custom renderer with
`useHtmlTableProps` hook and HTMLTable component to override this value
manually, but you probably shouldn't since the new foundry engines
allows it automatically. If your html source is inline, use
`source.baseUrl` instead, so that every relative URL will be normalized
against this base. Read https://git.io/JtwG0 for a detailed description.

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

## [4.0.2](https://github.com/native-html/plugins/compare/@native-html/[email protected]...@native-html/[email protected]) (2021-02-07)
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.3",
"version": "5.0.0",
"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 ed76f2d

Please sign in to comment.