Releases: TexteaInc/json-viewer
Releases · TexteaInc/json-viewer
json-viewer: v2.15.0
2.15.0 (2023-03-21)
Features
- expose class
json-viewer-theme-*
for style customization (3ea2805)
- support passing
sx
props to customize the style (e10fe1d)
Bug Fixes
- copying on circular JSON/Array throws error (edfe2f3)
- eliminate eslint warning (e598660)
- improve copy on BigInt / Map / Set (7c46e07)
json-viewer: v2.14.1
2.14.1 (2023-03-07)
Bug Fixes
- revert #169, closes #240
- migrate zustand away from `zustand/context' (ed6c699)
- migrate zustand to v4 (5bbfcf9)
json-viewer: v2.14.0
2.14.0 (2023-02-23)
Features
Bug Fixes
- reduce MUI size by using
@swc/plugin-transform-imports
(#169) (f5739d6)
json-viewer: v2.13.0
2.13.0 (2023-01-14)
Features
- ui: replace triple dots (...) with ellipsis (…) (#165) (6e3f1cf)
Bug Fixes
json-viewer: v2.12.5
2.12.5 (2023-01-11)
Bug Fixes
- move eslint related deps to devDependencies (#142) (7e2705d)
- remove
workspaces
in package.json
before release (#143) (e3723c1)