Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@Farkites Farkites released this 23 May 18:36
· 1 commit to main since this release
083dc1b

Added

  • Expose CyLeaflet subcomponent IDs + Add additional documentation of CyLeaflet design by @emilykl in #211

Fixed

  • #205 Fixed updating maxZoom via callback in CyLeaflet AIO component by @Farkites.
  • #207 Allow access to updated lat/lon when Cytoscape nodes in CyLeaflet AIO component are modified via UI by @Farkites.
  • #208 Allow updating Cytoscape elements in CyLeaflet AIO component via callback by @Farkites.
  • #210 Performace improvement: added debounce to update elements event by @Farkites.
  • #212 Added call to cy.resize to fix mouse position mismatch on tapstart event by @Farkites.