Releases: native-html/plugins
Releases · native-html/plugins
@native-html/heuristic-table-plugin@0.1.0
@native-html/table-plugin@5.0.0
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.
@native-html/iframe-plugin@2.1.0
@native-html/table-plugin@4.0.3
4.0.3 (2021-02-07)
Bug Fixes
- Fix a build bug where
release-it
would not useyarn npm publish
and thus a reference to theworkspace:
protocol would be published.
@native-html/table-plugin@4.0.2
4.0.2 (2021-02-07)
@native-html/table-plugin@4.0.1
@native-html/table-plugin@3.1.1
@native-html/plugins-core@1.0.0
@native-html/iframe-plugin@2.0.2
2.0.2 (2021-02-07)
Bug Fixes
- Fix a build bug where
release-it
would not useyarn npm publish
and thus a reference to theworkspace:
protocol would be published.