Skip to content

Releases: TexteaInc/json-viewer

json-viewer: v3.4.1

06 Apr 19:08
Compare
Choose a tag to compare

3.4.1 (2024-04-06)

Bug Fixes

  • fix type register error on server (a952c53)
  • update theme logic (7fbb50b)

json-viewer: v3.4.0

15 Feb 18:29
Compare
Choose a tag to compare

3.4.0 (2024-02-15)

Features

  • expose dataTypes, themes and utils in browser build (922065f)

json-viewer: v3.3.2

09 Feb 04:08
Compare
Choose a tag to compare

3.3.2 (2024-02-09)

Bug Fixes

  • missing key for self referential object (95ee8ca)
  • typo in doc (925456a)

json-viewer: v3.3.1

25 Jan 03:18
Compare
Choose a tag to compare

3.3.1 (2024-01-24)

Bug Fixes

  • improve part of ui not covered by theme color (867c791)
  • remove browser from package.json (a173bd0)

json-viewer: v3.3.0

16 Jan 06:52
Compare
Choose a tag to compare

3.3.0 (2024-01-16)

Features

json-viewer: v3.2.3

04 Nov 15:25
Compare
Choose a tag to compare

3.2.3 (2023-11-04)

Bug Fixes

  • should handle key and path of nested grouped array with nestedIndex (6efeac6)
    image

Note: This fix introduced nestedIndex to DataItemProps. It shouldn't break existing things. But if you are extending the Object type, which will receive Array as input, please adopt the same strategy we do in this PR to calculate the key correctly.

json-viewer: v3.2.2

09 Oct 17:02
Compare
Choose a tag to compare

3.2.2 (2023-10-09)

Bug Fixes

  • fix publishing script and add provenance statements (f644caf)

json-viewer: v3.2.0

09 Oct 14:09
Compare
Choose a tag to compare

3.2.0 (2023-10-09)

Features

  • improve built-in editor with autoFocus and better keyboard control (1a757e8)

Bug Fixes

  • super long string can be partially selected without collapsing (c2282dd)

json-viewer: v3.1.1

20 Jun 18:45
Compare
Choose a tag to compare

3.1.1 (2023-06-20)

Bug Fixes

json-viewer: v3.1.0

20 Jun 18:01
Compare
Choose a tag to compare

3.1.0 (2023-06-20)

Features

  • support default inspect state with defaultInspectControl (7982300)