Skip to content

Releases: LeoNatan/LNPropertyListEditor

v2.1.5

08 Dec 20:51
f65cae7
Compare
Choose a tag to compare

Use latest HexFiend.

v2.1.4

08 Dec 18:20
b83504d
Compare
Choose a tag to compare

Fixed an issue with copy/paste on modern macOS versions.

v2.1.3

10 Apr 11:41
b3f9034
Compare
Choose a tag to compare
  • Fixed crashes related to click/double click
  • Exposed the NSUndoManager instance used by the editor

v2.1.2

05 Apr 19:46
c54d59e
Compare
Choose a tag to compare
  • 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
d05d684
Compare
Choose a tag to compare
  • 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
c28f6d3
Compare
Choose a tag to compare
  • Added support for data editing in property lists
  • Improved data transformer functionality

v2.0.7

07 May 15:57
31191af
Compare
Choose a tag to compare
  • 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
d7bb73f
Compare
Choose a tag to compare
  • Improved drag/drop support

  • Add delegate notification on and control of reorder events

v2.0.5

05 May 16:13
47915d9
Compare
Choose a tag to compare
  • 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
260f405
Compare
Choose a tag to compare
  • Improved single and double click behavior on editor cells
  • Improved date and time picker behavior and look & feel