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 fromTableConfig
toHTMLTableBaseProps
. It means you cannot override this value withrenderersProps.table.sourceBaseUrl
anymore. Use a custom renderer withuseHtmlTableProps
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, usesource.baseUrl
instead, so that every relative URL will be normalized against this base. Read https://git.io/JtwG0 for a detailed description.