Releases: altenull/json-sea
Releases Β· altenull/json-sea
v1.10.2 (2023-12-05)
π 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)
π 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)
π New Features
- Add calendar UI to string/datetime card
π Bug Fixes
- Resolved small warning
Full Changelog: v1.9.0...v1.10.0
v1.9.0 (2023-11-07)
π New Features
- Add
Node Path
option to settings- Now you can see the node path. (Of course you can copy it easily)
- At the top of the right side panel.
- By hovering a node on the diagram. (Node path will be shown as blue label)
- Now you can see the node path. (Of course you can copy it easily)
- Updated NextUI to
v2.2
Full Changelog: v1.8.0...v1.9.0
v1.8.0 (2023-11-01)
π 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)
π Bug Fixes
- Provide metadata correctly
π£ Other
- Bump old dependencies
Full Changelog: v1.7.0...v1.7.1
v1.7.0 (2023-07-05)
π 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)
π 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
Full Changelog: v1.5.1...v1.6.0
v1.5.1 (2023-03-19)
π Performance
- Make some APIs cacheable with
react-query
v1.5.0 (2023-02-08)
π New Features
- Add camera button so that users can download current tree view as png image