Skip to content

Updated fracturedjsonjs to version 4.1.0 for friendlier comma placement #8106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2025

Conversation

j-brooke
Copy link
Contributor

Summary

The frontend metadata viewer uses fracturedjsonjs to format the JSON. There are some cases where the commas look out of place and can cause unnecessary wrapping. Updating to version 4.1.0 and setting two options fixes that.

Related Issues / Discussions

Closes #8092

QA Instructions

Open an image in the viewer, click on the info icon, and select the metadata tab. Look for the model property. It should be an object whose values are all strings (at least, that's all I've seen). If the code change worked, there should be no spaces between the strings' closing quotes and the commas that follow them. (See issue #8092 for more clarification.)

Merge Plan

N/A

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added frontend-deps PRs that change frontend dependencies frontend PRs that change frontend files labels Jun 14, 2025
Copy link
Collaborator

@psychedelicious psychedelicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet thanks!

@psychedelicious psychedelicious merged commit 3df7cfd into invoke-ai:main Jun 14, 2025
12 checks passed
@j-brooke j-brooke deleted the update-fracturedjson branch June 14, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files frontend-deps PRs that change frontend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement]: Update FracturedJsonJs to 4.1.0 for friendlier comma placement
2 participants