Skip to content

@native-html/[email protected]

Compare
Choose a tag to compare
@jsamr jsamr released this 08 Feb 20:20
· 105 commits to master since this release

5.0.0 (2021-02-08)

Features

  • table-plugin: automatically handle relative URLs (000b9b4)

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.