Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 09:18
· 152 commits to master since this release
0e19d38

1.4.0 (2023-11-27)

Bug Fixes

  • 🐛 do not extend value input due to type switcher (28e0991)
  • 🐛 make string nodes as str by default in objects (ba6b9b2)
  • 🐛 remo incorrect useMemo usagee (b474ec5)

Features

  • 🎸 add ability to click Enter on value type switcher (7755547)
  • 🎸 add ability to delete arr elements (0b3f33a)
  • 🎸 add ability to delete object keys (5bb65f7)
  • 🎸 add ability to delete val elements (3e72c0b)
  • 🎸 add ability to delete vec elements (376f655)
  • 🎸 add ability to edit val nodes (f5379c5)
  • 🎸 add ability to edit vec node elements (9bb349e)
  • 🎸 add ability to insert anywhere in arr nodes (0ec50a1)
  • 🎸 add ability to push to the end of vec node (a7e423a)
  • 🎸 add ability to specify type of inserted node (db4061a)
  • 🎸 add cancel button for array inserts (8c36887)
  • 🎸 add edit action button (1ca00e6)
  • 🎸 add key edit view (d658609)
  • 🎸 add tombstone button (ec9c9da)
  • 🎸 adjust tombstone card title (d8f6750)
  • 🎸 allow inserting custom elements before value intpu (086e06c)
  • 🎸 allow slashes in object keys (b4e4aac)
  • 🎸 color consistently bg red for negative values (5c56426)
  • 🎸 create a separate folder for obj node (3cae229)
  • 🎸 display deleted node type in red (30eed22)
  • 🎸 display tombstone background red (76bf258)
  • 🎸 do not show delete button over tombstonees (94087ea)
  • 🎸 improve display of negative atoms (b95af1f)
  • 🎸 improve display of type switcheer (79533df)
  • 🎸 improve how new value type switch is presented (0716955)
  • 🎸 improve node deletion (d8a9f17)
  • 🎸 improve null and undefined colors (a48765c)
  • 🎸 improve obj and arr inserts (0f5223f)
  • 🎸 improve obj tombstone view (56dbb53)
  • 🎸 improve tombstone spacing (e9b1bf6)
  • 🎸 increase padding around tombstone plak title (9641a32)
  • 🎸 insert constants into object in "any" mode (3d9e751)
  • 🎸 insert new values into arr nodes (a860acb)
  • 🎸 make object key edit save (16f2111)
  • 🎸 prevent defaults on type selection by keyboard (6555580)
  • 🎸 show card with tombstones (0abfbf3)
  • 🎸 simplify presentation of binary atoms (b89469f)
  • 🎸 subscribe synchronously from react (52794bb)
  • 🎸 trim long strings in (5a48e11)
  • 🎸 truncate long bin atoms (093707c)
  • 🎸 use in new key entry (e99757e)
  • 🎸 use new ref constructor in obj node (a42240c)
  • 🎸 use WeakMap to store node refs (04759da)