Releases: TexteaInc/json-viewer
Releases · TexteaInc/json-viewer
json-viewer: v2.0.0
2.0.0 (2022-09-20)
⚠ BREAKING CHANGES
- remove
react-lifecycles-compat
- component ObjectKeyModal (#6)
Features
- add example for
valueTypes
(9daf70c) - backport support for v1 (ff729a6)
- check cycle reference (#22) (b55a08b), closes #20
- finish basic view of next component (c9f6d32)
- init JsonViewerStore (2673a2d)
- init next JsonViewer component (cdb20f2)
- next component (#18) (d354967)
- next: implement basic indent and json parse (6335512)
- next: use TreeView (b9fd642)
- show copy success (#26) (a7d513a)
- support
groupArraysAfterLength
(#21) (6568d91) - support
props.editable
(d3fb54e) - support
props.enableClipboard
(e41102c) - support
props.maxDisplayLength
(#30) (498efe2) - support dark and light theme (5fb3139)
- support inspect
Map
andSet
(#31) (06c886c) - support inspect cache (95f80c7)
- support plugin system (fdf9962)
- update example for
onEdit
(0dd8a93) - update example for stackblitz (688a934)
- use
copy-to-clipboard
(61cf64e)
Bug Fixes
- border color and expand icon (d11316a)
- bugs (c966281)
- disable ObjectKeyModal when inactive (45b7132)
- example (117a166)
- ignore circular dependency (bd275f5)
- next: indent width (dfafd4b)
- remove ``.stackblitzrc` (d208e71)
- remove export default (339640b)
- replace
Object.hasOwn
(7cdc134) - ssr on date value (15037d1)
- state on nested array (#28) (661151a)
- string on parseInput (f9da340)
- support indent width (#32) (4f8b32f)
- type (2c85ef3)
- type requirement in example (9e34a81)
Code Refactoring
Build System
- fix release-please ci (dc5b28f)
2.0.0-alpha.10
What's Changed
- feat: show copy success by @SukkaW in #26
- fix: state on nested array by @himself65 in #28
New Contributors
Full Changelog: v2.0.0-alpha.9...2.0.0-alpha.10
v2.0.0-alpha.9
Update documents and packge.json.
Full Changelog: v2.0.0-alpha.8...v2.0.0-alpha.9
v2.0.0-alpha.8
See full example in here
What's Changed
- feat: check cycle reference by @himself65 in #22
- feat: support plugin system by @himself65 in fdf9962
Full Changelog: v2.0.0-alpha.7...v2.0.0-alpha.8
v2.0.0-alpha.7
- Remove unused
console.log
- Issue of the default value.
- Type fix
Full Changelog: v2.0.0-alpha.6...v2.0.0-alpha.7
v2.0.0-alpha.6
What's Changed
- feat: support
groupArraysAfterLength
by @himself65 in #21
Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6
v2.0.0-alpha.5
Preview: https://stackblitz.com/edit/textea-json-viewer-v2?file=pages%2Findex.js
Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5
v2.0.0-alpha.4
Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4
v2.0.0-alpha.3
Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3
v2.0.0-alpha.2
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2