1.3.2 (2023-11-30)
- trigger a new release, with a valid production build (6d9a8e7)
1.3.1 (2023-09-05)
- extend the list of attributes that can be overriden to
'x', 'y', 'rx', 'ry', 'r', 'cx', 'cy'
(a024bd2)
1.3.0 (2023-09-05)
- Added a new
ResetSelection
service that clears all selected items. Fix #41 (dad1a2f) - Update dependencies, adopt latest build process (8c73edc)
1.2.1 (2021-01-07)
- Fix issue with dynamic svg url not working when pan and zom is disabled. Fixes #20, fixes #17 (d47f498)
1.2.0 (2020-09-04)
- compatiblity: Added compatibility with Thingworx 9. Fixes #11 (94b1987)
- deps: Updated all the depedencies to fix security issues (dc1383d)
- selected: The
SelectedElementID
can now be binded. This means that the user can select a default selected element with a static value, or bind this dynamicaly. (f28bf69)