Skip to content

Releases: stoplightio/json-schema-viewer

v4.4.1

02 Dec 22:00
5faeeac
Compare
Choose a tag to compare

4.4.1 (2021-12-02)

Bug Fixes

  • compat with virtual scroll containers (#181) (5faeeac)

v4.4.0

02 Dec 00:01
1453f28
Compare
Choose a tag to compare

4.4.0 (2021-12-02)

Features

Schema tree UI guidelines

These guidelines help visualize how deep one is in large schemas, and connect child properties at the same level together visually.

Screen Shot 2021-12-01 at 7 05 04 PM

Property "path crumbs" sticky header

The crumb bar renders at top of the parent scrollable container when scrolling through large schemas. These crumbs help the reader understand where a given property sites in relation to the larger schema's object shape. Particularly useful for more complex / deeply nested schemas.

You can opt-out of the path crumbs bar by passing disableCrumbs into the JsonSchemaViewer component.

2021-12-01 19 07 53

Show more link on descriptions

Property descriptions that contain more than one paragraph are now rendered with a "Show more..." link to improve scannability of schemas that have many variable height descriptions.

2021-12-01 19 13 03

Other

  • feat: shorten annotation names + improve layout of validation properties (spacing, sizing, overflow, etc)
  • chore: re-organize stories

v4.3.6

30 Nov 18:35
686400b
Compare
Choose a tag to compare

4.3.6 (2021-11-30)

Bug Fixes

  • removed NameValidations to properly show default values (#178) (686400b)

v4.3.5

24 Nov 21:50
2bab691
Compare
Choose a tag to compare

4.3.5 (2021-11-24)

Bug Fixes

  • json-schema-viewer: Description for oneOf/anyOf does not display (#176) (2930cb1)

v4.3.4

09 Nov 13:45
2a5f00e
Compare
Choose a tag to compare

4.3.4 (2021-11-09)

Bug Fixes

  • ui: make small change to actually release my previous ui changes (#174) (2a5f00e)

v4.3.3

05 Nov 13:43
eafeb7a
Compare
Choose a tag to compare

4.3.3 (2021-11-05)

Bug Fixes

v4.3.2

30 Sep 09:30
4c0b4b6
Compare
Choose a tag to compare

4.3.2 (2021-09-30)

Bug Fixes

  • deps: upgrade @stoplight/react-error-boundary to v2 (#167) (4c0b4b6)

v4.3.1

03 Sep 15:15
39ad9e6
Compare
Choose a tag to compare

4.3.1 (2021-09-03)

Bug Fixes

v4.3.0

27 Aug 13:26
d9a67b4
Compare
Choose a tag to compare

4.3.0 (2021-08-27)

Features

v4.2.1

24 Aug 15:32
ddc09d8
Compare
Choose a tag to compare

4.2.1 (2021-08-24)

Bug Fixes