Releases: curveball/browser
Releases · curveball/browser
v0.19.5
v0.19.4
v0.19.3
- #145: Form elements now have
id
attributes and<label>
s that point to them. (@ikbensiep) - #141: JSON-Schema comments were not rendered in nested objects in the JSON viewer. (@syedfkabir)
- #151:
datetime-local
fields weren't rendered correctly if they have a value. (@mhum) - Fixed a CSV table layout issue.
v0.18.1
v0.19.1
v0.19.0
- Upgraded from
@curveball/core
to@curveball/kernel
. - Updated to the latest Ketting, which fixes a problem with rendering HAL checkboxes. (@syedfkabir).
- Now integrates with
@curveball/validator
. Ifdescribedby
links is specified, and it contains a reference to a JSON schema known by the validator plugin, it will parse the json schema and extract property descriptions. - Dropped Node 12 support
v0.17.4
v0.17.3
In this release
This release fixes a noisy console warning.
Released in 0.17
Brand new JSON viewer!
- Supports collapsing/expanding part of the tree
- Automatically generate hyperlinks for strings that are likely links.
- Shows the original JSON, including
_links
and_embedded
, but these
are collapsed by default. This should aid in debugging. - No longer showing double-quotes around JSON property names, but they
magically re-appear when copy pasting.
v0.17.2
In this release
This release fixes a small stylesheet bug, introduced with the new JSON viewer.
Released in 0.17
Brand new JSON viewer!
- Supports collapsing/expanding part of the tree
- Automatically generate hyperlinks for strings that are likely links.
- Shows the original JSON, including
_links
and_embedded
, but these
are collapsed by default. This should aid in debugging. - No longer showing double-quotes around JSON property names, but they
magically re-appear when copy pasting.