Releases: LeoNatan/LNPropertyListEditor
Releases · LeoNatan/LNPropertyListEditor
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
-
Added the following row selection & scroll for nodes:
selectedNode
selectRowForNode:
scrollRowForNodeToVisible:
-
Column sorting is not enabled by default
- To get the same behavior as before, set
allowsColumnSorting = true
before setting the property list object
- To get the same behavior as before, set
-
LNPropertyListNode
instances can be used as property list objects (for example, for implementing a sorted dictionary)
v2.1.0
v2.0.7
- Improved delegate notifications of node updates
- Notify delegate of parent node changes when children are modified
- Nodes whose keys are modified are now reported as updated, rather than moved
- Correctly notify delegate when undoing a node move
- Exposed API to disable column sorting