2.13.1 (2023-01-26)
2.13.0 (2023-01-14)
- add vite as dev dependency (#148) (b85bbf9)
- inline icons from
@mui/icons-material
(#147) (84a5d06) - ui: remove left margin in key-value separator (#153) (4d6a858)
2.12.5 (2023-01-11)
- move eslint related deps to devDependencies (#142) (7e2705d)
- remove
workspaces
inpackage.json
before release (#143) (e3723c1)
2.12.4 (2023-01-01)
2.12.3 (2022-12-26)
- remove export default (9c8fda6)
2.12.2 (2022-12-24)
- set target as
ES5
(d8384db)
2.12.1 (2022-12-24)
- exports default (da50b6f)
2.12.0 (2022-12-05)
- collapse all empty iterables and disable expanding them (#123) (105b002)
- invert logic for showing dots (#122) (0e7292d)
2.11.2 (2022-11-28)
2.11.1 (2022-11-09)
2.11.0 (2022-11-07)
2.10.0 (2022-10-17)
2.9.1 (2022-10-10)
- remove scripts when publishing (45d9cf9)
2.9.0 (2022-10-06)
2.8.1 (2022-10-04)
2.8.0 (2022-10-02)
2.7.4 (2022-10-02)
2.7.3 (2022-09-24)
- add compare function in baseCellType Editor (53bb796)
2.7.2 (2022-09-24)
- disable ssr in function inspect (8a303f2)
2.7.1 (2022-09-23)
- browser field cause vite build fail (#85) (3dd6842)
- example: image url match (19fd4eb)
- throw error if change 'proto' (209788e)
2.7.0 (2022-09-23)
2.6.0 (2022-09-23)
2.5.3 (2022-09-22)
2.5.2 (2022-09-22)
2.5.1 (2022-09-22)
2.5.0 (2022-09-22)
- add helper function
createDataType
(#60) (8c626cf) - backport support for
props.displayDataTypes
(#63) (fa10c9e)
2.4.1 (2022-09-22)
2.4.0 (2022-09-22)
- example: add netlify badge (60d1cc7)
2.3.1 (2022-09-22)
2.3.0 (2022-09-21)
2.2.4 (2022-09-21)
- ignore error when key of Map is an object (4af9609)
2.2.3 (2022-09-21)
- basic example (9dd10cd)
2.2.2 (2022-09-21)
2.2.1 (2022-09-21)
- fix install step (9153091)
2.2.0 (2022-09-20)
- add license in package.json (3c35865)
2.1.0 (2022-09-20)
- support base16 on
props.theme
(1c7e127)
2.0.0 (2022-09-20)
- remove
react-lifecycles-compat
- component ObjectKeyModal (#6)
- 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)
- 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)
- fix release-please ci (dc5b28f)
1.24.4 (2022-08-23)
- rename
class
intoclassName
(2a2cfe3)
1.24.3 (2022-08-23)
- ignore postinstall when publish (21c5148)