Skip to content

Releases: vaadin-component-factory/svg

v2.0.0

29 Jul 20:51
Compare
Choose a tag to compare

What's Changed

  • Add tooltip support to Svg Elements by @paodb in #24

Full Changelog: v1.2.1...v2.0.0

v1.1.2

16 Jul 14:06
Compare
Choose a tag to compare

What's Changed

  • build: update web component dependency to 1.0.9 by @paodb in #21

New Contributors

  • @paodb made their first contribution in #21

Full Changelog: v1.1.1...v1.1.2

v1.2.1

01 Nov 10:30
Compare
Choose a tag to compare

Version for Vaadin Flow V24

V1.2.0

01 Nov 10:29
Compare
Choose a tag to compare

Version for Vaadin Flow V23

v1.1.1

01 Sep 17:25
Compare
Choose a tag to compare

Fix #10

v1.1.0

01 Sep 17:07
e2b8e7e
Compare
Choose a tag to compare

Add Click Listener #3

v1.0.3

15 Dec 14:03
Compare
Choose a tag to compare

Update the license to Apache 2.0

v1.0.2

24 Jun 13:40
Compare
Choose a tag to compare

Changes since 1.0.1:

  • Updated the web component version to 1.0.4, fixes viewbox method.
  • Added panTo method.

v1.0.1

11 Jun 13:33
Compare
Choose a tag to compare

v1.0.1 (first public release):

  • Fixes issue with drag where the drag in some cases would never end
  • Fixes issue where calling setDraggable(true) before calling svg.add() and then calling svg.update() caused the component to not actually be draggable.

v1.0.0 (internal beta):

  • Initial component API and Element APIs
  • Supports 9 SVG elements (see demo)
  • Drag and Drop listener support
  • Extendable server-side API