Skip to content

Releases: altenull/json-sea

v1.10.2 (2023-12-05)

05 Dec 07:30
Compare
Choose a tag to compare

πŸš€ Performance

  • Improve initial loading speed.
    • Compress some files which are used initially. (image, video, audio)
    • Lazy load when importing html-to-image module

Full Changelog: v1.10.1...v1.10.2

v1.10.1 (2023-11-27)

27 Nov 08:28
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Make JSON editor width resizable up to half of screen width.
  • Do not prompt clipboard access permission when the app first starts up.

Full Changelog: v1.10.0...v1.10.1

v1.10.0 (2023-11-09)

09 Nov 04:37
Compare
Choose a tag to compare

🌊 New Features

  • Add calendar UI to string/datetime card

calendar

πŸ› Bug Fixes

  • Resolved small warning

Full Changelog: v1.9.0...v1.10.0

v1.9.0 (2023-11-07)

07 Nov 08:40
Compare
Choose a tag to compare

🌊 New Features

  • Add Node Path option to settings
    • Now you can see the node path. (Of course you can copy it easily)
      1. At the top of the right side panel.
      2. By hovering a node on the diagram. (Node path will be shown as blue label)
  • Updated NextUI to v2.2

node path (light)

node path (dark)

Full Changelog: v1.8.0...v1.9.0

v1.8.0 (2023-11-01)

01 Nov 07:33
Compare
Choose a tag to compare

🌊 New Features

  • Updated NextUI to v2.
    • Previously the CSS engine of NextUI was Stitches, but they changed it to TailwindCSS since v2.
    • Therefore, we added TailwindCSS as well.

Full Changelog: v1.7.1...v1.8.0

v1.7.1 (2023-10-22)

22 Oct 09:37
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Provide metadata correctly

πŸ“£ Other

  • Bump old dependencies

Full Changelog: v1.7.0...v1.7.1

v1.7.0 (2023-07-05)

05 Jul 07:55
Compare
Choose a tag to compare

🌊 New Features

  • Highlights the nodes connected to highlighted edge.

πŸ› Bug Fixes

  • Disable keyboard interaction with selected node.

Full Changelog: v1.6.0...v1.7.0

v1.6.0 (2023-07-01)

01 Jul 13:25
Compare
Choose a tag to compare

🌊 New Features

  • Add settings modal that includes a minimap switch to allow users to show/hide the minimap.
  • Provides different styles for each data type in node so that users can easily distinguish them.
  • Updated the UI of some parts for ease of use.

πŸ“£ Other

  • Change main state management (recoil β†’ zustand)
  • Bump old dependencies

Full Changelog: v1.5.1...v1.6.0

v1.5.1 (2023-03-19)

19 Mar 07:13
Compare
Choose a tag to compare

πŸš€ Performance

  • Make some APIs cacheable with react-query

v1.5.0 (2023-02-08)

08 Feb 14:44
Compare
Choose a tag to compare

🌊 New Features

  • Add camera button so that users can download current tree view as png image