Skip to content

Releases: prantlf/graphviz-webcomponent

v2.0.0

02 Apr 14:17

Choose a tag to compare

2.0.0 (2023-04-02)

Features

  • Make the update event of graphviz-script-editor bubble (0aa7fdf)
  • Rename the custom event of graphviz-script-editor from "input" to "update" (2d6bcd6)

BREAKING CHANGES

  • If you were listening to the input event, change the event name to update. The event detail didn't change - it still contains the updated script. Why did I rename the event? The original input event is triggered as composed and bubbled out of the shadow DOM. The input event handler caught it. The custom input event just followed it, which made its processing more difficult - for example, by checking the class of the event to be CustomEvent. Using a different event type - update - will avoid duplicate event processing without any extra conditions.

v1.2.3

02 Apr 13:34

Choose a tag to compare

1.2.3 (2023-04-02)

Bug Fixes

  • Allow >1 graph on a webpage. (3e04917)

v1.2.2

02 Apr 10:14

Choose a tag to compare

1.2.2 (2023-04-02)

Bug Fixes

v1.2.1

24 Mar 09:24

Choose a tag to compare

1.2.1 (2023-03-24)

Bug Fixes

v1.2.0

16 Dec 15:47

Choose a tag to compare

1.2.0 (2022-12-16)

Features

  • Add custom elements manifest (ba475eb)
  • Add IntelliSense support for VS Code (8d081a8)

v1.1.0

16 Dec 13:46

Choose a tag to compare

1.1.0 (2022-12-16)

Features

  • Introduce a script with the renderer script bundled (5eced5f)

v1.0.0

16 Dec 03:26

Choose a tag to compare

1.0.0 (2022-12-16)

Bug Fixes

Features

  • Add property graphCompleted (8ccca85)
  • Remove wasmFolder from configuration (c91e849)

BREAKING CHANGES

  • The value of wasmFolder will be ignored. Simply stop passing this input parameter in. This shouldn't break anything, but you might want to simplify your code.

v0.5.1

28 Jan 23:07

Choose a tag to compare

0.5.1 (2022-01-28)

Bug Fixes

  • Fix published version number (ccf42ce)

v0.5.0

28 Jan 22:57

Choose a tag to compare

0.5.0 (2022-01-28)

Bug Fixes

  • Adapt sources after upgrading dependencies (51a5492)
  • Preload the renderer out of the execution of the main script (9611670)
  • Publish with new dependencies (43f17de)

Features

  • Add ES6 modules exporting the HTML element classes (bb62fc6)

v0.4.2

03 Jul 05:51

Choose a tag to compare

0.4.2 (2020-07-03)

Bug Fixes

  • Drop the dependency on lit-html to shrink the size by 20 KB (43306a8)