OrgChart JS v7.11.x

Released: Sep 16, 2021

v7.11.x 中的更新

v7.11.07

Updated Sep 21, 2021

Fixes

  • Fixed error displaying the org chart in the tree layout.

v7.11.00

Updated Sep 16, 2021

Features

  • Added support for Salesforce Lightning.
  • Breaking change - The Salesforce Lightning component requires all custom attributes to start with "data-" prefix. CSS or JavaScript selectors that needs to be replaced if you are upgrading from version before 7.11.00:
    • sl -> data-sl.
    • lbl -> data-lbl.
    • val -> data-val.
    • node-id -> data-n-id.
    • link-id -> data-l-id.
    • data-field-name -> data-f-name.
    • c-link-to -> data-c-l-to.
    • c-link-from -> data-c-l-from.
    • s-link-to -> data-s-l-to.
    • s-link-from -> data-s-l-from.
    • control-add -> data-ctrl-add.
    • control-expcoll-id -> data-ctrl-ec-id.
    • control-export-menu -> data-ctrl-menu.
    • control-node-menu-id -> data-ctrl-n-menu-id.
    • width -> data-width.
    • text-overflow -> data-text-overflow.