Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

46 lines (21 loc) · 2.67 KB

1.3.2 (2023-11-30)

Bug Fixes

  • trigger a new release, with a valid production build (6d9a8e7)

1.3.1 (2023-09-05)

Bug Fixes

  • extend the list of attributes that can be overriden to 'x', 'y', 'rx', 'ry', 'r', 'cx', 'cy' (a024bd2)

1.3.0 (2023-09-05)

Bug Fixes

  • Support overriding the x and y attributes. Fix #36 (ab2039d)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • compatiblity: Added compatibility with Thingworx 9. Fixes #11 (94b1987)
  • deps: Updated all the depedencies to fix security issues (dc1383d)

Features

  • 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)