mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
* refactor: use useMemo * refactor: use useCallback * feat(Data-template): change maxDepth from 3 to 10 * feat(Data-template): support for unlimited levels of fields selection * fix: fix invalid selection * fix: should be updated when data changes * feat: parent treeNode and children treeNodes are not associated * fix: avoid error * fix: fix error * chore: remove notification * fix: parant node should be selected when child is selected * fix: auto select all ancester nodes