·
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:
sourceBaseUrlhas been moved fromTableConfigtoHTMLTableBaseProps. It means you cannot override this value withrenderersProps.table.sourceBaseUrlanymore. Use a custom renderer withuseHtmlTablePropshook 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.baseUrlinstead, so that every relative URL will be normalized against this base. Read https://git.io/JtwG0 for a detailed description.