Skip to content

Releases: TexteaInc/json-viewer

json-viewer: v4.0.0

18 Sep 18:00
Compare
Choose a tag to compare

4.0.0 (2024-09-15)

For this major version, we switched from MUI v5 to v6. We also removed a few functions that were deprecated in V3.

Please check the Migration Guide for more details.

⚠ BREAKING CHANGES

  • remove deprecated createDataType and displayObjectSize
  • migrate to MUI v6

Features

  • migrate to MUI v6 (5ed7245)
  • remove deprecated createDataType and displayObjectSize (2923478)

json-viewer: v3.5.0

26 Aug 18:32
Compare
Choose a tag to compare

3.5.0 (2024-08-26)

Features

  • add data-key-toggle-* class name for customization (c1e605a)
  • add utils getPathValue (194ac43)
  • hide colon when key is empty (c1ce6ed)
  • passing path to Editor for better customizability (f03ab10)
  • support displayComma for showing comma (2c85bdb)

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)