Releases: LeoNatan/LNPropertyListEditor
Releases · LeoNatan/LNPropertyListEditor
v2.1.5
08 Dec 20:51
Compare
Sorry, something went wrong.
No results found
v2.1.4
08 Dec 18:20
Compare
Sorry, something went wrong.
No results found
Fixed an issue with copy/paste on modern macOS versions.
v2.1.3
10 Apr 11:41
Compare
Sorry, something went wrong.
No results found
Fixed crashes related to click/double click
Exposed the NSUndoManager instance used by the editor
v2.1.2
05 Apr 19:46
Compare
Sorry, something went wrong.
No results found
Fixed date picker behavior
Fixed single and double click issues
Fixed pop up button removing focus incorrectly on macOS 11.0 and above
Disabled warnings from HexFiend dependency
v2.1.1
05 Apr 06:27
Compare
Sorry, something went wrong.
No results found
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
LNPropertyListNode instances can be used as property list objects (for example, for implementing a sorted dictionary)
v2.1.0
27 Aug 14:32
Compare
Sorry, something went wrong.
No results found
Added support for data editing in property lists
Improved data transformer functionality
v2.0.7
07 May 15:57
Compare
Sorry, something went wrong.
No results found
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
v2.0.6
05 May 18:15
Compare
Sorry, something went wrong.
No results found
v2.0.5
05 May 16:13
Compare
Sorry, something went wrong.
No results found
Fixed a crash on key update undo/redo
Added API to programmatically expand and collapse nodes
Further improvement to date pickers
v2.0.4
04 May 17:51
Compare
Sorry, something went wrong.
No results found
Improved single and double click behavior on editor cells
Improved date and time picker behavior and look & feel