Skip to content

270 Degrees Annotations Changelog

1.1.0

New features

  • ME.Annotations.editPin() to edit properties of pins after creation.
  • ME.Annotations.getPinNames() to get all created pins' names.

Improvements

  • Pins are defined by name rather than id to align with other Viewer methods.
  • Removed id parameter in ME.Annotations.addPin(). id is now name sanitised and used as DOM id attribute.
  • Added class parameter in ME.Annotations.addPin() to add custom classes to created DOM element.
  • Duplicate name are suffixed with _(number).
  • Added default styling for TSD-pin-label.

1.0.1

Bugfixes

  • Correctly compute normals on edgecases.

1.0.0

New features

Initial release.

💬 Ask AI