Skip to content

Releases: native-html/plugins

@native-html/heuristic-table-plugin@0.1.0

18 Feb 22:18
Compare
Choose a tag to compare

0.1.0 (2021-02-18)

Features

  • heuristic-table: new 100% native table plugin (b1ea3f6)

@native-html/table-plugin@5.0.0

08 Feb 20:20
Compare
Choose a tag to compare

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.

@native-html/iframe-plugin@2.1.0

08 Feb 20:22
Compare
Choose a tag to compare

2.1.0 (2021-02-08)

Features

  • iframe-plugin: handle baseUrl for inline iframe source (ac0d125)
  • iframe-plugin: support relative src URLs (3f13d68)

@native-html/table-plugin@4.0.3

07 Feb 17:01
Compare
Choose a tag to compare

4.0.3 (2021-02-07)

Bug Fixes

  • Fix a build bug where release-it would not use yarn npm publish and thus a reference to the workspace: protocol would be published.

@native-html/table-plugin@4.0.2

07 Feb 16:48
Compare
Choose a tag to compare

@native-html/table-plugin@4.0.1

07 Feb 15:41
Compare
Choose a tag to compare

4.0.1 (2021-02-07)

Bug Fixes

  • table-plugin: default htmlAttribs would cause infinite re-renders (cb23e01)
  • table-plugin: pass anchor attributes and target to onLinkPress (0e45cde)
  • table-plugin: upgrade webshell to v2.3.0 fixing potential infinite re-renders (ffd8343)

@native-html/table-plugin@3.1.1

07 Feb 16:34
Compare
Choose a tag to compare

3.1.1 (2021-02-07)

Bug Fixes

  • table-plugin: mark displayMode field as optional (b395a49)
  • table-plugin: replace htmlAttribs in onLinkPress with empty object (faec28b)
  • table-plugin: upgrade webshell to v2.3.0 fixing potential infinte re-renders (cd15194)

@native-html/plugins-core@1.0.0

07 Feb 15:39
Compare
Choose a tag to compare

1.0.0 (2021-02-07)

Features

  • plugins-core: new linkPressTargetToOnDOMLinkPressArgs utility (100384d)

@native-html/iframe-plugin@2.0.2

07 Feb 17:05
Compare
Choose a tag to compare

2.0.2 (2021-02-07)

Bug Fixes

  • Fix a build bug where release-it would not use yarn npm publish and thus a reference to the workspace: protocol would be published.

@native-html/iframe-plugin@2.0.1

07 Feb 15:40
Compare
Choose a tag to compare

2.0.1 (2021-02-07)

Bug Fixes

  • iframe-plugin: pass anchor attributes and target to onLinkPress (a5c22e8)
  • iframe-plugin: upgrade webshell to v2.3.0 fixing potential infinite re-renders (a3d9248)