Releases: MichaelDoyle/ngx-json-treeview
Releases · MichaelDoyle/ngx-json-treeview
v19.3.2
What's Changed
- display array indices as comments/labels instead of object keys by @MichaelDoyle in #22
- Ensure string escape sequences are preserved by @MichaelDoyle in #24
Full Changelog: v19.3.1...v19.3.2
v19.3.1
What's Changed
- Quote object keys by @MichaelDoyle in #17
- Properly render empty objects by @MichaelDoyle in #18, #19
Full Changelog: v19.3.0...v19.3.1
v19.3.0
What's Changed
- Support primatives number, string, boolean as root by @MichaelDoyle in #8
- Improved punctuation to more closely resemble JSON syntax @MichaelDoyle in #9
- Add keyboard navigation by @MichaelDoyle in #11
- Remove fixed height/width from css by @tonybaroneee in #12
New Contributors
- @tonybaroneee made their first contribution in #12
Full Changelog: v19.2.0...v19.3.0
v19.2.0
What's Changed
- support passing a fn to determine if value is clickable by @MichaelDoyle in #5
Full Changelog: 19.1.0...v19.2.0
19.1.0
What's Changed
- Add a function for truncated previews by @MichaelDoyle in #1
- Enable clickable nodes by @MichaelDoyle in #2, #3
Full Changelog: 19.0.2...19.1.0
19.0.2
Minor fixes
19.0.1 - Angular 19
- Upgraded to Angular 19
- Fixed peer dependencies
18.0.1 - Initial release
Initial release.
Many thanks to Vivo Xu and contributors for ngx-json-viewer on which this is based.