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
namerather thanidto align with other Viewer methods. - Removed
idparameter inME.Annotations.addPin().idis nownamesanitised and used as DOMidattribute. - Added
classparameter inME.Annotations.addPin()to add custom classes to created DOM element. - Duplicate
nameare 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.