Skip to content

Bug fixes and implementing nx, ny

Compare
Choose a tag to compare
@susielu susielu released this 06 Jun 23:45
· 67 commits to master since this release
  • Fix for IE11 bug after 1.13.0 release #29. Changed the check from using .name to .toString check if it's an object versus a function.
  • Fix for [Note label not displayed if it start by whitespace #27](Note label not displayed if it start by whitespace) by filtering out "" values after splitting for word wrap
  • Fix for bug end-connector change dynamically #28 by adding in a classID concept. The problem was because the paths for the connector-end all had different class names so trying to us d3 to select them never replaced the end, always added a new end.
  • Feature, added concept of nx and ny if you want to set the absolute position of the note instead of the relative position